Commit Graph

40 Commits (c800a1c68ab34852e343f5a611b191d8c9e70d56)

Author SHA1 Message Date
Brian Coca 493c2e48ac Merge pull request #11072 from bcoca/winmod_checklist
added windows module checklist
9 years ago
Brian Coca 698b277601 changed github and galaxy to always be https
fixes #9925
9 years ago
Jens Carl 3831f59094 Update developing_modules.rst
Fix typo.
9 years ago
Erik Weathers 94011160b3 fix typo in module-development comment: by -> but 9 years ago
Toshio Kuratomi 7b4ff28b87 Creating modules: use if __name__ 9 years ago
joshainglis 64ffa160dc Fixed shebang in module example 9 years ago
Brian Coca 7508709045 updated as per feedback 9 years ago
Brian Coca c87586e9e5 updated formatting 9 years ago
Toshio Kuratomi 0bb4101842 Fix doc formatting 9 years ago
Brian Coca 6c1e806a2f added return docs management 9 years ago
Brian Coca d42cfb3386 added module checklist docs 9 years ago
Niall Donegan 3ae4ee9c52 Updated outdated link to module directory.
Core modules link updated and Extras link added.
9 years ago
Nate Eagleson 410c8fc825 Fix some typos in developing_modules.rst 10 years ago
Veres Lajos bf5d8ee678 typofixes - https://github.com/vlajos/misspell_fixer 10 years ago
Toshio Kuratomi 2b11c2b845 Merge pull request #9691 from nousdefions/devel
changed time.py to timetest.py to avoid keyword usage
10 years ago
James Cammarata a3b5efadd6 Remove references to "baby JSON" in module developing documentation 10 years ago
Jonathan Davila 1d2e23bc7e changed time.py to timetest.py to avoid keyword usage 10 years ago
Toshio Kuratomi f1267c0b05 Move from md5 to sha1 to work on fips-140 enabled systems 10 years ago
Brian Coca cc12c9b226 fixed typo 10 years ago
Brian Coca 617b6323e2 added info about new deprecated/alias plugin loading 10 years ago
Daniel Roberts 2ef2f12472 Update developing_modules.rst 10 years ago
Lorin Hochstein 17d0022384 Typo: mo[u]dules
Fix typo: moudules -> modules
10 years ago
CaptTofu 83457e147c Small fix for issue #9275 10 years ago
Brendan Jurd 93e398e447 Fix several it's/its errors in the documentation. 10 years ago
James Cammarata 7b31ddc360 Merge pull request #9234 from gamename/patch-1
Update developing_modules.rst
10 years ago
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.
10 years ago
William Jimenez adc238c80b broken link in developing_modules.rst
link to core modules source is broken since restructuring of public ansible repos
10 years ago
Michael DeHaan e8fe306cef Some various comments about the new repos, more to likely come. 10 years ago
Pascal Borreli fe40a7d88a Fixed typos 10 years ago
eludom b1b17ce15a Update developing_modules.rst 10 years ago
Christian Berendt 58ff9cd7c8 fixed typos found by RETF rules in RST files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
10 years ago
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.
10 years ago
Lukáš Lalinský 95d102f5e4 Remove obsolete module development docs 11 years ago
Richard C Isaacson 3b63b1d5b4 Fixing 'Note' formatting where typos have missing sections or broken formatting. 11 years ago
Michael DeHaan 1c29f043b4 Add contents to various pages with more than one topic per page. 11 years ago
Mikhail Sobolev 8b7327a2f6 make examples/DOCUMENTATION.yml a link 11 years ago
Michael DeHaan 35ec9f81ae Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections. 11 years ago
Michael DeHaan 041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 11 years ago
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
11 years ago
Michael DeHaan 0cd09dd54f Remove extra "latest/" subdirectory in docs build structure. 11 years ago