generated from ImperialCollegeLondon/pip-tools-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
63 lines (57 loc) · 1.76 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
site_name: SWMManywhere docs
theme:
name: "material"
icon:
repo: fontawesome/brands/github
features:
- content.code.copy
extra_css: [custom.css]
plugins:
- mkdocstrings
- mkdocs-jupyter:
execute: true
- search
- include-markdown
- bibtex:
bib_file: "./docs/paper/paper.bib"
csl_file: "./docs/paper/apa.csl"
cite_inline: false
repo_url: https://github.com/ImperialCollegeLondon/SWMManywhere
site_url: https://imperialcollegelondon.github.io/SWMManywhere/
markdown_extensions:
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
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
nav:
- Home: index.md
- About: ./paper/paper.pdf
- Quickstart: quickstart.md
- Guides:
- Configuration guide: config_guide.md
- Extended demo: ./notebooks/extended_demo.py
- Graph functions: graphfcns_guide.md
- Metrics guide: metrics_guide.md
- Contributing: CONTRIBUTING.md
- API reference:
- SWMManywhere: reference.md
- Graph utilities: reference-graph-utilities.md
- Geospatial utilities: reference-geospatial-utilities.md
- Metric utilities: reference-metric-utilities.md
- Logging: reference-logging.md
- Parameters: reference-parameters.md
- FilePaths: reference-filepaths.md
- Post processing: reference-post-processing.md
- Preprocessing: reference-preprocessing.md
- Config definitions: reference-defs.md
- Coverage report: https://app.codecov.io/gh/ImperialCollegeLondon/SWMManywhere