summaryrefslogtreecommitdiff
path: root/hacking/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'hacking/README.md')
-rw-r--r--hacking/README.md16
1 files changed, 2 insertions, 14 deletions
diff --git a/hacking/README.md b/hacking/README.md
index 0d3b157cdb..3df98a3c8a 100644
--- a/hacking/README.md
+++ b/hacking/README.md
@@ -1,7 +1,7 @@
'Hacking' directory tools
=========================
-Env-setup
+env-setup
---------
The 'env-setup' script modifies your environment to allow you to run
@@ -21,7 +21,7 @@ can install them from pip
From there, follow ansible instructions on docs.ansible.com as normal.
-Test-module
+test-module
-----------
'test-module' is a simple program that allows module developers (or testers) to run
@@ -55,19 +55,7 @@ return_skeleton_generator.py
return_skeleton_generator.py helps in generating the RETURNS section of a module. It takes
JSON output of a module provided either as a file argument or via stdin.
-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.
-
fix_test_syntax.py
------------------
A script to assist in the conversion for tests using filter syntax to proper jinja test syntax. This script has been used to convert all of the Ansible integration tests to the correct format for the 2.5 release. There are a few limitations documented, and all changes made by this script should be evaluated for correctness before executing the modified playbooks.
-
-Authors
--------
-'authors' is a simple script that generates a list of everyone who has
-contributed code to the ansible repository.