Skip to content

Commit b9e129f

Browse files
authored
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
1 parent f343b7b commit b9e129f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internals/extending-xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The intent here is that libraries that extend xarray could add such an accessor
103103
to implement subclass specific functionality rather than using actual subclasses
104104
or patching in a large number of domain specific methods. For further reading
105105
on ways to write new accessors and the philosophy behind the approach, see
106-
:issue:`1080`.
106+
https://github.com/pydata/xarray/issues/1080.
107107

108108
To help users keep things straight, please `let us know
109109
<https://github.com/pydata/xarray/issues>`_ if you plan to write a new accessor

0 commit comments

Comments
 (0)