From b9e129f157df25e17f668de81df4679be312addf Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:56:07 +0000 Subject: [PATCH] docs: use the link shortener (#8700) * docs: use the link shortener In the recent version of the pydata-sphinx-theme (that you use through the sphinx-book-theme) we implemented a link shortener that would (I think) be a good replacement for the custom `:issue:` role. I was passing by, I made a small adjustment so you can see the diff and if you don't like it, simply close my PR. * typo --- 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 cb1b23e78eb..0537ae85389 100644 --- a/doc/internals/extending-xarray.rst +++ b/doc/internals/extending-xarray.rst @@ -103,7 +103,7 @@ The intent here is that libraries that extend xarray could add such an accessor to implement subclass specific functionality rather than using actual subclasses or patching in a large number of domain specific methods. For further reading on ways to write new accessors and the philosophy behind the approach, see -:issue:`1080`. +https://github.com/pydata/xarray/issues/1080. To help users keep things straight, please `let us know `_ if you plan to write a new accessor