community.general/lib/ansible/cli
Dag Wieers baf0ad2309 Docs: Add a "seealso" section to the module docs (#45949)
* Docs: Add a separate  "seealso" section to the module docs
to list related modules and/or related references. This clears up the notes
section for things that are actual notes.

So you can add a section in your module documentation and four types of
references are possible.

    seealso:

    # Reference by module name
    - module: aci_tenant

    # Reference by module name, including description
    - module: aci_tenant
      description: ACI module to create tenants on a Cisco ACI fabric.

    # Reference by rST documentation anchor
    - ref: aci_guide
      description: Detailed information on how to manage your ACI infrastructure using Ansible.

    # Reference by Internet resource
    - name: APIC Management Information Model reference
      description: Complete reference of the APIC object model.
      link: https://developer.cisco.com/docs/apic-mim-ref/

This PR also includes:

- Implements ansible-doc support
- Implements schema support for the seealso options
- Updates to the development documentation
- Rename filter convert_symbols_to_format to rst_ify, cfr the existing html_ify and tty_ify filters
  - This makes the existing template a lot easier to read and fixes the confusion I had myself rereading the template (again).
- We fixed the possible suboption types (which was limited to 'bool' only)

* Use latest stable instead of devel docs
2018-12-12 14:19:58 -06:00
..
__init__.py Override help string version (#49545) 2018-12-10 10:40:19 +05:30
adhoc.py make adhoc include_role/task work again! (#49247) 2018-12-10 11:40:44 -05:00
config.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
console.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
doc.py Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
galaxy.py add path info to role list (#49346) 2018-12-10 11:41:22 -05:00
inventory.py Avoid duplicated recursive calls in inventory CLI (#48598) 2018-11-30 10:36:19 +00:00
playbook.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
pull.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vault.py fixes typos in ansible-vault docs (#49671) 2018-12-09 17:05:53 -06:00