-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (44 loc) · 1011 Bytes
/
mkdocs.yml
File metadata and controls
49 lines (44 loc) · 1011 Bytes
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
site_name: gresit Doku
repo_name: gresit
theme:
name: material
highlightjs: true
custom_dir: overrides
color_mode: auto
hljs_languages:
- python
include_sidebar: true
features:
- navigation.expand
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
extra:
version:
default: latest
provider: mike
plugins:
- mkdocstrings:
enable_inventory: true
- search
- mike:
canonical_version: latest
markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.magiclink
- codehilite:
guess_lang: false
nav:
- index.md
- Getting started: getting_started.md
- Data and gRESIT algorithm: data.md
- Arguments: gresit.md
- More algorithms: algorithms.md
- Simulations: simulations.md
- API: api.md