-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
122 lines (114 loc) · 3.08 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
site_name: scida
repo_url: https://github.com/cbyrohl/scida
theme:
name: material
features:
- content.code.annotate
- content.code.copy
- navigation.sections
- navigation.indexes
nav:
- 'Scida': index.md
- 'Getting Started':
- "Installation": install.md
- 'Tutorial':
- 'Tutorial': tutorial/index.md
- 'Simulations': tutorial/simulations.md
- 'Observations': tutorial/observations.md
- 'Features':
- 'Supported datasets': supported_data.md
- 'Visualization': visualization.md
- 'Units': units.md
- 'Derived fields': derived_fields.md
- 'Data series': series.md
- 'Large datasets': largedatasets.md
- 'Halo/Galaxy Catalogs': halocatalogs.md
- 'Further Topics':
- 'FAQ': faq.md
- 'Configuration': configuration.md
- 'Development': developer.md
- 'Visual Impressions': impressions.md
- 'Cookbooks':
- 'Cookbooks': cookbooks/index.md
#- 'TNG-Cluster': cookbooks/TNG-Cluster/basic.ipynb
- 'API':
- 'Basic': api/base_api.md
- 'Index': api/moduleindex.md
markdown_extensions:
- markdown_include.include:
base_path: "docs/"
- pymdownx.tabbed
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
- admonition
- pymdownx.details
- pymdownx.superfences
- toc
- tables
- attr_list
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- md_in_html
plugins:
- glightbox:
touchNavigation: true
loop: true
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: true
caption_position: bottom
- search:
- mkdocs-video:
css_style:
float: left
vertical-align: top
height: 12.172vw
width: 12.172vw
- mkdocs-jupyter:
execute: !ENV [JUPYTER_EXECUTE, false]
execute_ignore:
- "notebooks/static/*.ipynb"
- "cookbooks/*/*.ipynb"
include: [ "*.ipynb" ]
ignore: [ ".ipynb_checkpoints/*.ipynb", "notebooks/static/*.ipynb", "notebooks/*.ipynb" ]
include_source: True
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_submodules: true
docstring_style: numpy
watch:
- src/scida
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/gridview.css
- stylesheets/code_select.css
- stylesheets/mkdocstrings.css
not_in_nav: |
/cookbooks/*/*.ipynb