546187a8af
* Use a template to generate the category lists * Refactor so that we first extract all of the data that we need to build the docs and then give that data to the templates to build with * Add docs page listing modules ordered by support level
9 lines
127 B
Django/Jinja
9 lines
127 B
Django/Jinja
Module Index
|
|
============
|
|
|
|
|
|
.. toctree:: :maxdepth: 1
|
|
|
|
{% for name in categories %}
|
|
list_of_@{ name }@_modules
|
|
{% endfor %}
|