File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -81,3 +81,13 @@ Rejected NEPs
81
81
{% for nep, tags in neps.items() if tags['Status'] == 'Rejected' %}
82
82
{{ tags['Title'] }} <{{ tags['Filename'] }}>
83
83
{% 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 %}
Original file line number Diff line number Diff line change 1
- ====================================================
2
- An abstract base class for identifying "duck arrays"
3
- ====================================================
1
+ =============================================================
2
+ NEP 16 — An abstract base class for identifying "duck arrays"
3
+ =============================================================
4
4
5
5
:Author: Nathaniel J. Smith <njs@pobox.com>
6
6
:Status: Withdrawn
7
7
:Type: Standards Track
8
8
:Created: 2018-03-06
9
+ :Resolution: https://github.com/numpy/numpy/pull/12174
9
10
10
11
.. note ::
11
12
@@ -318,7 +319,7 @@ Links to discussion
318
319
Appendix: Benchmark script
319
320
--------------------------
320
321
321
- .. literal-include :: nep-0016-benchmark.py
322
+ .. literalinclude :: nep-0016-benchmark.py
322
323
323
324
324
325
Copyright
You can’t perform that action at this time.
0 commit comments