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/doc/dispatch.py | |
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/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>`. """ |