forked from LyoHUB/LyoPRONTO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
55 lines (48 loc) · 1.24 KB
/
mkdocs.yml
File metadata and controls
55 lines (48 loc) · 1.24 KB
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
50
51
52
53
54
site_name: LyoPRONTO Documentation
theme:
name: "material"
features:
- content.code.copy
plugins:
- mkdocstrings:
default_handler: python
- mike:
version_selector: true
canonical_version: latest
- ipynb
extra:
version:
provider: mike
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
# Would be nice to use KaTeX, but something isn't working right in local testing
# - javascripts/katex.js
# - https://unpkg.com/katex@0/dist/katex.min.js
# - https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
# Also for KaTeX
# extra_css:
# - https://unpkg.com/katex@0/dist/katex.min.css
nav:
# List of web pages to show, in order
- index.md
- tutorials.md
- how-to-guides.md
- Examples:
- examples/knownRp_PD.ipynb
- examples/unknownRp_PD.ipynb
- explanation.md
- reference.md
- dev.md