summaryrefslogtreecommitdiffstats
path: root/docs/templates/modules_by_category.rst.j2
blob: 776352844842c3d8a9b74fdc1937ae99d4b58094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.. _modules_by_category:

{# avoids rST "isn't included in any toctree" errors for module index docs #}
:orphan:

Module Index
============


.. toctree:: :maxdepth: 1

{% for name in categories %}
{# strip out empty category names as a result flattening the dir structure #}
{% if name %}
   list_of_@{ name }@_modules
{% endif %}
{% endfor %}