-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (31 loc) · 878 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (31 loc) · 878 Bytes
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
site_name: "Project documentation"
docs_dir: "docs/mkdocs"
theme:
name: "material"
plugins:
- mkdocstrings:
handlers:
python:
options:
show_root: true
show_source: true
show_signature: true
show_docstring: true
show_inheritance: true
show_submodules: true
show_module_path: false
show_class_hierarchy: true
show_class_methods: true
show_class_attributes: true
show_function_signature: true
show_function_docstring: true
nav:
- Home: index.md
- API Reference:
- Common: api/common.md
- Dataset: api/dataset.md
- Evaluation: api/evaluation.md
- Plots: api/plots.md
- Scripts: api/scripts.md
- Training: api/training.md
- Video Processing: api/video_processing.md