diff --git a/doc/examples.rst b/doc/examples.rst index 1d48d29bcc5..102138b6e4e 100644 --- a/doc/examples.rst +++ b/doc/examples.rst @@ -2,7 +2,7 @@ Examples ======== .. toctree:: - :maxdepth: 2 + :maxdepth: 1 examples/weather-data examples/monthly-means @@ -15,7 +15,7 @@ Examples Using apply_ufunc ------------------ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 examples/apply_ufunc_vectorize_1d diff --git a/doc/index.rst b/doc/index.rst index 972eb0a732e..e3cbb331285 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -107,6 +107,7 @@ Documentation See also -------- +- `Xarray's Tutorial`_ presented at the 2020 SciPy Conference (`video recording`_). - Stephan Hoyer and Joe Hamman's `Journal of Open Research Software paper`_ describing the xarray project. - The `UW eScience Institute's Geohackweek`_ tutorial on xarray for geospatial data scientists. - Stephan Hoyer's `SciPy2015 talk`_ introducing xarray to a general audience. @@ -114,6 +115,8 @@ See also xarray to users familiar with netCDF. - `Nicolas Fauchereau's tutorial`_ on xarray for netCDF users. +.. _Xarray's Tutorial: https://xarray-contrib.github.io/xarray-tutorial/ +.. _video recording: https://youtu.be/mecN-Ph_-78 .. _Journal of Open Research Software paper: http://doi.org/10.5334/jors.148 .. _UW eScience Institute's Geohackweek : https://geohackweek.github.io/nDarrays/ .. _SciPy2015 talk: https://www.youtube.com/watch?v=X0pAhJgySxk diff --git a/doc/related-projects.rst b/doc/related-projects.rst index 8e8e3f63098..ec42ef00246 100644 --- a/doc/related-projects.rst +++ b/doc/related-projects.rst @@ -3,9 +3,11 @@ Xarray related projects ----------------------- -Here below is a list of existing open source projects that build +Below is a list of existing open source projects that build functionality upon xarray. See also section :ref:`internals` for more -details on how to build xarray extensions. +details on how to build xarray extensions. We also maintain the +`xarray-contrib `_ GitHub organization +as a place to curate projects that build upon xarray. Geosciences ~~~~~~~~~~~