summaryrefslogtreecommitdiff
path: root/docs/templates/modules_by_category.rst.j2
blob: 0b8f4d0d285de58b5ef6e43fd70a1c2a43b0fdd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _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 %}
   list_of_@{ name }@_modules
{% endfor %}