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
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
..
api docs: PEP8 compliance (#24681) 7 years ago
bin Fix plugin_formatter.py -l / MODULES=none make webdocs 7 years ago
docsite Update release status for 2.3 to 2.3.2 7 years ago
man added docs to CLI docstringsadded 8 years ago
templates Fixed return table in module docs generated by plugin_formatter.py (#25329) (#25330) 7 years ago