-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
84 lines (76 loc) · 2.03 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
site_name: D-EcoImpact documentation
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
plugins:
- search
- include-markdown
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_root_toc_entry: false
show_source: true
show_signature_annotations: true
heading_level: 3
show_category_heading: false
group_by_category: false
selection:
inherited_members: false
- print-site
markdown_extensions:
- attr_list
- pymdownx.arithmatex:
generic: true
repo_url: https://github.com/Deltares/D-EcoImpact
repo_name: Deltares/D-EcoImpact
edit_uri: edit/main/docs/
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/deltares/
extra_javascript:
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
nav:
- Home: "index.md"
- Installation: "installation.md"
- Development: "development.md"
- User manual:
- Visualization: "manual/visualization.md"
- Input files: "manual/input.md"
- Examples:
- Volkerak zoommeer: "examples/volkerak.md"
- Meuse: "examples/maas.md"
- API reference:
- Business:
- "Application.py": "api/business/application.md"
- Print: "print_page"
copyright: |
Copyright © 2023 <a href="https://www.deltares.nl/en/" target="_blank" rel="noopener">Deltares</a>