-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
49 lines (46 loc) · 1008 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
41
42
43
44
45
46
47
48
49
site_name: PyHELICS
repo_url: "https://github.com/GMLC-TDC/pyhelics/"
edit_uri: ""
nav:
- Home: index.md
- Installation: installation.md
- Usage: usage.md
- API: api/index.md
- Pythonic API: pythonic-interface.md
- Callbacks: callbacks.md
- CLI Interface: cli-interface.md
- Web Interface (experimental): web-interface.md
- Migration v2 -> v3: migration-helics2-helics3.md
theme:
name: "material"
plugins:
- search
- inari:
module: helics
out-name: api
markdown_extensions:
- toc:
toc_depth: 3
permalink: True
- smarty
- codehilite:
linenums: true
- admonition
- smarty
- wikilinks
- codehilite:
linenums: True
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: True
- pymdownx.tilde