diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-06-04 17:43:38 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-06-04 17:43:38 -0400 |
commit | 7764b5f2bcb6f4188b3e524209672e152226604c (patch) | |
tree | 94c9ddc162d33a21db0424cbd55061afdfdc079f /numpy/doc/dispatch.py | |
parent | 03ebc55f4319852a8f1501c6be82267728301c6e (diff) | |
download | numpy-7764b5f2bcb6f4188b3e524209672e152226604c.tar.gz |
DOC: Use intersphinx for NEP references
Per #16500 discussion, adds link updates to PR.
Replaces NEP URLs with intersphinx links in these
files:
* doc/HOWTO_RELEASE.rst.txt
* doc/source/dev/howto-docs.rst
* numpy/doc/dispatch.py
* numpy/lib/format.py
and incorporates @rossbar's #16502 change of `config.py`.
Diffstat (limited to 'numpy/doc/dispatch.py')
-rw-r--r-- | numpy/doc/dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/dispatch.py b/numpy/doc/dispatch.py index ba76a43ae..af70ed836 100644 --- a/numpy/doc/dispatch.py +++ b/numpy/doc/dispatch.py @@ -267,5 +267,5 @@ Refer to the `dask source code <https://github.com/dask/dask>`_ and `cupy source code <https://github.com/cupy/cupy>`_ for more fully-worked examples of custom array containers. -See also `NEP 18 <http://www.numpy.org/neps/nep-0018-array-function-protocol.html>`_. +See also :doc:`NEP 18<neps:nep-0018-array-function-protocol>`. """ |