forked from ProjectPythia/pythia-foundations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
42 lines (39 loc) · 1.16 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
# Table of content
# Learn more at https://jupyterbook.org/customize/toc.html
#
- file: landing-page
- part: Preamble
chapters:
- file: preamble/how-to-use
- file: preamble/how-to-contribute
- part: Foundational skills
chapters:
- file: foundations/overview
- file: foundations/getting-started-python
sections:
- file: foundations/basic-python
sections:
- file: foundations/Hello
- file: foundations/how-to-run-python
sections:
- file: foundations/conda
- file: foundations/getting-started-jupyter
sections:
- file: foundations/jupyter-notebooks
- file: foundations/how-to-run-notebooks
- file: foundations/markdown
- file: foundations/getting-started-github
sections:
- file: foundations/what-is-github
- file: foundations/git
- file: foundations/github-pull-request
- part: Core Scientific Python packages
chapters:
- file: core/overview
- file: core/numpy
- file: core/matplotlib
- file: core/cartopy
- file: core/datetime
- file: core/pandas
- file: core/data-formats
- file: core/xarray