-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
54 lines (51 loc) · 1.25 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
54
site_name: DeepSeaAI
site_description: Documentation for the deepsea-ai python package
site_author: Danelle Cline
repo_url: "https://github.com/mbari-org/deepsea-ai/"
theme:
name: material
logo: https://docs.mbari.org/imgs/mbari-logo.png
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.force
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
markdown_extensions:
- meta
- admonition
- footnotes
- pymdownx.inlinehilite
- pymdownx.tabbed
- toc:
permalink: True
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.superfences:
nav:
- Installation: 'index.md'
- Commands:
- commands/train.md
- commands/process.md
- commands/monitor.md
- commands/ecsdeploy.md
- commands/ecsshutdown.md
- Configuration: 'config.md'
- Prepare your data: 'data.md'
- Tutorials:
- notebooks/fathomnet_train.ipynb
- Change Log: CHANGELOG.md
copyright: Maintained by <a href="https://www.mbari.org/cline-danelle-e/">Danelle Cline</a>.
plugins:
- search
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: False