-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_toc.yml
55 lines (48 loc) · 2.06 KB
/
_toc.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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: content/cefi_goal.md
title: NOAA CEFI Data Cookbook
defaults: # The defaults key will be applied to all chapters and sub-sections
titlesonly: True
parts:
- caption: CEFI Data Portal's Goal
chapters:
- file: content/intro.md
- caption: How to?
chapters:
- file: content/how_to_use.md
- file: content/how_to_conda.md
- file: content/how_to_jupyter.md
- caption: Regional MOM6
chapters:
- file: content/model_doc/what_is_regional_mom6.md
sections:
- file: content/model_doc/model_config/model_grid.md
- file: content/model_doc/regional_mom6_faq.md
- caption: Data Access
chapters:
- file: content/data_access/access_cefi.md
sections:
- file: content/data_access/access_cefi/python_get_cefi.ipynb
- file: content/data_access/access_cefi/r_get_cefi.ipynb
- file: content/data_access/access_erddap.md
sections:
- file: content/data_access/access_erddap/erddap_interface.md
- file: content/data_access/access_erddap/python_interface_griddap.md
- file: content/data_access/access_erddap/python_interface_tabledap.md
- file: content/data_access/access_erddap/python_get_gliders.md
- file: content/data_access/access_erddap/R_erddap.ipynb
- file: content/data_access/access_opendap.md
sections:
- file: content/data_access/access_opendap/opendap_interface.md
- file: content/data_access/access_opendap/python_get_cefi.ipynb
- file: content/data_access/access_opendap/r_get_cefi.ipynb
- file: content/data_access/access_polar.md
- file: content/data_access/data_faq.md
- caption: Other Resources
chapters:
- url: https://media.fisheries.noaa.gov/2021-08/NOAA%20Climate%20and%20Fisheries%20Initiative%20Fact%20Sheet.pdf
title: What is NOAA Climate, Ecosystems, and Fisheries Initiative (CEFI)
- url: https://ioos.github.io/ioos_code_lab/content/intro.html
title: The U.S. Integrated Ocean Observing System (IOOS) CodeLab