-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
83 lines (76 loc) · 2.25 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
site_name: PEOPLE-ER Spectral Recovery
site_url: https://PEOPLE-ER.github.io/spectral-recovery/
repo_name: spectral-recovery
repo_url: https://github.com/PEOPLE-ER/spectral-recovery
nav:
- Home: index.md
- Documentation:
- Getting Started:
- Installation: 'installation.md'
- Quick Overview: 'overview.md'
- User Guide:
- Terminology: 'terminology.md'
# - Reading in Data: 'reading_in_data.md'
# - Computing Indices: 'indices.md'
# - Recovery Targets: 'recovery_targets.md'
# - Plotting: 'plotting.md'
# - Recovery Metrics: 'recovery_metrics.md'
# - Computing with Dask: 'computing_with_dask.md'
- Theoretical Basis:
- Introduction: 'theoretical_basis.md'
- Spectral Recovery Tool: 'spectral_recovery_tool.md'
- API Reference: 'api.md'
# - Tutorials:
# - For Users:
# - Getting Started:
# - Installation: 'installation.md'
# - Quick Overview: 'overview.md'
# - User Guide:
# - Terminology: 'terminology.md'
# - Reading in Data: 'reading_in_data.md'
# - Recovery Targets:
# - Historic and Reference Targets: 'historic_reference_targets.md'
# - Historic Recovery Methods: 'historic_recovery_methods.md'
# - For Developers:
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
# # paths: [src]
# show_submodules: true
docstring_options:
ignore_init_summary: true
# docstring_section_style: list
# filters: ["!^_", "!_"]
- search
markdown_extensions:
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
theme:
name: material
features:
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
icon:
repo: fontawesome/brands/github
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
extra_css:
- stylesheets/extra.css
- stylesheets/mkdocstrings.css