mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* 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
|
9 years ago | |
|---|---|---|
| .. | ||
| style_guide | 9 years ago | |
| testing | 9 years ago | |
| Makefile | 9 years ago | |
| developing_api.rst | 9 years ago | |
| developing_core.rst | 9 years ago | |
| developing_inventory.rst | 9 years ago | |
| developing_module_utilities.rst | 9 years ago | |
| developing_modules.rst | 9 years ago | |
| developing_modules_best_practices.rst | 9 years ago | |
| developing_modules_checklist.rst | 9 years ago | |
| developing_modules_documenting.rst | 9 years ago | |
| developing_modules_general.rst | 9 years ago | |
| developing_modules_general_OLD.rst | 9 years ago | |
| developing_modules_general_windows.rst | 9 years ago | |
| developing_modules_in_groups.rst | 9 years ago | |
| developing_plugins.rst | 9 years ago | |
| developing_program_flow_modules.rst | 9 years ago | |
| developing_python3.rst | 9 years ago | |
| developing_rebasing.rst | 9 years ago | |
| index.rst | 9 years ago | |
| overview_architecture.rst | 9 years ago | |
| repomerge.rst | 9 years ago | |
| testing.rst | 9 years ago | |
| testing_compile.rst | 9 years ago | |
| testing_httptester.rst | 9 years ago | |
| testing_integration.rst | 9 years ago | |
| testing_integration_legacy.rst | 9 years ago | |
| testing_pep8.rst | 9 years ago | |
| testing_running_locally.rst | 9 years ago | |
| testing_sanity.rst | 9 years ago | |
| testing_units.rst | 9 years ago | |
| testing_validate-modules.rst | 9 years ago | |