summaryrefslogtreecommitdiff
path: root/hacking
Commit message (Expand)AuthorAgeFilesLines
* Make test-module interpret --args='{...' as yamlFelix Kaiser2014-04-101-0/+4
* Add tesing deps installation into hacking/READMEMax Riveiro2014-03-231-1/+1
* Micro-optimization: replace s.find(x)!=-1 with x in sCristian Ciupitu2014-03-161-1/+1
* Remove obsolete module development docsLukáš Lalinský2014-02-221-1/+1
* Allow hacking/env-setup module path to use config file library pathwillthames2014-02-122-1/+31
* Support for -a to accept a file with test-moduleMatt Martz2014-02-071-0/+5
* Merge pull request #5461 from sivel/test-module-interpreterjctanner2014-01-291-2/+15
|\
| * Add -I/--interpreter argument to test-moduleMatt Martz2013-12-301-2/+15
* | More site rename things.Michael DeHaan2014-01-281-1/+1
* | Add an "all" category so all modules show up uncategorized there.Michael DeHaan2014-01-021-1/+2
* | Basic docsite formatting fixupsMichael DeHaan2014-01-021-1/+1
|/
* include short_description in the module page's titleMikhail Sobolev2013-12-261-2/+10
* Add note about how to submit doc changes to generated module docs, limit TOC ...Michael DeHaan2013-12-251-1/+2
* use rst formatting for sphinx partMikhail Sobolev2013-12-251-1/+1
* provide sections and local TOC for module documentationMikhail Sobolev2013-12-251-5/+20
* do not produce too deep toc for category listsMikhail Sobolev2013-12-251-6/+9
* remove trailing whitespacesMikhail Sobolev2013-12-252-5/+5
* Removed unused things.Michael DeHaan2013-12-252-97/+0
* Format module requirements as notes in SphinxMichael DeHaan2013-12-251-7/+3
* Update the styling for the module pages slightly.Michael DeHaan2013-12-251-10/+8
* Further modifications to the module formatter to adjust to the new theme, and...Michael DeHaan2013-12-251-5/+33
* WIP on refactoring the module formatter code that we use to build the doc sit...Michael DeHaan2013-12-255-441/+161
* Standardized on yml suffix, so fix this example content filename.Michael DeHaan2013-12-251-3/+5
* Starting to refactor module formatter script.Michael DeHaan2013-12-256-21/+22
* `env-setup` fix for zsh <= 4.3.10Jens Rantil2013-12-041-1/+1
* Code to limit display of version_added attributions in modules for modules th...Michael DeHaan2013-11-271-0/+16
* Docs: Fix the module formatter code that is intended to remove the 'historica...Michael DeHaan2013-11-271-2/+2
* Add zsh support for working dir independant sourcingphy17292013-11-191-0/+2
* Add version_added to all modules missing version_added information, the docs ...Michael DeHaan2013-11-181-0/+7
* Merge pull request #4765 from mvo5/bugfix/fix-man-templatejctanner2013-11-061-13/+14
|\
| * make comment lines in troff start with .\" and add a .SH EXAMPLES to the PLAI...Michael Vogt2013-11-011-13/+14
* | Undo an inadvertant revert from template changes so we still allow pythonic i...Michael DeHaan2013-10-311-37/+31
* | Fix format string typoAlan Fairless2013-10-311-1/+1
* | Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-301-30/+35
|/
* Enable imports to work on a snippet based system, allowing for instance a lib...Michael DeHaan2013-10-261-35/+30
* Fixed usage comment to fish syntax for sourcing a fileJharrod LaFon2013-08-141-1/+1
* Fixed incorrectly set PYTHONPATHJharrod LaFon2013-08-141-0/+3
* Added an env-setup file for FishJharrod LaFon2013-08-131-0/+54
* Fixup docs formatting.Michael DeHaan2013-08-061-0/+3
* Fix module path in readme file.Michael DeHaan2013-07-191-1/+1
* Fixing your YAML Seth :)Michael DeHaan2013-07-151-1/+1
* Fixes #3294Michael DeHaan2013-06-301-27/+13
* Add some whitespace to scriptMichael DeHaan2013-06-301-4/+7
* Remove extra $ charactermartin f. krafft2013-06-231-3/+3
* Remove bashisms, replace with POSIX constructsmartin f. krafft2013-06-201-4/+13
* Quote variables in shell scriptmartin f. krafft2013-06-201-8/+8
* Replace external command with shell constructmartin f. krafft2013-06-201-1/+1
* Remove shebang linemartin f. krafft2013-06-201-1/+0
* Fix up some module docs formatting errors.Michael DeHaan2013-06-191-0/+2
* Merge pull request #3273 from jlund/ansiblecc-to-ansibleworkscomMichael DeHaan2013-06-191-1/+1
|\