2018-04-25 13:18:52 -05:00
|
|
|
.. _modules_by_category:
|
|
|
|
|
|
|
|
{# avoids rST "isn't included in any toctree" errors for module index docs #}
|
|
|
|
:orphan:
|
|
|
|
|
2017-08-13 19:12:43 -07:00
|
|
|
Module Index
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree:: :maxdepth: 1
|
|
|
|
|
|
|
|
{% for name in categories %}
|
2020-05-13 21:14:53 -05:00
|
|
|
{# strip out empty category names as a result flattening the dir structure #}
|
|
|
|
{% if name %}
|
2017-08-13 19:12:43 -07:00
|
|
|
list_of_@{ name }@_modules
|
2020-05-13 21:14:53 -05:00
|
|
|
{% endif %}
|
2017-08-13 19:12:43 -07:00
|
|
|
{% endfor %}
|