blob: 8e1ce333a1fe4aa866c8432bf911746177c61b31 (
plain)
1
2
3
4
5
6
7
8
9
|
Accepted NEPs (implementation in progress)
------------------------------------------
.. toctree::
:maxdepth: 1
{% for nep, tags in neps.items() if tags['Status'] == 'Accepted' %}
{{ tags['Title'] }} <{{ tags['Filename'] }}>
{% endfor %}
|