forked from pnkraemer/matfree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
80 lines (78 loc) · 2.29 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
site_name: matfree documentation
repo_url: https://github.com/pnkraemer/matfree
repo_name: pnkraemer/matfree
nav:
- Get started: index.md
- Tutorials:
- control_variates.md
- log_determinants.md
- higher_moments.md
- vector_calculus.md
- pytree_logdeterminants.md
- API documentation:
- matfree.montecarlo: api/montecarlo.md
- matfree.decomp: api/decomp.md
- matfree.lanczos: api/lanczos.md
- matfree.hutchinson: api/hutchinson.md
- matfree.slq: api/slq.md
- matfree.pinv: api/pinv.md
- Developer documentation: dev/index.md
- Benchmarks: benchmarks/index.md
theme:
name: material
palette:
# Palette toggle for light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: '(prefers-color-scheme: light)'
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Fira Sans
features: [navigation.sections, navigation.footer]
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_root_toc_entry: true
show_root_full_path: true
show_root_members_full_path: true
show_object_full_path: false
show_category_heading: true
docstring_style: numpy
show_if_no_docstring: true
members_order: alphabetical
annotations_path: brief
show_signature: true
show_signature_annotations: true
separate_signature: false
docstring_section_style: list
watch: [matfree]
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/@pnkraemer
name: Nico
generator: false
copyright: Copyright © 2023 Nicholas Krämer
markdown_extensions:
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
# From: https://squidfunk.github.io/mkdocs-material/reference/mathjax/#mkdocsyml
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js