-
Notifications
You must be signed in to change notification settings - Fork 110
/
_toc.yml
104 lines (99 loc) · 4.13 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# Learn more at https://jupyterbook.org/customize/toc.html
root: intro
format: jb-book
parts:
- caption: Overview
chapters:
- file: overview/get-started.md
- file: overview/xarray-in-45-min
- file: overview/learning-paths.md
sections:
- file: overview/fundamental-path/README.md
- file: overview/intermediate-path/README.md
- caption: Fundamentals
chapters:
- file: fundamentals/01_data_structures.md
sections:
- file: fundamentals/01_datastructures
- file: fundamentals/01.1_creating_data_structures
- file: fundamentals/01.1_io
- file: fundamentals/02_labeled_data.md
sections:
- file: fundamentals/02.1_indexing_Basic.ipynb
- file: fundamentals/02.2_manipulating_dimensions
- file: fundamentals/03_computation.md
sections:
- file: fundamentals/03.1_computation_with_xarray
- file: fundamentals/02.3_aligning_data_objects
- file: fundamentals/03.2_groupby_with_xarray
- file: fundamentals/03.3_windowed
- file: fundamentals/03.4_weighted
- file: fundamentals/04.0_plotting.md
sections:
- file: fundamentals/04.1_basic_plotting
- file: fundamentals/04.2_faceting
- file: fundamentals/04.3_geographic_plotting
- caption: Intermediate
chapters:
- file: intermediate/01-high-level-computation-patterns
- file: intermediate/indexing/indexing
sections:
- file: intermediate/indexing/advanced-indexing.ipynb
- file: intermediate/indexing/boolean-masking-indexing.ipynb
- file: intermediate/xarray_and_dask
- file: intermediate/xarray_ecosystem
- file: intermediate/hvplot
- file: intermediate/remote_data/index
sections:
- file: intermediate/remote_data/cmip6-cloud.ipynb
- file: intermediate/remote_data/remote-data.ipynb
- file: intermediate/data_cleaning/05.1_intro.md
sections:
- file: intermediate/data_cleaning/05.2_examples.md
- file: intermediate/data_cleaning/05.3_ice_velocity
- file: intermediate/data_cleaning/05.4_contributing.md
- file: intermediate/data_cleaning/05.5_scipy_talk.md
- caption: Advanced
chapters:
- file: advanced/parallel-intro.md
- file: advanced/apply_ufunc/apply_ufunc.md
sections:
- file: advanced/apply_ufunc/simple_numpy_apply_ufunc
- file: advanced/apply_ufunc/core-dimensions
- file: advanced/apply_ufunc/complex-output-numpy
- file: advanced/apply_ufunc/automatic-vectorizing-numpy
- file: advanced/apply_ufunc/dask_apply_ufunc
- file: advanced/apply_ufunc/numba-vectorization
- file: advanced/apply_ufunc/example-interp
- file: advanced/map_blocks/map_blocks.md
sections:
- file: advanced/map_blocks/simple_map_blocks
- file: advanced/backends/backends.md
sections:
- file: advanced/backends/1.Backend_without_Lazy_Loading.ipynb
- file: advanced/backends/2.Backend_with_Lazy_Loading.ipynb
- file: advanced/accessors/accessors.md
sections:
- file: advanced/accessors/01_accessor_examples.ipynb
- caption: Workshops
chapters:
- file: workshops/scipy2024/index.ipynb
- file: workshops/scipy2023/README
- file: workshops/thinking-like-xarray/README
sections:
- url: https://tutorial.xarray.dev/intermediate/01-high-level-computation-patterns
title: High-level computation patterns
- file: workshops/oceanhackweek2020/README
sections:
- url: https://tutorial.xarray.dev/overview/xarray-in-45-min
title: Xarray in 45 minutes
- file: workshops/online-tutorial-series/README
sections:
- file: workshops/online-tutorial-series/01_xarray_fundamentals
- file: workshops/online-tutorial-series/02_indexing
- file: workshops/online-tutorial-series/03_computation
- caption: Reference
chapters:
- file: CONTRIBUTING
- file: reference/resources
- file: reference/glossary