-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
73 lines (69 loc) · 2.03 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
site_name: Pacific Sound
site_author: Danelle Cline
site_description: >-
Documentation and tutorials on how to use pacific-sound data in the
AWS Open Data registry
repo_name: pacific-sound-notebooks
repo_url: https://github.com/mbari-org/pacific-sound-notebooks
edit_uri: ""
docs_dir: docs
theme:
name: material
logo: https://docs.mbari.org/imgs/mbari-logo.png
custom_dir: docs/overrides
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:
- Home: index.md
- Installation:
- installation/sagemaker.md
- installation/colab.md
- installation/local.md
- Models: models.md
- Listen Up:
- notebooks/listen/PacificSoundListen.ipynb
- Data Access and Decimation:
- notebooks/data/PacificSound2kHz.ipynb
- notebooks/data/PacificSound16kHz.ipynb
- notebooks/data/PacificSound256kHz.ipynb
- notebooks/data/PacificSound256kHzTo2kHzDecimate.ipynb
- Blue Whales:
- Blue A Classify : notebooks/bluewhales/classify/blueA/PacificSoundClassifyBlueA.ipynb
- Blue B Call Index: notebooks/bluewhales/classify/blueB/PacificSoundBlueBCallIndex.ipynb
- Fin Whales:
- Fin Call Index: notebooks/finwhales/PacificSound_FinCallindex.ipynb
- Humpback Whales:
- notebooks/humpbackwhales/detect/PacificSoundDetectHumpbackSong.ipynb
- Shipping Noise:
- notebooks/shippingnoise/PacificSoundShippingNoiseAnalysis.ipynb
- Change Log: CHANGELOG.md
- License: LICENSE.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