Commit graph

28 commits

Author SHA1 Message Date
Nate Eagleson 410c8fc825 Fix some typos in developing_modules.rst 2014-12-29 08:39:39 -05:00
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer 2014-12-04 22:23:35 +00:00
Toshio Kuratomi 2b11c2b845 Merge pull request #9691 from nousdefions/devel
changed time.py to timetest.py to avoid keyword usage
2014-12-02 11:48:35 -08:00
James Cammarata a3b5efadd6 Remove references to "baby JSON" in module developing documentation 2014-12-02 13:42:13 -06:00
Jonathan Davila 1d2e23bc7e changed time.py to timetest.py to avoid keyword usage 2014-12-02 10:09:31 -05:00
Toshio Kuratomi f1267c0b05 Move from md5 to sha1 to work on fips-140 enabled systems 2014-11-06 21:28:04 -08:00
Brian Coca cc12c9b226 fixed typo 2014-10-29 10:32:17 -04:00
Brian Coca 617b6323e2 added info about new deprecated/alias plugin loading 2014-10-28 08:43:18 -07:00
Daniel Roberts 2ef2f12472 Update developing_modules.rst 2014-10-23 16:39:09 -04:00
Lorin Hochstein 17d0022384 Typo: mo[u]dules
Fix typo: moudules -> modules
2014-10-08 20:55:49 -04:00
CaptTofu 83457e147c Small fix for issue #9275 2014-10-05 03:35:22 -07:00
Brendan Jurd 93e398e447 Fix several it's/its errors in the documentation. 2014-10-02 16:52:29 +10:00
James Cammarata 7b31ddc360 Merge pull request #9234 from gamename/patch-1
Update developing_modules.rst
2014-10-01 14:42:24 -05:00
gamename 4dea5c34ab Update developing_modules.rst
The existing description does not make 2 things clear.
1) This is an environment variable
2) It must be set on the _controlling_ host, not the remote host.
2014-10-01 09:54:48 -05:00
William Jimenez adc238c80b broken link in developing_modules.rst
link to core modules source is broken since restructuring of public ansible repos
2014-09-30 22:23:08 -07:00
Michael DeHaan e8fe306cef Some various comments about the new repos, more to likely come. 2014-09-26 17:52:50 -04:00
Pascal Borreli fe40a7d88a Fixed typos 2014-08-22 11:39:38 +01:00
eludom b1b17ce15a Update developing_modules.rst 2014-06-05 13:00:05 -04:00
Christian Berendt 58ff9cd7c8 fixed typos found by RETF rules in RST files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
2014-05-03 17:59:50 +02:00
Cristian Ciupitu 0749112286 Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-16 13:10:28 -04:00
Lukáš Lalinský 95d102f5e4 Remove obsolete module development docs 2014-02-22 15:51:59 +01:00
Richard C Isaacson 3b63b1d5b4 Fixing 'Note' formatting where typos have missing sections or broken formatting. 2014-01-09 21:59:47 -06:00
Michael DeHaan 1c29f043b4 Add contents to various pages with more than one topic per page. 2013-12-26 14:35:57 -05:00
Mikhail Sobolev 8b7327a2f6 make examples/DOCUMENTATION.yml a link 2013-12-26 14:35:57 -05:00
Michael DeHaan 35ec9f81ae Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections. 2013-12-25 13:24:29 -05:00
Michael DeHaan 041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 2013-12-24 17:29:28 -05:00
Rhett Sutphin aa475d337a Document env dependency for test-module.
You need to source hacking/env-setup before running hacking/test-module;
otherwise you get an error like this:

    ImportError: No module named ansible.utils
2013-11-01 12:32:15 -05:00
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 2013-10-14 08:27:30 -04:00
Renamed from docsite/latest/rst/developing_modules.rst (Browse further)