-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
70 lines (63 loc) · 1.55 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
site_name: itslive
site_description: Client library for NASA Earthdata APIs
site_url: https://github.com/nasa-jpl/itslive-vortex
theme:
name: 'material'
palette:
- scheme: default
primary: teal
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
repo_name: nasa-jpl/itslive-vortex
repo_url: https://github.com/nasa-jpl/itslive-vortex
edit_uri: ''
extra_css:
- css/styles.css
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: google
docstring_options:
ignore_init_summary: no
merge_init_into_class: yes
show_submodules: no
rendering:
show_root_heading: false
show_source: false
- mkdocs-jupyter:
execute: True
nav:
- OVERVIEW: 'index.md'
- TUTORIALS:
- HOW-TO:
- USER REFERENCE:
- API:
- 'Search and Access of ITS_LIVE data': 'user-reference/api/api.md'
- Glossary:
- 'NASA Glossary': 'user-reference/glossary/nasa-glossary.md'
- 'Cloud Computing Terminology': 'user-reference/glossary/cloud-glossary.md'
markdown_extensions:
- admonition
- callouts
- pymdownx.details
- meta
- toc:
toc_depth: 2
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
watch:
- docs
- notebooks
- itslive