Skip to content

Commit 6eebb37

Browse files
committed
add references to replaced by, replaces neps
1 parent da95f8e commit 6eebb37

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

doc/neps/nep-0030-duck-array-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NEP 30 — Duck typing for NumPy arrays - implementation
77
:Author: Peter Andreas Entschev <[email protected]>
88
:Author: Stephan Hoyer <[email protected]>
99
:Status: Superseded
10-
:Replaced-By: 56
10+
:Replaced-By: :ref:`NEP56`
1111
:Type: Standards Track
1212
:Created: 2019-07-31
1313
:Updated: 2019-07-31

doc/neps/nep-0031-uarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NEP 31 — Context-local and global overrides of the NumPy API
88
:Author: Ralf Gommers <[email protected]>
99
:Author: Peter Bell <[email protected]>
1010
:Status: Superseded
11-
:Replaced-By: 56
11+
:Replaced-By: :ref:`NEP56`
1212
:Type: Standards Track
1313
:Created: 2019-08-22
1414
:Resolution: https://mail.python.org/archives/list/[email protected]/message/Z6AA5CL47NHBNEPTFWYOTSUVSRDGHYPN/

doc/neps/nep-0037-array-module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NEP 37 — A dispatch protocol for NumPy-like modules
88
:Author: Hameer Abbasi
99
:Author: Sebastian Berg
1010
:Status: Superseded
11-
:Replaced-By: 56
11+
:Replaced-By: :ref:`NEP56`
1212
:Type: Standards Track
1313
:Created: 2019-12-29
1414
:Resolution: https://mail.python.org/archives/list/[email protected]/message/Z6AA5CL47NHBNEPTFWYOTSUVSRDGHYPN/

doc/neps/nep-0047-array-api-standard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NEP 47 — Adopting the array API standard
88
:Author: Stephan Hoyer <[email protected]>
99
:Author: Aaron Meurer <[email protected]>
1010
:Status: Superseded
11-
:Replaced-By: 56
11+
:Replaced-By: :ref:`NEP56`
1212
:Type: Standards Track
1313
:Created: 2021-01-21
1414
:Resolution: https://mail.python.org/archives/list/[email protected]/message/Z6AA5CL47NHBNEPTFWYOTSUVSRDGHYPN/

doc/neps/nep-0056-array-api-main-namespace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ NEP 56 — Array API standard support in NumPy's main namespace
88
:Author: Mateusz Sokół <[email protected]>
99
:Author: Nathan Goldbaum <[email protected]>
1010
:Status: Final
11-
:Replaces: 30, 31, 37, 47
11+
:Replaces: :ref:`NEP30`, :ref:`NEP31`, :ref:`NEP37`, :ref:`NEP47`
1212
:Type: Standards Track
1313
:Created: 2023-12-19
1414
:Resolution: https://mail.python.org/archives/list/[email protected]/message/Z6AA5CL47NHBNEPTFWYOTSUVSRDGHYPN/

0 commit comments

Comments
 (0)