diff options
-rw-r--r-- | doc/neps/index.rst.tmpl | 13 | ||||
-rw-r--r-- | doc/neps/nep-0000.rst | 2 |
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 |