File tree 3 files changed +9
-4
lines changed 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
========
3
3
4
4
.. toctree ::
5
- :maxdepth: 2
5
+ :maxdepth: 1
6
6
7
7
examples/weather-data
8
8
examples/monthly-means
@@ -15,7 +15,7 @@ Examples
15
15
Using apply_ufunc
16
16
------------------
17
17
.. toctree ::
18
- :maxdepth: 2
18
+ :maxdepth: 1
19
19
20
20
examples/apply_ufunc_vectorize_1d
21
21
Original file line number Diff line number Diff line change @@ -107,13 +107,16 @@ Documentation
107
107
See also
108
108
--------
109
109
110
+ - `Xarray's Tutorial `_ presented at the 2020 SciPy Conference (`video recording `_).
110
111
- Stephan Hoyer and Joe Hamman's `Journal of Open Research Software paper `_ describing the xarray project.
111
112
- The `UW eScience Institute's Geohackweek `_ tutorial on xarray for geospatial data scientists.
112
113
- Stephan Hoyer's `SciPy2015 talk `_ introducing xarray to a general audience.
113
114
- Stephan Hoyer's `2015 Unidata Users Workshop talk `_ and `tutorial `_ (`with answers `_) introducing
114
115
xarray to users familiar with netCDF.
115
116
- `Nicolas Fauchereau's tutorial `_ on xarray for netCDF users.
116
117
118
+ .. _Xarray's Tutorial : https://xarray-contrib.github.io/xarray-tutorial/
119
+ .. _video recording : https://youtu.be/mecN-Ph_-78
117
120
.. _Journal of Open Research Software paper : http://doi.org/10.5334/jors.148
118
121
.. _UW eScience Institute's Geohackweek : https://geohackweek.github.io/nDarrays/
119
122
.. _SciPy2015 talk : https://www.youtube.com/watch?v=X0pAhJgySxk
Original file line number Diff line number Diff line change 3
3
Xarray related projects
4
4
-----------------------
5
5
6
- Here below is a list of existing open source projects that build
6
+ Below is a list of existing open source projects that build
7
7
functionality upon xarray. See also section :ref: `internals ` for more
8
- details on how to build xarray extensions.
8
+ details on how to build xarray extensions. We also maintain the
9
+ `xarray-contrib <https://github.com/xarray-contrib >`_ GitHub organization
10
+ as a place to curate projects that build upon xarray.
9
11
10
12
Geosciences
11
13
~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments