-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yaml
87 lines (74 loc) · 2.03 KB
/
mkdocs.yaml
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
85
86
87
site_name: Scoringrules
site_description: Documentation for scoringrules, a python library for probabilistic forecast evaluation.
repo_name: frazane/scoringrules
repo_url: https://github.com/frazane/scoringrules
nav:
- Home: index.md
- User guide: user_guide.md
- Contributing: contributing.md
- API reference:
- Brier Score: api/brier.md
- Continuous Ranked Probability Score: api/crps.md
- Logarithmic Score: api/logarithmic.md
- Error Spread Score: api/error_spread.md
- Energy Score: api/energy.md
- Variogram Score: api/variogram.md
- Interval Score: api/interval.md
- Quantile Score: api/quantile.md
- Visualization: api/visualization.md
theme:
name: material
font:
text: "Roboto"
features:
- navigation.sections
- toc.follow
- header.autohide
palette:
- scheme: default
primary: white
accent: amber
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: white
# accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
repo: fontawesome/brands/github
logo: "assets/images/logo.svg"
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: "numpy"
heading_level: 3
show_source: false
show_root_heading: true
separate_signature: true
show_signature_annotations: true
- bibtex:
bib_file: "docs/refs.bib"
- section-index
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- footnotes
extra_css:
- stylesheets/extra.css
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.css
extra_javascript:
- scripts/katex.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.js