summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-05-27 13:05:43 -0600
committerGitHub <noreply@github.com>2018-05-27 13:05:43 -0600
commit7d7c71ccae98c448f120d42f372bb2d0d3f10f6a (patch)
tree97ba925e815671595e3b19af1a78e77324387948
parent331106f57305fca038a567061bb8fe148bc49a87 (diff)
parent2854a42945c2ae5d4d5bac7c1995954b76d50b18 (diff)
downloadnumpy-7d7c71ccae98c448f120d42f372bb2d0d3f10f6a.tar.gz
Merge pull request #11145 from mattip/nep-tweak
DOC: cleanup NEP creation
-rw-r--r--doc/neps/index.rst.tmpl13
-rw-r--r--doc/neps/nep-0000.rst2
2 files changed, 14 insertions, 1 deletions
diff --git a/doc/neps/index.rst.tmpl b/doc/neps/index.rst.tmpl
index 8d0c5da77..b5c6032d0 100644
--- a/doc/neps/index.rst.tmpl
+++ b/doc/neps/index.rst.tmpl
@@ -30,6 +30,19 @@ Accepted NEPs, implementation in progress
NEP {{ nep }} — {{ tags['Title'] }} <{{ tags['Filename'] }}>
{% endfor %}
+
+Open NEPs (under consideration)
+-------------------------------
+
+.. toctree::
+ :maxdepth: 1
+
+{% for nep, tags in neps.items() if tags['Status'] == 'Draft' %}
+ NEP {{ nep }} — {{ tags['Title'] }} <{{ tags['Filename'] }}>
+{% endfor %}
+
+
+
Implemented NEPs
----------------
diff --git a/doc/neps/nep-0000.rst b/doc/neps/nep-0000.rst
index 2eed19161..543c6c587 100644
--- a/doc/neps/nep-0000.rst
+++ b/doc/neps/nep-0000.rst
@@ -3,7 +3,7 @@ Purpose and Process
===================
:Author: Jarrod Millman <millman@berkeley.edu>
-:Status: Draft
+:Status: Active
:Type: Process
:Created: 2017-12-11