mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add docs about contributing to docs (#46481)
* adds page on community contributions to docs
This commit is contained in:
committed by
Sandra McCann
parent
e58e43279c
commit
4219d25fc7
@@ -1,12 +1,12 @@
|
||||
:orphan:
|
||||
|
||||
.. _testing_documentation:
|
||||
.. _testing_module_documentation:
|
||||
|
||||
*********************
|
||||
Testing documentation
|
||||
*********************
|
||||
****************************
|
||||
Testing module documentation
|
||||
****************************
|
||||
|
||||
Before you submit a module for inclusion in the main Ansible repo, you must test your documentation for correct HTML rendering and to ensure that the argspec matches the documentation.
|
||||
Before you submit a module for inclusion in the main Ansible repo, you must test your module documentation for correct HTML rendering and to ensure that the argspec matches the documentation in your Python file. The community pages offer more information on :ref:`testing reStructuredText documentation <testing_documentation_locally>`.
|
||||
|
||||
To check the HTML output of your module documentation:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user