-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_toc.yml
55 lines (47 loc) · 1.9 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
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: content/intro/introduction.md
parts:
- caption: Install
chapters:
- file: content/installation.md
- caption: Processing Inputs
chapters:
- file: content/processing/inputs.md
- caption: Background
chapters:
- file: content/background/scientific_python/scientific_python.md # Scientific Python
sections:
- file: content/background/scientific_python/python.md
sections:
- file : content/background/scientific_python/sample.md
- file: content/background/scientific_python/numpy.md
- file: content/background/scientific_python/matplotlib.md
- file: content/background/scientific_python/pandas.md
- file: content/background/scientific_python/seaborn.md
- file: content/background/machine_learning/machine_learning.md # Machine Learning
sections:
- file: content/background/machine_learning/scikit-learn
- file: content/background/machine_learning/model_tuning
- file: content/background/machine_learning/validation
- file: content/background/mlops/mlops.md # Machine Learning Ops
sections:
- file: content/background/mlops/code_versioning.md
- file: content/background/mlops/model_tracking.md
- caption: Crop Condition Assessment
chapters:
- file: content/condition/agmet.md # Data Preprocessing
sections:
- file: content/condition/eo_data_plot_components.md
- file: content/condition/ndvi.md
- file: content/condition/precipitation.md
- file: content/condition/temperature.md
- file: content/condition/soil_moisture.md
- file: content/condition/evaporative_stress_index.md
- file: content/condition/examples.md
- caption: Crop Yield Forecasting
chapters:
- file: content/yield/introduction.md # introduction
- file: content/yield/basic.md # simple crop model
- file: content/yield/geocif.md # geocif crop model