Commit Graph

76 Commits (0faddfa1680ea2c3a1d2f6e02bd3139972a9b439)

Author SHA1 Message Date
Matt Martz a4d2238e50 Bumping binary modules functionality to 2.2 2016-05-12 12:25:09 -05:00
Matt Martz c22c1b4785 Add note about reading input for binary modules 2016-05-12 12:25:09 -05:00
Toshio Kuratomi 4f7a0925fd Corrections to documentation formatting 2016-05-04 12:18:02 -07:00
Toshio Kuratomi 2e86260e17 Update Program flow documentation for new way that ziploader works
Add documentation on how to debug ziploader modules
2016-04-24 20:46:05 -07:00
Sandra Wills 4822c2caa5 minor typo fixes
fixed a few minor typos in the intro for the section
"Deprecating and making module aliases"
2016-04-13 13:57:23 -04:00
Sandra Wills 59456af8be attempting to wrangle feedback from git comments.
please edit specific lines when possible to ensure your feedback
is incorporated properly. thanks!
2016-04-13 13:57:04 -04:00
Sandra Wills 640f4e79bd trying the new content in the checklist instead of new sections
per bcoca's comment, thought I would move the new content to the checklist
to see if you guys think this is a better treatment.
2016-04-13 13:55:35 -04:00
Sandra Wills c3a086a55e adding links and anchors for links, referencing check mode 2016-04-13 13:51:29 -04:00
Sandra Wills f9d9cb8245 start of merge from google doc and team comments, module guidelines as focus, added a link anchor as needed 2016-04-13 13:51:25 -04:00
jjshoe f713a5412a Document argument true/false preferences 2016-04-11 12:05:34 -05:00
SUNTRUP 3bfb556cb9 Clarify developing modules documentation
This resolves issue #15022. When doing the module tutorial, it might be
necessary for the user to read through the documentation for installing
from source to avoid dependency errors and such.
2016-03-18 09:12:17 -05:00
Adam Hartz cebf127d68 Change reference to basic.py, where the implementation details live 2016-02-16 10:32:57 -05:00
Adam Hartz 327b27ba1c Update stated location of common_module.py 2016-02-16 09:48:40 -05:00
Greg DeKoenigsberg f3336fba44 Tweaking Python 2.4 requirement 2016-01-21 13:02:03 -05:00
Greg DeKoenigsberg 981e9c44ba Put Python 2.4 in checklist
It's in the travis check, but we don't spell it out explicitly in the guidelines.
2016-01-21 12:22:26 -05:00
Michael 519952d7d7 Fix module name 2016-01-07 00:08:49 -08:00
mgarstecki 5accc98587 Correction of a double negation
The sentence seemed to imply that return codes from modules are significant, while they are not. The second part of the sentence confirms this, as it advises to use standard return codes only for future proofing.
2015-12-30 11:57:12 +01:00
Brian Coca b201cf2ee1 switched from pythonic None to generic null 2015-12-23 10:30:24 -05:00
Toshio Kuratomi b33f72636a Also remove the bool casting function info (transparent to module writer now) 2015-12-22 07:25:50 -08:00
Toshio Kuratomi b310d0ce76 Update the developing doc to modern method of specifying bool argspec values 2015-12-22 07:23:51 -08:00
Michael Scherer fe72fff57d Fix the markdown used for the Windows module section 2015-12-10 02:00:31 +01:00
Raphael Badin 20a45ab36d Fix missing word in developing_modules.rst 2015-11-25 18:29:17 +01:00
Will Thames ab55726fad Clarify module documentation
Make the position on _facts modules more emphatic
Add documentation for RETURN structure
2015-10-29 10:02:59 +10:00
= 345ce424c6 Explictly set the version of strict mode to use for powershell modules. 2015-10-07 06:24:37 +01:00
Trond Hindenes e9786db541 Windows: Updated docs to reflect the new name of get-attr, along with examples 2015-09-30 23:29:05 +02:00
Nathaniel Schaaf ffc67f0a37 Fix spelling 2015-09-16 10:48:23 -05:00
James Cammarata 2a32384a2c Merge pull request #12227 from arbabnazar/patch-1
Update developing_modules.rst
2015-09-03 11:42:14 -04:00
Praveen Kumar 6e1f7cd503 Fix typo to avoid traceback during testing 2015-09-03 16:35:17 +05:30
Arbab Nazar d2e547c31f Update developing_modules.rst 2015-09-03 11:27:56 +05:00
Greg DeKoenigsberg ee7f7a82a8 Update developing_modules.rst
More specific about urllib2 restrictions
2015-08-28 15:19:54 -04:00
Greg DeKoenigsberg ec95ad1062 Update developing_modules.rst 2015-08-28 14:30:16 -04:00
Greg DeKoenigsberg 9c150e5753 Update developing_modules.rst 2015-08-28 14:25:06 -04:00
Tim Bielawa 5a84e61778 Fix variable name mis-match in website docs for ANSIBLE_LIBRARY. Clean up some dangling whitespace 2015-08-17 11:38:00 -04:00
Brian Coca 2ed5d29951 Merge pull request #11040 from resmo/patch-1
doc: we need GPLv3 license headers
2015-07-30 14:40:35 -04:00
Toshio Kuratomi 0d7d22d530 Add json and fetch_url notes to checklist 2015-07-28 11:15:44 -07:00
Brian Coca 493c2e48ac Merge pull request #11072 from bcoca/winmod_checklist
added windows module checklist
2015-07-18 23:09:03 -04:00
Brian Coca 698b277601 changed github and galaxy to always be https
fixes #9925
2015-07-11 11:33:28 -04:00
Jens Carl 3831f59094 Update developing_modules.rst
Fix typo.
2015-07-03 17:10:00 -07:00
Erik Weathers 94011160b3 fix typo in module-development comment: by -> but 2015-06-26 23:30:13 -07:00
Toshio Kuratomi 7b4ff28b87 Creating modules: use if __name__ 2015-06-23 14:45:44 -07:00
joshainglis 64ffa160dc Fixed shebang in module example 2015-06-09 11:05:20 +10:00
René Moser 83074f4d93 doc: we need GPLv3 license headers
GPLv2 only headers are incompatible with GPLv3
2015-05-27 15:10:10 +02:00
Brian Coca 7508709045 updated as per feedback 2015-05-27 07:30:10 -04:00
Brian Coca c87586e9e5 updated formatting 2015-05-26 15:11:30 -04:00
Toshio Kuratomi 0bb4101842 Fix doc formatting 2015-05-19 15:13:09 -07:00
Brian Coca 6c1e806a2f added return docs management 2015-05-18 09:57:44 -04:00
Brian Coca d42cfb3386 added module checklist docs 2015-05-18 08:57:22 -04:00
Niall Donegan 3ae4ee9c52 Updated outdated link to module directory.
Core modules link updated and Extras link added.
2015-04-08 14:24:21 +01:00
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