community.general/lib/ansible
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
..
cli Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
compat Move unit test compat code out of `lib/ansible/`. (#46996) 2018-10-12 20:01:14 -07:00
config Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
executor Remove cliconf from httpapi connection (#46813) 2018-12-11 16:26:59 -05:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
module_utils k8s_service: add new kubernetes module for handling Services (#48872) 2018-12-12 11:18:36 -05:00
modules Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
parsing Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
playbook Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
plugins inventory plugin order: update doc 2018-12-12 09:35:13 -08:00
template Add now() jinja2 global func for getting the date/time (#43792) 2018-12-07 11:25:53 -06:00
utils Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
vars Simplify FactCache.update() 2018-12-05 12:33:27 -08:00
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
release.py