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
16 lines
586 B
Django/Jinja
16 lines
586 B
Django/Jinja
.. _@{ slug }@:
|
|
|
|
{# avoids rST "isn't included in any toctree" errors for module index docs #}
|
|
:orphan:
|
|
|
|
Modules Maintained by the @{ maintainers }@
|
|
``````````````````````````@{ '`' * maintainers | length }@
|
|
|
|
{% for module in modules | sort %}
|
|
* :ref:`@{ module }@_@{plugin_type}@`{% if module_info[module]['deprecated'] %} **(D)**{% endif%}
|
|
{% endfor %}
|
|
|
|
.. note::
|
|
- **(D)**: This marks a module as deprecated, which means a module is kept for backwards compatibility but usage is discouraged.
|
|
The module documentation details page may explain more about this rationale.
|
|
|