summaryrefslogtreecommitdiff
path: root/doc/neps/provisional.rst.tmpl
blob: 4c289db98173b2fea361c75838b30f06c4dda859 (plain)
1
2
3
4
5
6
7
8
9
Provisional NEPs (provisionally accepted; interface may change)
---------------------------------------------------------------

.. toctree::
   :maxdepth: 1

{% for nep, tags in neps.items() if tags['Status'] == 'Provisional' %}
   {{ tags['Title'] }} <{{ tags['Filename'] }}>
{% endfor %}