Restructure hacking readme.
This commit is contained in:
parent
e2d9e1b5c2
commit
bac3449db7
1 changed files with 12 additions and 12 deletions
|
@ -21,18 +21,6 @@ can install them from pip
|
||||||
|
|
||||||
From there, follow ansible instructions on ansible.cc/docs as normal.
|
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
|
Test-module
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
@ -45,4 +33,16 @@ Example:
|
||||||
|
|
||||||
This is a good way to insert a breakpoint into a module, for instance.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue