Link the testing documentation to the module documenting page (#67248)

This commit is contained in:
Wojciech Sciesinski 2020-02-10 21:30:04 +01:00 committed by GitHub
parent 585e79942c
commit 49e7f9afe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
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>`.