mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
Remove template that is no longer used.
This commit is contained in:
17
docs/templates/modules_by_category.rst.j2
vendored
17
docs/templates/modules_by_category.rst.j2
vendored
@@ -1,17 +0,0 @@
|
||||
.. _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 %}
|
||||
Reference in New Issue
Block a user