Commit 4abf23d3 by Michael DeHaan

Merge pull request #1353 from jpmens/moduledev1

Indicate module_formatter can produce boilerplate DOCUMENTATION
parents 88e4051a 9991dfee
......@@ -328,8 +328,9 @@ Here's a correctly formatted YAML document we could use for a
.. literalinclude:: ../DOCUMENTATION.yaml
This is available in the 'examples/' directory of the of the Ansible
github repository. You can copy it into your module and use it as a
starting point when writing your own docs.
github repository, and you can have that generated with
``./hacking/module_formatter.py -G``. You can copy it into your module and use
it as a starting point when writing your own docs.
Include it in your module file like this::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment