community.general/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
testing
Makefile
developing_api.rst
developing_core.rst
developing_inventory.rst
developing_module_utilities.rst
developing_modules.rst
developing_modules_best_practices.rst
developing_modules_checklist.rst
developing_modules_documenting.rst Implement ability to limit module documentation building (#24576) 2017-08-04 13:10:36 -07:00
developing_modules_general.rst
developing_modules_general_OLD.rst
developing_modules_general_windows.rst
developing_modules_in_groups.rst
developing_plugins.rst
developing_program_flow_modules.rst
developing_python3.rst
developing_rebasing.rst
index.rst
overview_architecture.rst
repomerge.rst
testing.rst
testing_compile.rst
testing_httptester.rst
testing_integration.rst
testing_integration_legacy.rst
testing_pep8.rst
testing_running_locally.rst
testing_sanity.rst
testing_units.rst
testing_validate-modules.rst