diff options
author | Ben Nathanson <github@bigriver.xyz> | 2020-10-14 09:09:02 -0400 |
---|---|---|
committer | Ben Nathanson <github@bigriver.xyz> | 2020-10-14 09:09:02 -0400 |
commit | fa2acebfef936df8cc00fa3b4e6c951db1866501 (patch) | |
tree | e64552202755443a55669d602d6ca640c3e880e0 /doc | |
parent | 81ac8ad9e428affcc9bbe694cab9fd0ac8188157 (diff) | |
download | numpy-fa2acebfef936df8cc00fa3b4e6c951db1866501.tar.gz |
DOC: Include NEP titles for first reference in NEP 42
Rather than saying 'NEP 4x', the links
in the note at the top now include the NEP titles as well.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0042-new-dtypes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/neps/nep-0042-new-dtypes.rst b/doc/neps/nep-0042-new-dtypes.rst index ded0fd1ae..ff92e1612 100644 --- a/doc/neps/nep-0042-new-dtypes.rst +++ b/doc/neps/nep-0042-new-dtypes.rst @@ -17,13 +17,13 @@ NEP 42 — New and extensible DTypes This NEP is third in a series: - - :ref:`NEP 40 <NEP40>` explains the shortcomings of NumPy's dtype implementation. + - :ref:`NEP40` explains the shortcomings of NumPy's dtype implementation. - - :ref:`NEP 41 <NEP41>` gives an overview of our proposed replacement. + - :ref:`NEP41` gives an overview of our proposed replacement. - NEP 42 (this document) describes the new design's datatype-related APIs. - - :ref:`NEP 43 <NEP43>` describes the new design's API for universal functions. + - :ref:`NEP43` describes the new design's API for universal functions. ****************************************************************************** |