forked from TomTranter/JellyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
40 lines (32 loc) · 774 Bytes
/
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
site_name: JellyBamm
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 Network from an image.ipynb'
- 'examples/03 Running a simulation.ipynb'
- Reference: 'reference.md'
- Code of conduct: 'conduct.md'
- Contributing: 'contributing.md'