summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2019-09-26 21:47:43 -0700
committerGitHub <noreply@github.com>2019-09-26 21:47:43 -0700
commit68bd6e359a6b0863acf39cad637e1444d78eabd0 (patch)
treeb91bf5932ddfb990d0d081bce6568f56e445f60e
parent3dfe3a45757d881df7c3a9fc9b9049dab8245567 (diff)
parente19d4ce0ba2689a4450478201212985f35a88b0f (diff)
downloadnumpy-68bd6e359a6b0863acf39cad637e1444d78eabd0.tar.gz
Merge pull request #14603 from shoyer/meta-nep-fixup
NEP: Only list "Active" NEPs under "Meta-NEPs"
-rw-r--r--doc/neps/index.rst.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/index.rst.tmpl b/doc/neps/index.rst.tmpl
index 0ad8e0f80..4c5b7766f 100644
--- a/doc/neps/index.rst.tmpl
+++ b/doc/neps/index.rst.tmpl
@@ -23,7 +23,7 @@ Meta-NEPs (NEPs about NEPs or Processes)
.. toctree::
:maxdepth: 1
-{% for nep, tags in neps.items() if tags['Type'] == 'Process' %}
+{% for nep, tags in neps.items() if tags['Status'] == 'Active' %}
{{ tags['Title'] }} <{{ tags['Filename'] }}>
{% endfor %}