ansible/docs/docsite/rst/dev_guide
Branko Majic f78baa1300 Implement ability to limit module documentation building (#24576)
* Implement ability to limit module documentation building:

- Added new option to plugin_formatter.py to support passing-in a list of
  modules for which the documentation should be built.
- Updated docuemtnation Makefile to allow specifying list of modules via
  environment variables (defaulting to all modules).
- Update instructions for building documentation and module development to
  include commands and description of limiting module documentation builds.

* Updated implementation for limiting module documentation building:

- Pass list of modules (or None) to list_modules function instead of string.
- Move conversion of module list to argument parsing code.
- No special keywords. Default ("") means build all modules. For no modules just
  specify non-existing module name.
- Updated documentation to reflect the changes.

* Updated implementation for limiting module documentation building:

- Use better default value, and don't treat "" as special case.
- Conditionally invoke different variants of command in Makefile instead of
  using special value "".

* Minor edits

Wording tweak
2017-08-04 13:10:36 -07:00
..
style_guide Fixes for pep8 and rstcheck issues. 2017-05-05 10:47:05 +08:00
testing code-smell test changes 2017-08-03 13:15:12 -07:00
developing_api.rst
developing_core.rst
developing_inventory.rst Give example of empty _meta in dyanmic inventory (#24085) 2017-06-15 09:51:34 -05:00
developing_module_utilities.rst New model manageiq manageiq user (#26641) 2017-08-03 10:49:47 -04:00
developing_modules.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
developing_modules_best_practices.rst Minor grammatical corrections and improvements (#23886) 2017-04-23 00:47:03 -07:00
developing_modules_checklist.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
developing_modules_documenting.rst Implement ability to limit module documentation building (#24576) 2017-08-04 13:10:36 -07:00
developing_modules_general.rst Replace 'simple module development' topic (#26267) 2017-07-13 19:06:01 -07:00
developing_modules_general_OLD.rst Replace 'simple module development' topic (#26267) 2017-07-13 19:06:01 -07:00
developing_modules_general_windows.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
developing_modules_in_groups.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
developing_plugins.rst Correct link to plugins (#25530) 2017-06-09 13:06:08 +01:00
developing_program_flow_modules.rst
developing_python3.rst Add rstcheck to ansible-test and correct issues. (#23550) 2017-04-13 10:28:52 -07:00
developing_rebasing.rst
index.rst Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
Makefile
overview_architecture.rst Updates to docs for developers (#24034) 2017-05-08 09:08:55 -07:00
repomerge.rst
testing.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_compile.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_httptester.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_integration.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_integration_legacy.rst aws integration tests - provide an IAM policy for running (#24725) 2017-05-19 14:37:39 -07:00
testing_pep8.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
testing_running_locally.rst Minor testing docs improvements (#24103) 2017-04-28 11:58:38 +01:00
testing_sanity.rst Docs how to test (2nd) (#24094) 2017-04-28 09:08:26 +01:00
testing_units.rst Update testing_units.rst (#24772) 2017-05-18 10:26:45 +01:00
testing_validate-modules.rst Allow specific __future__ imports in modules 2017-07-27 15:37:26 -07:00