-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
85 lines (82 loc) · 2.4 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
site_name: ModelSkill documentation
site_url: https://dhi.github.io/modelskill/
theme:
name: material
logo: images/dhi-white-logo.svg
features:
- navigation.tabs
# - navigation.instant
- navigation.expand
- navigation.sections
- navigation.indexes
# toc-depth: 1
nav:
- User Guide:
- 'user-guide/index.md'
- 'user-guide/getting-started.md'
- 'user-guide/overview.md'
- 'user-guide/terminology.md'
- 'user-guide/data-structures.md'
- 'user-guide/matching.md'
- 'user-guide/plotting.md'
- 'user-guide/selecting-data.md'
- API Reference:
- 'api/index.md'
- Observation:
- 'api/observation/index.md'
- observation(): 'api/observation/observation.md'
- PointObservation: 'api/observation/point.md'
- TrackObservation: 'api/observation/track.md'
- Model Result:
- 'api/model/index.md'
- model_result(): 'api/model/model_result.md'
- PointModelResult: 'api/model/point.md'
- TrackModelResult: 'api/model/track.md'
- DfsuModelResult: 'api/model/dfsu.md'
- GridModelResult: 'api/model/grid.md'
- DummyModelResult: 'api/model/dummy.md'
- 'api/matching.md'
- 'api/comparer.md'
- 'api/comparercollection.md'
- 'api/metrics.md'
- 'api/skill.md'
- 'api/gridded_skill.md'
- 'api/plotting.md'
- 'api/settings.md'
- 'api/quantity.md'
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
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
repo_name: DHI/modelskill
repo_url: https://github.com/DHI/modelskill
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_source: true
separate_signature: true
inherited_members: true
show_root_heading: true
# show_root_toc_entry: false
show_symbol_type_heading: true
heading_level: 2
docstring_style: "numpy" # default is google