8000 MAINT: fix build for NEP 16 · numpy/numpy@869e68d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 869e68d

Browse files
committed
MAINT: fix build for NEP 16
1 parent b9f7fd6 commit 869e68d

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

doc/neps/index.rst.tmpl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,13 @@ Rejected NEPs
8181
{% for nep, tags in neps.items() if tags['Status'] == 'Rejected' %}
8282
{{ tags['Title'] }} <{{ tags['Filename'] }}>
8383
{% endfor %}
84+
85+
Withdrawn NEPs
86+
--------------
87+
88+
.. toctree::
89+
:maxdepth: 1
90+
91+
{% for nep, tags in neps.items() if tags['Status'] == 'Withdrawn' %}
92+
{{ tags['Title'] }} <{{ tags['Filename'] }}>
93+
{% endfor %}

doc/neps/nep-0016-abstract-array.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
====================================================
2-
An abstract base class for identifying "duck arrays"
3-
====================================================
1+
=============================================================
2+
NEP 16 — An abstract base class for identifying "duck arrays"
3+
=============================================================
44

55
:Author: Nathaniel J. Smith <njs@pobox.com>
66
:Status: Withdrawn
77
:Type: Standards Track
88
:Created: 2018-03-06
9+
:Resolution: https://github.com/numpy/numpy/pull/12174
910

1011
.. note::
1112

@@ -318,7 +319,7 @@ Links to discussion
318319
Appendix: Benchmark script
319320
--------------------------
320321

321-
.. literal-include:: nep-0016-benchmark.py
322+
.. literalinclude:: nep-0016-benchmark.py
322323

323324

324325
Copyright

0 commit comments

Comments
 (0)
0