mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 15:29:10 -07:00
Fixes more rST errors (#39042)
* removes include, avoids duplicate label rST warnings * reduces literal_block errors on playbooks_filters * addresses TOC errors * ref error on modules page * trying ref for list_of_database_modules
This commit is contained in:
parent
408e29cbd2
commit
64dcc7def0
7 changed files with 107 additions and 93 deletions
|
@ -33,7 +33,7 @@ Although it's tempting to get straight into coding, there are a few things to be
|
|||
Naming Convention
|
||||
`````````````````
|
||||
|
||||
As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :doc:`../list_of_database_modules`.
|
||||
As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`list_of_database_modules`.
|
||||
|
||||
The directory name should represent the *product* or *OS* name, not the company name.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue