From 4b0548d07c2ae3911fcdbf7d6eea5b6b34010694 Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Wed, 22 Jul 2020 11:25:52 -0700 Subject: [PATCH 1/2] update docs to point to xarray-contrib and xarray-tutorial --- doc/examples.rst | 4 ++-- doc/index.rst | 2 ++ doc/related-projects.rst | 6 ++++-- 3 files changed, 8 insertions(+), 4 deletions(-) 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..149e8d4982b 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. - 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,7 @@ 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/ .. _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 ~~~~~~~~~~~ From 9f687951cfc5aeb2587c1d311d939581d521166c Mon Sep 17 00:00:00 2001 From: Joseph Hamman Date: Thu, 23 Jul 2020 00:12:31 -0700 Subject: [PATCH 2/2] add link to youtube tutorial --- doc/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 149e8d4982b..e3cbb331285 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -107,7 +107,7 @@ Documentation See also -------- -- `Xarray's Tutorial`_ presented at the 2020 SciPy Conference. +- `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. @@ -116,6 +116,7 @@ See also - `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