Added initial developing module doc for Windows (#27308)

* Added initial developing module doc for Windows

* Added to dev index, made formatting changes and moved obsolete docs

* changes based on PR feedback

* some typos and extra information

* Minor updates

* minor wording clarifications
* remove references to "remote" Windows hosts
* update template/text to remove legacy `#WANT_JSON`/`#POWERSHELL_COMMON`
* use per-execution envvars for ANSIBLE_KEEP_REMOTE_FILES instead of stateful

* fix up minor sanity check issue
This commit is contained in:
Jordan Borean 2017-08-01 08:02:56 +10:00 committed by GitHub
parent 7cf4416c9c
commit ad5fa60a2b
4 changed files with 265 additions and 70 deletions

View file

@ -63,6 +63,8 @@ The following topics will discuss how to develop and work with modules:
:doc:`developing_modules_general`
A general overview of how to develop, debug, and test modules.
:doc:`developing_modules_general_windows`
A general overview of how to develop, debug and test Windows modules.
:doc:`developing_modules_documenting`
How to include in-line documentation in your module.
:doc:`developing_modules_best_practices`