summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2020-06-06 21:59:48 +0200
committerGitHub <noreply@github.com>2020-06-06 21:59:48 +0200
commit4abd2a845d0723732f26dd9bbba34d076cb7321d (patch)
tree7a19976eb079ac473b57f718c9813ed91ed53759 /numpy/lib/format.py
parent9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9 (diff)
parent2198073ae2b8b529851b5a92ad3d0529a8325829 (diff)
downloadnumpy-4abd2a845d0723732f26dd9bbba34d076cb7321d.tar.gz
Merge pull request #16500 from bjnath/move_c_style_link
DOC: Point Contributing page to new NEP 45
Diffstat (limited to 'numpy/lib/format.py')
-rw-r--r--numpy/lib/format.py4
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.
"""