-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (79 loc) · 2.29 KB
/
mkdocs.yml
File metadata and controls
84 lines (79 loc) · 2.29 KB
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
site_name: py3dinterpolations
site_url: https://giocaizzi.github.io/py3dinterpolations/
site_description: Quick 3D interpolation with Python
site_author: Giorgio Caizzi
repo_url: https://github.com/giocaizzi/py3dinterpolations
repo_name: giocaizzi/py3dinterpolations
theme:
name: material
logo: assets/logo.png
favicon: assets/logo.png
palette:
- scheme: default
primary: indigo
toggle: { icon: material/brightness-7, name: Switch to dark mode }
- scheme: slate
primary: indigo
toggle: { icon: material/brightness-4, name: Switch to light mode }
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.top
- navigation.footer
- navigation.indexes
- search.suggest
- search.highlight
- toc.follow
plugins:
- search
- gen-files:
scripts: [scripts/gen_ref_pages.py]
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
paths: [.]
options:
docstring_style: google
show_root_heading: true
show_source: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
merge_init_into_class: true
members_order: source
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- tables
- pymdownx.arithmatex: { generic: true }
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight: { use_pygments: true }
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed: { alternate_style: true }
- pymdownx.tasklist: { custom_checkbox: true }
- toc: { permalink: true }
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- User Guide:
- Preprocessing: guide/preprocessing.md
- Models: guide/models.md
- Visualization: guide/visualization.md
- API Reference: reference/