From 3920c48d61d1f213a849bae51faa473b9c471946 Mon Sep 17 00:00:00 2001 From: brynjarmorka <79692387+brynjarmorka@users.noreply.github.com> Date: Tue, 10 May 2022 17:40:24 +0200 Subject: [PATCH] Doc Link to accessors list in extending-xarray.rst (#6587) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- 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..f8b61d12a2f 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`_.