summaryrefslogtreecommitdiff
path: root/hacking/README.md
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-04-20 09:36:09 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-04-20 09:36:09 -0400
commitbac3449db7acce1cf6d2263e1e8ec328dac44f9b (patch)
treedd47780b58e97a4f16ed37df6d6da4500daca5ae /hacking/README.md
parente2d9e1b5c265ed4ddb93b873b50df47848008a9c (diff)
downloadansible-bac3449db7acce1cf6d2263e1e8ec328dac44f9b.tar.gz
Restructure hacking readme.
Diffstat (limited to 'hacking/README.md')
-rw-r--r--hacking/README.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/hacking/README.md b/hacking/README.md
index 7f0267d648..9656e72219 100644
--- a/hacking/README.md
+++ b/hacking/README.md
@@ -21,18 +21,6 @@ can install them from pip
From there, follow ansible instructions on ansible.cc/docs as normal.
-Module-formatter
-----------------
-
-The module formatter is a script used to generate manpages and online
-module documentation.
-
-Authors
--------
-
-'authors' is a simple script that generates a list of everyone who has
-contributed code to the ansible repository.
-
Test-module
-----------
@@ -45,4 +33,16 @@ Example:
This is a good way to insert a breakpoint into a module, for instance.
+Module-formatter
+----------------
+
+The module formatter is a script used to generate manpages and online
+module documentation. This is used by the system makefiles and rarely
+needs to be run directly.
+
+Authors
+-------
+'authors' is a simple script that generates a list of everyone who has
+contributed code to the ansible repository.
+