forked from open-mmlab/mmdetection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (48 loc) · 1.32 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
site_name: "Vision Chain"
repo_url: https://github.com/BinItAI/VisionChain
theme:
name: "material"
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Dataset Splitting: 'index.md'
- Dataset Analysis:
- Heuristics: 'analysis/discovery.md'
- Heuristics: 'analysis/heuristics.md'
- Utils: 'index.md'
- Evaluation: 'index.md'
- Ensembles:
- Ensembles: 'ensembles/ensembles.md'
- Aggregations: 'ensembles/aggregations.md'
- Active Learning: 'active-learning/active-learning.md'
- Heuristics: 'heuristics/heuristics.md'
- Thresholding: 'thresholding/thresholding.md'
- Common Business Problems: 'problems/problems.md'
- Control Room: 'control_room.md'
plugins:
- mkdocstrings:
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
default_handler: python
handlers:
python:
options:
show_source: true
- search:
lang: en
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format