diff options
| author | Ralf Gommers <ralf.gommers@gmail.com> | 2020-06-06 21:59:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-06 21:59:48 +0200 |
| commit | 4abd2a845d0723732f26dd9bbba34d076cb7321d (patch) | |
| tree | 7a19976eb079ac473b57f718c9813ed91ed53759 /numpy | |
| parent | 9439b56f8762b8c9b48d2f9e54dfb467aaa2b3f9 (diff) | |
| parent | 2198073ae2b8b529851b5a92ad3d0529a8325829 (diff) | |
| download | numpy-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')
| -rw-r--r-- | numpy/doc/dispatch.py | 2 | ||||
| -rw-r--r-- | numpy/lib/format.py | 4 |
2 files changed, 3 insertions, 3 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>`. """ 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. """ |
