ansible/docs/bin
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
..
dump_config.py Generate a rst for config and env options from base.yml (#28739) 2017-08-31 10:11:05 -04:00
dump_keywords.py docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
generate_man.py generate rst doc pages for command line tools (#27530) 2017-09-07 15:44:20 -04:00
plugin_formatter.py Generate plugin rst (#28901) 2017-09-19 11:14:27 -04:00
testing_formatter.sh Initial ansible-test sanity docs. (#26775) 2017-07-14 14:24:45 +01:00