-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.95 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
47
48
49
50
51
52
53
54
55
site_name: SINGD
site_url: https://https://readthedocs.org/projects/singd/
repo_url: https://github.com/f-dangel/singd/
repo_name: f-dangel/singd
site_author: Wu Lin, Runa Eschenhagen, Felix Dangel, Agustinus Kristiadi, Kirill Neklyudov, Richard Turner, Alireza Makhzani
watch:
- singd
nav:
- Getting Started: index.md
- Code Examples: generated/gallery
- API Documentation: api.md
- Developer Notes: develop.md
- Internal:
- Structures: structures.md
- Templates: templates.md
- Interface: interface.md
theme:
name: material
features:
- content.code.copy
copyright: Copyright © 2023 Wu Lin, Runa Eschenhagen, Felix Dangel, Agustinus Kristiadi, Kirill Neklyudov, Richard Turner, Alireza Makhzani
markdown_extensions:
- pymdownx.arithmatex: # LaTeX math
generic: true
- pymdownx.highlight: # code highlighting
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite # code highlighting
- pymdownx.snippets # code highlighting
- pymdownx.superfences # code highlighting
- footnotes
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_source: true
show_bases: true
show_signature_annotations: true
separate_signature: true
docstring_section_style: list
merge_init_into_class: true
- gallery:
conf_script: docs/gallery_conf.py
examples_dirs: docs/examples
gallery_dirs: docs/generated/gallery
matplotlib_animations: true
- search
extra_javascript:
- javascripts/mathjax.js # LaTeX math
- https://polyfill.io/v3/polyfill.min.js?features=es6 # LaTeX math
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js # LaTeX math