forked from smartlixx/AS213_Python_in_Atmos_Sciences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
34 lines (34 loc) · 926 Bytes
/
_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
# Table of content
# Learn more at https://jupyterbook.org/customize/toc.html
#
- file: intro
title: Introduction
- part: Pandas
chapters:
- file: Pandas/Pandas_1
- file: Pandas/Pandas_2
- file: Pandas/Pandas_3
- file: Pandas/Pandas_homework
title: Pandas homework
- file: Pandas/思考题
- file: Pandas/思考题_答案
title: 思考题答案
- part: Matplotlib
chapters:
- file: Matplotlib/Matplotlib_advanced
- file: Matplotlib/Matplotlib_homework
- part: xarray
chapters:
- file: xarray/xarray-1
- file: xarray/xarray-2
- part: Cartopy
chapters:
- file: cartopy/Cartopy_1
- file: cartopy/Cartopy_2
- file: cartopy/Cartopy_3
- file: Exercises/Exercise_El_Nino
title: xarray/cartopy 作业
- part: Intergrated examples
chapters:
- file: Integrated_examples/integrated_examples_1
- file: Integrated_examples/integrated_examples_2