blob: a74311e43ee82b72082a347a1d3a2e3140a503fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Meta-NEPs (NEPs about NEPs or Processes)
----------------------------------------
.. toctree::
:maxdepth: 1
{% for nep, tags in neps.items() if tags['Status'] == 'Active' %}
{{ tags['Title'] }} <{{ tags['Filename'] }}>
{% endfor %}
nep-template
|