community.general/lib/ansible/modules
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
..
cloud Fixes 36950. Added support for missing options capabilities and root_device in properties of os_ironic.py ansible module (#37113) 2018-12-12 17:07:44 +00:00
clustering k8s_service: add new kubernetes module for handling Services (#48872) 2018-12-12 11:18:36 -05:00
commands Add Windows example of raw command (#47153) 2018-11-30 17:12:19 +01:00
crypto Added get_certificate module (#41735) 2018-12-07 13:27:16 +00:00
database Amends #47040 - influxdb_user - Prevents potential accidental password changes to blank (#49084) 2018-12-12 12:43:37 -05:00
files read_csv: new module to read CSV files (#49578) 2018-12-10 11:42:47 +00:00
identity Fix an issue retrieving some types of 1Password items. (#47213) 2018-12-05 11:49:26 -05:00
inventory Bulk fix DOCUMENTATION.author (Part 1) (#48934) 2018-11-20 19:31:35 +00:00
messaging rabbitmq_vhost_limits: Move to rabbitmq subdirectory (#49650) 2018-12-08 23:41:59 +01:00
monitoring Fix grafana_dashboard py2/3 compatibility (#49194) 2018-12-12 12:42:55 -05:00
net_tools nmcli example: modern way to install packages (#49110) 2018-12-11 17:37:07 +05:30
network Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
notification Add support for hex color in slack module (#49804) 2018-12-12 08:41:49 +00:00
packaging Update rhsm_repository.py (#49480) 2018-12-12 13:37:11 -06:00
remote_management Add DellEMC iDRAC Firmware module (#46675) 2018-12-11 16:38:01 +01:00
source_control Deprecate the github_hooks module (#49296) 2018-12-06 15:56:53 +00:00
storage Fix example with spacing error in hostname (#49812) 2018-12-12 14:15:00 -06:00
system added support for icmp-blocks and icmp-block-inversion (#45705) 2018-12-12 15:01:35 -05:00
utilities Remove sleep and switch to pipe for IPC (#28561) 2018-12-11 14:26:06 -05:00
web_infrastructure stop requiring description. this is not a mandated jira field for all screens (#46023) 2018-12-11 14:24:24 +00:00
windows win_uri: fix body with one item in list (#49484) 2018-12-12 14:06:54 +10:00
__init__.py