-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (68 loc) · 1.54 KB
/
mkdocs.yml
File metadata and controls
74 lines (68 loc) · 1.54 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
site_name: dayplot
site_url: https://example.com
repo_url: https://github.com/y-sunflower/dayplot
theme:
name: material
custom_dir: overrides
features:
- content.code.copy
- navigation.path
- content.footnote.tooltips
- navigation.expand
icon:
repo: fontawesome/brands/github
extra:
analytics:
provider: google
property: G-MLP58TWW3R
plugins:
- mkdocs_matplotlib
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
show_root_heading: true
heading_level: 3
nav:
- Home: index.md
- Contributing: contributing.md
- Guides:
- tuto/built-in-styles.md
- tuto/basic-styling.md
- tuto/month-grid.md
- tuto/negative-values.md
- tuto/boxstyle.md
- tuto/legend.md
- tuto/interactive.md
- tuto/combine-charts.md
- tuto/fetch-github-contribs.md
- tuto/advanced.md
- Reference:
- reference/calendar.md
- reference/fetch_github_contrib.md
- reference/load_dataset.md
extra_css:
- stylesheets/style.css
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde