-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
132 lines (125 loc) · 3.36 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
site_name: nata
site_description: scientific visualization made sweet
site_url: https://github.com/GoLP-IST/nata
repo_url: https://github.com/GoLP-IST/nata
nav:
- Overview: index.md
- contrib.md
- Backends:
- backends/index.md
- Containers:
- containers/index.md
- containers/grids.md
- Plugins:
- plugins/index.md
- plugins/grids.md
- Examples:
- Grids: examples/Grids.ipynb
- Particles: examples/Particles.ipynb
- Plotting: examples/Plots.ipynb
- "Grid Plugins": examples/Plugins - Grids.ipynb
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- autorefs
- header.autohide
- search.suggest
- search.highlight
- navigation.sections
markdown_extensions:
- smarty
- toc:
permalink: true
- markdown.extensions.toc:
slugify: !!python/name:pymdownx.slugs.uslugify
permalink: ""
- markdown.extensions.admonition:
- markdown.extensions.smarty:
smart_quotes: false
- markdown.extensions.attr_list:
- markdown.extensions.def_list:
- markdown.extensions.tables:
- markdown.extensions.abbr:
- markdown.extensions.footnotes:
- markdown.extensions.md_in_html:
- pymdownx.betterem:
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.highlight:
extend_pygments_lang:
- name: pycon3
lang: pycon
options:
python3: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
normalize_issue_symbols: true
- pymdownx.tilde:
- pymdownx.caret:
- pymdownx.smartsymbols:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.arithmatex:
- pymdownx.mark:
- pymdownx.striphtml:
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.tabbed:
- pymdownx.saneheaders:
plugins:
- search
- mkdocs-jupyter:
ignore_h1_titles: true
- mkdocstrings:
default_handler: python
watch:
- nata
handlers:
python:
rendering:
show_source: false
show_category_heading: true
show_signature_annotations: false
show_root_heading: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/GoLP-IST/nata
- icon: fontawesome/brands/twitter
link: https://twitter.com/nataforpic