4b52a54e18
* removes FAQ links; no entries exist for linked config settings * fixes various anchors and links * addresses abadger comments, thanks * marks orphan pages, avoids TOC errors * adds links for remote_tmp setting to FAQ
14 lines
241 B
Django/Jinja
14 lines
241 B
Django/Jinja
.. _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 %}
|