-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (67 loc) · 1.85 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
site_name: WaCo
site_author: Andrea Ponti
site_description: Simulate the diffusion of contaminants in water networks.
site_url: https://andreaponti5.github.io/waco
repo_url: https://github.com/andreaponti5/waco
repo_name: andreaponti5/waco
nav:
- Home: index.md
- User Guide: user_guide.md
- API Reference:
- Module sim: api_reference/sim.md
- Module analyzer: api_reference/analyzer.md
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.code.annotate
- content.code.copy
- content.tooltips
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light-blue
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/weather-night
name: Switch to system preference
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
heading_level: 2
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_section_style: list
docstring_options:
ignore_init_summary: true
merge_init_into_class: true
separate_signature: true
show_signature_annotations: true
signature_crossrefs: false
markdown_extensions:
- meta
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.pathconverter
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format