Skip to content

Commit 4293f80

Browse files
author
Joe Hamman
authored
update docs to point to xarray-contrib and xarray-tutorial (#4252)
* update docs to point to xarray-contrib and xarray-tutorial * add link to youtube tutorial
1 parent 4e89331 commit 4293f80

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

doc/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Examples
22
========
33

44
.. toctree::
5-
:maxdepth: 2
5+
:maxdepth: 1
66

77
examples/weather-data
88
examples/monthly-means
@@ -15,7 +15,7 @@ Examples
1515
Using apply_ufunc
1616
------------------
1717
.. toctree::
18-
:maxdepth: 2
18+
:maxdepth: 1
1919

2020
examples/apply_ufunc_vectorize_1d
2121

doc/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,16 @@ Documentation
107107
See also
108108
--------
109109

110+
- `Xarray's Tutorial`_ presented at the 2020 SciPy Conference (`video recording`_).
110111
- Stephan Hoyer and Joe Hamman's `Journal of Open Research Software paper`_ describing the xarray project.
111112
- The `UW eScience Institute's Geohackweek`_ tutorial on xarray for geospatial data scientists.
112113
- Stephan Hoyer's `SciPy2015 talk`_ introducing xarray to a general audience.
113114
- Stephan Hoyer's `2015 Unidata Users Workshop talk`_ and `tutorial`_ (`with answers`_) introducing
114115
xarray to users familiar with netCDF.
115116
- `Nicolas Fauchereau's tutorial`_ on xarray for netCDF users.
116117

118+
.. _Xarray's Tutorial: https://xarray-contrib.github.io/xarray-tutorial/
119+
.. _video recording: https://youtu.be/mecN-Ph_-78
117120
.. _Journal of Open Research Software paper: http://doi.org/10.5334/jors.148
118121
.. _UW eScience Institute's Geohackweek : https://geohackweek.github.io/nDarrays/
119122
.. _SciPy2015 talk: https://www.youtube.com/watch?v=X0pAhJgySxk

doc/related-projects.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Xarray related projects
44
-----------------------
55

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
77
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.
911

1012
Geosciences
1113
~~~~~~~~~~~

0 commit comments

Comments
 (0)