forked from pybamm-team/liionpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (38 loc) · 1.02 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
site_name: liionpack
theme:
name: material
palette:
scheme: slate
font:
text: Saira
extra_css:
- stylesheets/extra.css
strict: false
plugins:
- search
- mkdocstrings
- mkdocs-jupyter:
theme: dark
markdown_extensions:
- pymdownx.arithmatex
extra_javascript:
- mathjax-config.js
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
docs_dir: docs
nav:
- Home: 'index.md'
- About: 'about.md'
- Installation: 'install.md'
- Examples:
- 'examples/01 Getting Started.ipynb'
- 'examples/02 Using inputs.ipynb'
- 'examples/03 Experiments.ipynb'
- 'examples/04 Initial SoC.ipynb'
- 'examples/05 Drive cycles.ipynb'
- 'examples/06 Changing a model.ipynb'
- 'examples/07 Visualizing larger packs.ipynb'
- 'examples/08 SEI degradation model.ipynb'
- 'examples/09 Terminal locations.ipynb'
- Reference: 'reference.md'
- Code of conduct: 'conduct.md'
- Contributing: 'contributing.md'