You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/templates
Andreas Maier b900f4a3be Fixed return table in module docs generated by plugin_formatter.py (#25329) (#25330)
This change fixes two issues with the generated return table:

1. When specifying a list of strings in the 'description' field of a
   return value, it shows them in Python list syntax on the resulting
   web page, e.g. `['a', 'b', 'c']`.
2. When specifying more than one line for the 'sample' field, the
   result table gets damaged in the HTML output.

In addition, this change re-arranges the HTML tags produced in the
generated RST file such that they line up nicely and can better be
checked by humans for completeness.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
7 years ago
..
list_of_CATEGORY_modules.rst.j2 Revamp the plugin_formatter doc generator 7 years ago
man.j2 remove author as it dupes 8 years ago
modules_by_category.rst.j2 Revamp the plugin_formatter doc generator 7 years ago
modules_by_support.rst.j2 Revamp the plugin_formatter doc generator 7 years ago
playbooks_keywords.rst.j2 added docs to CLI docstringsadded 8 years ago
plugin.rst.j2 Fixed return table in module docs generated by plugin_formatter.py (#25329) (#25330) 7 years ago