From dafa48aaa3bd399943cd4d824353eb5a34accbe3 Mon Sep 17 00:00:00 2001 From: brynjarmorka <79692387+brynjarmorka@users.noreply.github.com> Date: Tue, 10 May 2022 14:18:15 +0200 Subject: [PATCH 1/3] Update extending-xarray.rst The list of accessors are now available under Xarray related projects --- doc/internals/extending-xarray.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/internals/extending-xarray.rst b/doc/internals/extending-xarray.rst index 2951ce10f21..c67aba23c33 100644 --- a/doc/internals/extending-xarray.rst +++ b/doc/internals/extending-xarray.rst @@ -92,8 +92,8 @@ on ways to write new accessors and the philosophy behind the approach, see To help users keep things straight, please `let us know `_ if you plan to write a new accessor -for an open source library. In the future, we will maintain a list of accessors -and the libraries that implement them on this page. +for an open source library. Existing open source accessors and the libraries +that implement them are available in the list on the :ref:`ecosystem` page. To make documenting accessors with ``sphinx`` and ``sphinx.ext.autosummary`` easier, you can use `sphinx-autosummary-accessors`_. From 7cca405fbd37bb21267085fbce3b537df8abeb95 Mon Sep 17 00:00:00 2001 From: brynjarmorka <79692387+brynjarmorka@users.noreply.github.com> Date: Tue, 10 May 2022 14:29:24 +0200 Subject: [PATCH 2/3] Update extending-xarray.rst Remove tailing whitespace --- doc/internals/extending-xarray.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/internals/extending-xarray.rst b/doc/internals/extending-xarray.rst index c67aba23c33..d6c27664912 100644 --- a/doc/internals/extending-xarray.rst +++ b/doc/internals/extending-xarray.rst @@ -93,7 +93,7 @@ on ways to write new accessors and the philosophy behind the approach, see To help users keep things straight, please `let us know `_ if you plan to write a new accessor for an open source library. Existing open source accessors and the libraries -that implement them are available in the list on the :ref:`ecosystem` page. +that implement them are available in the list on the :ref:`ecosystem` page. To make documenting accessors with ``sphinx`` and ``sphinx.ext.autosummary`` easier, you can use `sphinx-autosummary-accessors`_. From 17734ce1173f333efe9445cbbe55b0555d74e028 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 12:32:20 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/internals/extending-xarray.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/internals/extending-xarray.rst b/doc/internals/extending-xarray.rst index d6c27664912..f8b61d12a2f 100644 --- a/doc/internals/extending-xarray.rst +++ b/doc/internals/extending-xarray.rst @@ -92,7 +92,7 @@ on ways to write new accessors and the philosophy behind the approach, see To help users keep things straight, please `let us know `_ if you plan to write a new accessor -for an open source library. Existing open source accessors and the libraries +for an open source library. Existing open source accessors and the libraries that implement them are available in the list on the :ref:`ecosystem` page. To make documenting accessors with ``sphinx`` and ``sphinx.ext.autosummary``