mirror of https://github.com/ansible/ansible.git
Add link to all module and plugin indexes (#72743)
* Add link to all module and plugin indexes. * Use glob setting for toctree. * Explicitly include new file. * Move all_plugins one level up. * Revert "Move all_plugins one level up." This reverts commitpull/73070/headbd47e82ead
. * Revert "Explicitly include new file." This reverts commit74ae50a734
. * Adjust .gitignore * Revert "Revert "Explicitly include new file."" This reverts commitf30d99c861
. * Fix docs make clean Now that there's a static file in rst/collections, we have to be more explicit about how we clean the generated files out of that directory. Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
parent
8fdb5ace01
commit
b514200126
@ -0,0 +1,11 @@
|
||||
.. _all_modules_and_plugins:
|
||||
|
||||
Indexes of all modules and plugins
|
||||
----------------------------------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Plugin indexes
|
||||
:glob:
|
||||
|
||||
index_*
|
Loading…
Reference in New Issue