ansible/docs/templates
Adrian Likins da15cf1f54 Generate plugin rst (#28901)
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
2017-09-19 11:14:27 -04:00
..
cli_rst.j2 generate rst doc pages for command line tools (#27530) 2017-09-07 15:44:20 -04:00
config.rst.j2 Add ANSIBLE_CONFIG envvar to config/envvars tmpl (#28886) 2017-09-01 14:53:42 -07:00
list_of_CATEGORY_modules.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
list_of_CATEGORY_plugins.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
man.j2 generate rst doc pages for command line tools (#27530) 2017-09-07 15:44:20 -04:00
modules_by_category.rst.j2 Revamp the plugin_formatter doc generator 2017-08-15 23:12:08 -07:00
modules_by_support.rst.j2 Misc docs fixes 2017-08-22 11:52:30 -07:00
playbooks_keywords.rst.j2 change generated playbooks_keywords.rst to use an rst 'glossary' (#28843) 2017-09-07 15:46:53 -04:00
plugin.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
plugins_by_category.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
plugins_by_support.rst.j2 Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00