-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
104 lines (99 loc) · 2.83 KB
/
mkdocs.yml
File metadata and controls
104 lines (99 loc) · 2.83 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: MegaDetector-Classifier
site_url: https://microsoft.github.io/MegaDetector-Classifier/
site_description: "MegaDetector-Classifier — Microsoft AI for Good Lab's open-source classification fine-tuning tool for camera-trap species identification. Part of the PyTorch-Wildlife ecosystem."
docs_dir: docs
site_dir: site
repo_url: https://github.com/microsoft/MegaDetector-Classifier
repo_name: microsoft/MegaDetector-Classifier
copyright: Copyright (c) 2023 Microsoft Corporation
theme:
name: material
favicon: https://zenodo.org/records/15376499/files/cat.png
logo: https://zenodo.org/records/15376499/files/cat.png
icon:
menu: material/menu
alternate: material/translate
search: material/magnify
share: material/share-variant
close: material/close
top: material/arrow-up
edit: material/pencil
view: material/eye
repo: fontawesome/brands/git-alt
admonition:
note: material/note
abstract: material/lightbulb
info: material/information
tip: material/lightbulb-on
success: material/check-circle
question: material/help-circle
warning: material/alert
failure: material/alert-circle
danger: material/alert-octagon
bug: material/bug
example: material/format-list-bulleted
quote: material/format-quote-open
tag:
default: material/tag
info: material/information
warning: material/alert
danger: material/alert-octagon
previous: material/arrow-left
next: material/arrow-right
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: deep orange
toggle:
icon: material/paw-off
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: deep orange
toggle:
icon: material/paw
name: Switch to light mode
features:
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.path
- toc.follow
- navigation.top
- search.suggest
- search.share
- navigation.footer
nav:
- MegaDetector-Classifier:
- Overview: index.md
- Installation: installation.md
- Usage Guide: usage.md
- Tags: tags.md
- Cite Us: cite.md
- Developer Guide: build_mkdocs.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- md_in_html
- attr_list
- sane_lists
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
plugins:
- search
- meta
- tags