-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (51 loc) · 1.45 KB
/
mkdocs.yml
File metadata and controls
51 lines (51 loc) · 1.45 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
site_name: Valor
repo_url: https://github.com/striveworks/valor
theme:
name: material
features:
- navigation.expand
palette:
scheme: slate
primary: deep purple
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Overview: "index.md"
- Classification:
- Documentation: "classification/documentation.md"
- Metrics: "classification/metrics.md"
- Object Detection:
- Documentation: "object_detection/documentation.md"
- Metrics: "object_detection/metrics.md"
- Semantic Segmentation:
- Documentation: "semantic_segmentation/documentation.md"
- Metrics: "semantic_segmentation/metrics.md"
- Text Generation:
- Documentation: "text_generation/documentation.md"
- Metrics: "text_generation/metrics.md"
- Example Notebooks: "https://github.com/Striveworks/valor/blob/main/examples/"
- Contributing & Development: "contributing.md"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
- include_dir_to_nav:
sort_file: true
sort_directory: true
- swagger-ui-tag:
syntaxHighlightTheme: monokai
tryItOutEnabled: False
supportedSubmitMethods: []