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/lib/format.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/lib/format.py')
-rw-r--r-- | numpy/lib/format.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/lib/format.py b/numpy/lib/format.py index 2afa4ac10..cb2d511af 100644 --- a/numpy/lib/format.py +++ b/numpy/lib/format.py @@ -156,8 +156,8 @@ names. Notes ----- The ``.npy`` format, including motivation for creating it and a comparison of -alternatives, is described in the `"npy-format" NEP -<https://www.numpy.org/neps/nep-0001-npy-format.html>`_, however details have +alternatives, is described in the +:doc:`"npy-format" NEP <neps:nep-0001-npy-format>`, however details have evolved with time and this document is more current. """ |