@@ -4,40 +4,50 @@ Below you can find examples of how *pyet* models are used for estimating (potent
4
4
evaporation.
5
5
6
6
.. toctree ::
7
+ :hidden:
7
8
:maxdepth: 1
8
- :numbered:
9
- :glob:
10
9
11
- `Estimating PET using pandas.Series `_
10
+ 01_example_zamg
11
+ 02_example_zamg_netcdf
12
+ 03_example_knmi
13
+ 04_example_coagmet
14
+ 05_example_calibration
15
+ 06_worked_examples_McMahon_etal_2013
16
+ 07_example_climate_change
17
+ 08_crop_coefficient
18
+ 09_CMIP6_data
19
+ 10_example_paper
12
20
13
- `Estimating PET using xarray.DataArray `_
21
+ `Estimating PET using pandas.Series `_
14
22
15
- `Benchmarking Makkink `_
23
+ `Estimating PET using xarray.DataArray `_
16
24
17
- `Benchmarking FAO56 `_
25
+ `Benchmarking Makkink `_
18
26
19
- `Calibration `_
27
+ `Benchmarking FAO56 `_
20
28
21
- `Examples from McMahon et al., 2013 `_
29
+ `Calibration `_
22
30
23
- `PET under climate change `_
31
+ `Examples from McMahon et al., 2013 `_
24
32
25
- `Crop coefficient `_
33
+ `PET under climate change `_
26
34
27
- `Estimating PET using CMIP data `_
35
+ `Crop coefficient `_
28
36
29
- `Notebook supporting PyEt GMD manuscript `_
37
+ `Estimating PET using CMIP data `_
30
38
31
- .. _Estimating PET using pandas.Series : 01_example_zamg.ipynb
32
- .. _Estimating PET using xarray.DataArray : 02_example_zamg_netcdf.ipynb
33
- .. _Benchmarking Makkink : 03_example_knmi.ipynb
34
- .. _Benchmarking FAO56 : 04_example_coagmet.ipynb
35
- .. _Calibration : 05_example_calibration.ipynb
36
- .. _Examples from McMahon et al., 2013 : 06_worked_examples_McMahon_etal_2013.ipynb
37
- .. _PET under climate change : 07_example_climate_change.ipynb
38
- .. _Crop coefficient : 08_crop_coefficient.ipynb
39
- .. _Estimating PET using CMIP data : 09_CMIP6_data.ipynb
40
- .. _Notebook supporting PyEt GMD manuscript : 10_example_paper.ipynb
39
+ `Notebook supporting PyEt GMD manuscript `_
40
+
41
+ .. _Estimating PET using pandas.Series : 01_example_zamg.html
42
+ .. _Estimating PET using xarray.DataArray : 02_example_zamg_netcdf.html
43
+ .. _Benchmarking Makkink : 03_example_knmi.html
44
+ .. _Benchmarking FAO56 : 04_example_coagmet.html
45
+ .. _Calibration : 05_example_calibration.html
46
+ .. _Examples from McMahon et al., 2013 : 06_worked_examples_McMahon_etal_2013.html
47
+ .. _PET under climate change : 07_example_climate_change.html
48
+ .. _Crop coefficient : 08_crop_coefficient.html
49
+ .. _Estimating PET using CMIP data : 09_CMIP6_data.html
50
+ .. _Notebook supporting PyEt GMD manuscript : 10_example_paper.html
41
51
42
52
.. tip ::
43
53
The latest versions of the Jupyter Notebooks can be found in the
0 commit comments