mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-14 04:59:11 -07:00
Docs: edits & expands module_utils & search path info in dev guide (#55931)
* Update docs/docsite/rst/dev_guide/developing_module_utilities.rst
This commit is contained in:
parent
5439eb8bd8
commit
8542459b95
5 changed files with 152 additions and 88 deletions
|
@ -91,7 +91,6 @@ The first PR should include the following files:
|
|||
* ``lib/ansible/modules/$category/$topic/$yourfirstmodule.py`` - A single module. *Required new file*
|
||||
* ``lib/ansible/plugins/doc_fragments/$topic.py`` - Code documentation, such as details regarding common arguments. *Optional new file*
|
||||
* ``lib/ansible/module_utils/$topic.py`` - Code shared between more than one module, such as common arguments. *Optional new file*
|
||||
* ``docs/docsite/rst/dev_guide/developing_module_utilities.rst`` - Document your new `module_utils` file. *Optional update to existing file*
|
||||
|
||||
And that's it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue