-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (50 loc) · 1.15 KB
/
Copy pathmkdocs.yml
File metadata and controls
52 lines (50 loc) · 1.15 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
site_name: yarPPG
theme:
name: material
palette:
scheme: default
features:
- navigation.expand
extra_css:
- style.css
nav:
- Getting started: index.md
- Deep dive: deepdive.py
- Video processing: video_processing.py
- cli.md
- Reference:
- reference/index.md
- reference/rppg.md
- ROI detection:
- reference/roi/index.md
- reference/roi/facemesh_detector.md
- reference/roi/selfie_detector.md
- Signal extraction:
- reference/processors/index.md
- reference/processors/processor.md
- reference/processors/chrom.md
- reference/hr_calculator.md
- User interfaces:
- reference/ui/index.md
- reference/containers.md
- reference/settings.md
- reference/helpers.md
plugins:
- search
- section-index
- autorefs
- mkdocstrings:
default_handler: python
- mkdocs-jupyter:
ignore_h1_titles: True
execute: true
markdown_extensions:
- footnotes
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences