-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (51 loc) · 1.73 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
site_name: Einconv
site_url: https://einconv.readthedocs.io
repo_url: https://github.com/f-dangel/einconv/
repo_name: f-dangel/einconv
site_author: Felix Dangel
watch:
- einconv
nav:
- Getting Started: index.md
- Tutorials:
- Basic Example (2d Convolution): tutorials/basic_conv2d.md
- API documentation:
- Modules: api/modules.md
- Functionals: api/functionals.md
- Einsum Expressions: api/expressions.md
- Symbolic Simplifications: api/simplifications.md
- Miscellaneous: api/miscellaneous.md
- Developer notes: develop.md
theme:
name: material
logo: logo_transparent.png
features:
- content.code.copy
copyright: Copyright © 2023 Felix Dangel
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
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_source: true
show_bases: false
show_signature_annotations: true
separate_signature: true
docstring_section_style: list
merge_init_into_class: true
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