forked from XiaogangHe/python-climate-visuals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
71 lines (70 loc) · 1.92 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
format: jb-book
root: intro
options:
numbered: true
parts:
- caption: Data Analytics
numbered: true
chapters:
- file: chapters/data-analytics/python
title: Python
sections:
- file: chapters/data-analytics/python-basic
title: Tutorial
- file: chapters/data-analytics/python-exercise
title: Exercise
- file: chapters/data-analytics/python-solution
title: Solution
- file: chapters/data-analytics/numpy
title: NumPy
sections:
- file: chapters/data-analytics/numpy-basic
title: Tutorial
- file: chapters/data-analytics/pandas
title: Pandas
sections:
- file: chapters/data-analytics/pandas-basic
title: Tutorial (Basic)
- file: chapters/data-analytics/pandas-advanced
title: Tutorial (Advanced)
- file: chapters/data-analytics/pandas-exercise
title: Exercise
- file: chapters/data-analytics/pandas-solution
title: Solution
- file: chapters/data-analytics/scipy
title: Scipy
sections:
- file: chapters/data-analytics/scipy-basic
title: Tutorial
- file: chapters/data-analytics/xarray
title: Xarray
sections:
- file: chapters/data-analytics/xarray-basic
title: Tutorial
- caption: Data visualization
numbered: true
chapters:
- file: chapters/data-visuals/matplotlib
title: Matplotlib
sections:
- file: chapters/data-visuals/matplotlib-basic
title: Tutorial (Basic)
- file: chapters/data-visuals/matplotlib-advanced
title: Tutorial (Advanced)
- caption: Homework
chapters:
- file: chapters/homework/homework1-solution
title: Homework 1
- file: chapters/homework/homework2-solution
title: Homework 2
- caption: Course Project
chapters:
- file: chapters/project/FinalProject
title: Fall 2021
- caption: Gallery
chapters:
- file: chapters/gallery/plot_weighted_river_network
title: River Network
- caption: Others
chapters:
- file: chapters/others/refs