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.
9 years ago
Adam Hartz
cebf127d68
Change reference to basic.py, where the implementation details live
9 years ago
Adam Hartz
327b27ba1c
Update stated location of common_module.py
9 years ago
Greg DeKoenigsberg
f3336fba44
Tweaking Python 2.4 requirement
9 years ago
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.
9 years ago
Michael
519952d7d7
Fix module name
9 years ago
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.
9 years ago
Brian Coca
b201cf2ee1
switched from pythonic None to generic null
9 years ago
Toshio Kuratomi
b33f72636a
Also remove the bool casting function info (transparent to module writer now)
9 years ago
Toshio Kuratomi
b310d0ce76
Update the developing doc to modern method of specifying bool argspec values
9 years ago
Michael Scherer
fe72fff57d
Fix the markdown used for the Windows module section
9 years ago
Raphael Badin
20a45ab36d
Fix missing word in developing_modules.rst
9 years ago
Will Thames
ab55726fad
Clarify module documentation
...
Make the position on _facts modules more emphatic
Add documentation for RETURN structure
9 years ago
=
345ce424c6
Explictly set the version of strict mode to use for powershell modules.
9 years ago
Trond Hindenes
e9786db541
Windows: Updated docs to reflect the new name of get-attr, along with examples
9 years ago
Nathaniel Schaaf
ffc67f0a37
Fix spelling
9 years ago
James Cammarata
2a32384a2c
Merge pull request #12227 from arbabnazar/patch-1
...
Update developing_modules.rst
9 years ago
Praveen Kumar
6e1f7cd503
Fix typo to avoid traceback during testing
9 years ago
Arbab Nazar
d2e547c31f
Update developing_modules.rst
9 years ago
Greg DeKoenigsberg
ee7f7a82a8
Update developing_modules.rst
...
More specific about urllib2 restrictions
9 years ago
Greg DeKoenigsberg
ec95ad1062
Update developing_modules.rst
9 years ago
Greg DeKoenigsberg
9c150e5753
Update developing_modules.rst
9 years ago
Tim Bielawa
5a84e61778
Fix variable name mis-match in website docs for ANSIBLE_LIBRARY. Clean up some dangling whitespace
9 years ago
Brian Coca
2ed5d29951
Merge pull request #11040 from resmo/patch-1
...
doc: we need GPLv3 license headers
9 years ago
Toshio Kuratomi
0d7d22d530
Add json and fetch_url notes to checklist
9 years ago
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
10 years ago
Toshio Kuratomi
7b4ff28b87
Creating modules: use if __name__
10 years ago
joshainglis
64ffa160dc
Fixed shebang in module example
10 years ago
René Moser
83074f4d93
doc: we need GPLv3 license headers
...
GPLv2 only headers are incompatible with GPLv3
10 years ago
Brian Coca
7508709045
updated as per feedback
10 years ago
Brian Coca
c87586e9e5
updated formatting
10 years ago
Toshio Kuratomi
0bb4101842
Fix doc formatting
10 years ago
Brian Coca
6c1e806a2f
added return docs management
10 years ago
Brian Coca
d42cfb3386
added module checklist docs
10 years ago
Niall Donegan
3ae4ee9c52
Updated outdated link to module directory.
...
Core modules link updated and Extras link added.
10 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