summaryrefslogtreecommitdiff
path: root/hacking
Commit message (Expand)AuthorAgeFilesLines
* Show 'yes' and 'no' in choices on docs page.Michael DeHaan2013-06-011-0/+4
* Escape args injected in new style modulesNicolas Grilly2013-05-241-3/+3
* Fixup the module formatter to explain the EXAMPLES string as well.Michael DeHaan2013-05-111-0/+11
* Add Requirements to rst template, ansible-docJan-Piet Mens2013-05-111-0/+13
* Fix module doc organizationMichael DeHaan2013-05-021-1/+1
* Have 1.2 clear in docsMichael DeHaan2013-05-021-1/+1
* Allow modules to be categorized, and also sort them when generating the docum...Michael DeHaan2013-04-281-52/+96
* Changes to allow WANT_JSON to allow JSON to non-Python modulesMichael DeHaan2013-04-241-5/+18
* Restructure hacking readme.Michael DeHaan2013-04-201-12/+12
* Convert 'hacking' instructions to markdown, add more info.Michael DeHaan2013-04-202-6/+48
* Docs on parameterized roles, make document generation output less noisyMichael DeHaan2013-04-121-1/+2
* Fixed option validation errorMarco Vito Moscaritolo2013-03-291-1/+1
* Remove authors file from version control (can still be built from 'make autho...Michael DeHaan2013-03-251-2/+2
* module_formatter.return_data: use UTF-8 encodingCristian Ciupitu2013-03-171-1/+1
* Use verbose 'source' to make the document easier to readSam Kottler2013-03-101-3/+1
* Slightly more self-explanatory output for ./hacking/env-setupMichael DeHaan2013-03-181-2/+8
* Adding a script to auto-generate an authors file, runnable from 'make authors...Michael DeHaan2013-02-261-0/+14
* Merge pull request #2120 from jpmens/doc_ex1Michael DeHaan2013-02-234-2/+22
|\
| * Add support for additional EXAMPLES string in Ansible modulesJan-Piet Mens2013-02-184-2/+22
* | Prevents PATH, PYTHONPATH etc... to be re-added.Yves Dorfsman2013-02-201-3/+3
|/
* update hacking/test_module script to be aware of complex arguments, though it...Michael DeHaan2013-02-171-0/+2
* Make sure all the lookup plugins are documented.Michael DeHaan2013-02-021-2/+1
* fixed shebang in hacking test-moduleLes Aker2013-02-011-1/+1
* whitespaces in FULL_PATH cause an error to get ANSIBLE_PATHjunyoung2013-01-281-1/+1
* Make env-setup work on Python 3Daniel Hokka Zakrisson2013-01-231-1/+1
* hacking/env-setup: remove unused sys import.Blair Zajac2013-01-121-1/+1
* Make use of yes/no booleans in playbooksDag Wieers2012-12-141-2/+2
* mail module: add MIME attachments, port and addresses with phrasesJan-Piet Mens2012-12-121-1/+1
* Set LANG in module_common.pyStephen Fromm2012-11-271-0/+2
* Have module formatter ignore more types of files.Michael DeHaan2012-11-261-1/+2
* module_formatter: re-instate codeJan-Piet Mens2012-11-221-2/+1
* DOCUMENTATION stringsJan-Piet Mens2012-11-211-6/+2
* Add ability to specify syslog facility for modulesStephen Fromm2012-11-111-0/+2
* Move get_docstring from module_formatter into ansible/utilsJan-Piet Mens2012-11-091-29/+4
* Manpage documentation ALSO should be sortedMichael DeHaan2012-11-031-1/+2
* Module documentation should have options sortedMichael DeHaan2012-11-032-2/+9
* DOCUMENTATION: LaTeX template is backJan-Piet Mens2012-10-242-2/+78
* Added 'script', a module that can push and insantly run a remote script. Rep...Michael DeHaan2012-10-201-5/+3
* Merge pull request #1367 from jpmens/mdtemplMichael DeHaan2012-10-182-1/+73
|\
| * Add support for Github-flavored Markdown to module_formatterJan-Piet Mens2012-10-182-1/+73
* | module_formatter: .rst now correctly handles code examplesJan-Piet Mens2012-10-182-3/+9
|/
* Miscellaneous fixes to module_formatter.pyStephen Fromm2012-10-121-59/+17
* Moving now from getopt to optparseDag Wieers2012-10-111-101/+90
* Update formatter to not include orange blocks all over docsite pageMichael DeHaan2012-10-101-3/+8
* Merge branch 'remove-argparse' of git://github.com/dagwieers/ansible into develMichael DeHaan2012-10-101-52/+66
|\
| * Use getopt instead of argparseDag Wieers2012-10-091-52/+66
* | Unified document generator and make to generate JSON and JS filesMarco Vito Moscaritolo2012-10-102-8/+43
|/
* man pages have wrong chapter numberJan-Piet Mens2012-10-051-1/+1
* fix sortingMichael DeHaan2012-10-041-1/+1
* Fix module formatter indexingMichael DeHaan2012-10-031-1/+1