-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
76 lines (76 loc) · 2.08 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
site_name: SleepECG
site_url: https://sleepecg.readthedocs.io/
repo_name: cbrnr/sleepecg
repo_url: https://github.com/cbrnr/sleepecg
copyright: © SleepECG Developers
nav:
- Home: index.md
- Datasets: datasets.md
- Heartbeat detection: heartbeat_detection.md
- Feature extraction: feature_extraction.md
- Classification: classification.md
- Plotting: plot.md
- Configuration: configuration.md
- Examples: examples.md
- API:
- Datasets: api/datasets.md
- Heartbeat detection: api/heartbeat_detection.md
- Feature extraction: api/feature_extraction.md
- Classification: api/classification.md
- Plotting: api/plot.md
- Configuration: api/configuration.md
theme:
name: material
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Use system theme
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to light theme
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to dark theme
features:
- toc.integrate
- content.code.copy
plugins:
- search
- mkdocstrings:
custom_templates: docs/templates
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
options:
docstring_style: numpy
docstring_section_style: list
line_length: 92
show_root_heading: true
extra_css:
- css/extra.css
- css/mkdocstrings.css
markdown_extensions:
- admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: 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