Pull documentation of ansible.module_utils.basic from (improved) doc strings. (#48416)

This commit is contained in:
Andreas Krüger 2018-12-10 16:17:15 +01:00 committed by Alicia Cozine
commit 18bf48cec2
6 changed files with 47 additions and 66 deletions

View file

@ -4,7 +4,9 @@
Ansible API Documentation
*************************
The Ansible API is under construction. These stub references will be documented in future.
The Ansible API is under construction. These stub references will be documented in future. For now, there is a legacy :ref:`documentation page <ansible.module_utils>` for the ``AnsibleModule``.
.. contents::
:local:
@ -48,7 +50,8 @@ Deprecated in favor of ansibleModule._selinux_special_fs.
Classes
=======
.. py:class:: ansible.module_utils.basic.AnsibleModule
.. py:class:: ``ansible.module_utils.basic.AnsibleModule``
:noindex:
The basic utilities for AnsibleModule.