-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmkdocs.yml
More file actions
132 lines (127 loc) · 3.17 KB
/
mkdocs.yml
File metadata and controls
132 lines (127 loc) · 3.17 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
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: Hapi
site_url: https://serapeum-org.github.io/Hapi/
repo_url: https://github.com/serapeum-org/Hapi
site_description: Hapi is a Python package for distributed hydrological modeling using HBV96
theme:
name: material
language: en
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: lime
toggle:
icon: material/weather-night
name: Switch to system preference
use_directory_urls: false
not_in_nav: |
LICENSE.md
plugins:
- search
- mkdocs-jupyter
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_root_heading: true
show_root_toc_entry: false
show_source: true
show_signature_annotations: true
heading_level: 3
show_category_heading: false
group_by_category: false
inherited_members: false
docstring_style: google
- table-reader
- tags
- mike:
# These fields are all optional; the defaults are as below...
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "#"
toc_depth: 1-4
anchorlink: true
nav:
- Home: index.md
- Installation:
- dev/Installation.md
- API Reference:
- api/catchment.md
- api/dem.md
- api/calibration.md
- api/inputs.md
- api/routing.md
- api/run.md
- api/wrapper.md
- api/distrrm.md
- api/hbv.md
- api/hbv-bergestrom92.md
- api/hbv-lake.md
- api/rrm-parameters.md
- Examples:
- examples/distributed-model-calib.md
- examples/distributed-model-run.md
- examples/gis-inputs.md
- examples/hbv.md
- examples/lumped-model-calibration.md
- examples/lumped-model-run.md
- examples/meteo-inputs.md
- examples/muskingum.md
- examples/parameters.md
- Change logs: change-log.md
extra:
version:
provider: mike
version_selector: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js