-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (80 loc) · 2.4 KB
/
Copy pathmkdocs.yml
File metadata and controls
80 lines (80 loc) · 2.4 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
site_name: model-ensembler
nav:
- Overview: index.md
- User Guide:
- Technical Overview & Definitions: user/overview.md
- Building Configuration: user/configuration.md
- Building Templates: user/templates.md
- Simple Example - WAVI: user/WAVI_example.md
- Developer Guide:
- Contribution:
- Contributing: developer/contribution/contributing.md
- Software Guide: developer/contribution/software.md
- Documentation Guide: developer/contribution/documentation.md
- Code of Conduct: developer/contribution/code_of_conduct.md
- Functionality:
- Technical Notes: developer/functionality/technical.md
- Testimonials: testimonials.md
- Change Log: change_log.md
- Acknowledgements: authors.md
- LICENSE: license.md
repo_url: https://github.com/environmental-forecasting/model-ensembler
repo_name: model-ensembler
edit_uri: edit/main/docs/
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: https://cdn.web.bas.ac.uk/bas-style-kit/0.7.3/img/logos-symbols/bas-roundel-inverse-transparent-64.png
favicon: images/favicon.ico
icon:
repo: fontawesome/brands/github
features:
# Enables copying of code blocks
- content.code.copy
# Enables "edit this page" to contribute to docs
- content.action.edit
plugins:
- search
- authors
# Automatically generates API section from docstrings
- mkdocs-autoapi:
autoapi_add_nav_entry: API
autoapi_ignore:
- tests/*
- autorefs:
resolve_closest: true
- mkdocstrings:
handlers:
python:
paths:
- .
options:
show_submodules: true
docstring_style: google
heading_level: 3
markdown_extensions:
- admonition
# Enables code block highlighting
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.blocks.caption
- pymdownx.tabbed:
alternate_style: true
copyright: Copyright © 2025 British Antarctic Survey