summaryrefslogtreecommitdiff
path: root/docs/templates/list_of_CATEGORY_plugins.rst.j2
Commit message (Collapse)AuthorAgeFilesLines
* Some more fixes for the docs :ref: disambiguationToshio Kuratomi2018-04-181-1/+1
| | | | | | | | | The big one is that we needed to set plugin_type when we processed the by_support template. Also added to list_of_CATEGORY_plugins page (which might not be used) and corrected a place where I did module_name instead of name_module (cherry picked from commit 8cdd75a09f471961f949428f689e7083bbeff2b5)
* [WIP] Backport/2.5/multiple docs (#36907)John R Barker2018-03-051-1/+6
| | | Backport/2.5/multiple docs
* Fix modules index delimiter and improve readability (#35187)Dag Wieers2018-01-251-1/+1
| | | | | | | | * Fix modules index delimiter and improve readability * Hopefully fixes the links correctly :-/ * Anoteher attempt at this madness
* Generate plugin rst (#28901)Adrian Likins2017-09-191-0/+31
Generate rst docs for plugins Based on rst generated for modules. But generated plugin docs go into docs/docsite/rst/plugins/$PLUGIN_TYPE/plugin_name.rst ( docs/docsite/rst/plugins/connection/ssh.py for ex) * move plugins docs to rst/*_plugins/ subdirs for namespace * Only gen support pages for modules for now. * Add generated plugin docs to gitignore* add list_*_plugins templates * support MODULES/PLUGINS filters for make htmldocs Add a 'PLUGINS=ssh' filter env var like MODULES to filter plugins to build docs for. * fixup 'historical' version_added, skip plugins/loader.py * Fix plugins_by_support ref link to new plugins/*/ location * use :ref: for common_return_values, allow empty version_added * warnings on missing doc info * add a prefix to _random_choice It was colliding with the target for random_choice plugin