Link the testing documentation to the module documenting page (#67248)
This commit is contained in:
parent
585e79942c
commit
49e7f9afe2
1 changed files with 8 additions and 1 deletions
|
@ -281,7 +281,7 @@ You can link from your module documentation to other module docs, other resource
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
For modules in a collection, you can only use ``L()`` and ``M()`` for content within that collection. Use ``U()`` to refer to content in a different collection.
|
For modules in a collection, you can only use ``L()`` and ``M()`` for content within that collection. Use ``U()`` to refer to content in a different collection.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -454,3 +454,10 @@ After the shebang, the UTF-8 coding, the copyright line, the license, and the se
|
||||||
from module_utils.basic import AnsibleModule
|
from module_utils.basic import AnsibleModule
|
||||||
|
|
||||||
The use of "wildcard" imports such as ``from module_utils.basic import *`` is no longer allowed.
|
The use of "wildcard" imports such as ``from module_utils.basic import *`` is no longer allowed.
|
||||||
|
|
||||||
|
.. _dev_testing_module_documentation:
|
||||||
|
|
||||||
|
Testing module documentation
|
||||||
|
============================
|
||||||
|
|
||||||
|
To test Ansible documentation locally please :ref:`follow instruction<testing_module_documentation>`.
|
||||||
|
|
Loading…
Reference in a new issue