summaryrefslogtreecommitdiffstats
path: root/hacking/templates
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-03-13 17:17:15 +0100
committerBrian Coca <brian.coca+git@gmail.com>2015-03-20 21:55:03 +0100
commit2cacac4b23c6979daf8e037738d152afac78899d (patch)
tree9f7856670e4f0b345a7f81076eb21f14e937f866 /hacking/templates
parentextended return value explanation (diff)
downloadansible-2cacac4b23c6979daf8e037738d152afac78899d.tar.xz
ansible-2cacac4b23c6979daf8e037738d152afac78899d.zip
minor adjustments to formatting
Diffstat (limited to 'hacking/templates')
-rw-r--r--hacking/templates/rst.j210
1 files changed, 7 insertions, 3 deletions
diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2
index 122cebb590..6d3c21f424 100644
--- a/hacking/templates/rst.j2
+++ b/hacking/templates/rst.j2
@@ -114,11 +114,15 @@ Return Values
Common return values are documented here ::doc::`common_return_values`, the following are the fields unique to this module:
.. raw:: html
-<pre>
-@{ returndocs }@
-</pre>
+
+ <p>
+ <pre>
+ @{ returndocs }@
+ </pre>
+ </p>
::
+
{% endif %}
{% if notes %}