fix make webdocs warnings (#68411)
This commit is contained in:
parent
7ec0d59c30
commit
8042d226e4
4 changed files with 5 additions and 5 deletions
|
@ -319,7 +319,7 @@ Testing ACI library functions
|
|||
=============================
|
||||
You can test your ``construct_url()`` and ``payload()`` arguments without accessing APIC hardware by using the following python script:
|
||||
|
||||
.. code-block:: guess
|
||||
.. code-block:: text
|
||||
|
||||
#!/usr/bin/python
|
||||
import json
|
||||
|
|
|
@ -17,9 +17,12 @@ This section covers the various types of plugins that are included with Ansible:
|
|||
become
|
||||
cache
|
||||
callback
|
||||
cliconf
|
||||
connection
|
||||
httpapi
|
||||
inventory
|
||||
lookup
|
||||
netconf
|
||||
shell
|
||||
strategy
|
||||
vars
|
||||
|
|
|
@ -16,7 +16,7 @@ To use this functionality, include ``from ansible.module_utils.basic import Ansi
|
|||
|
||||
.. autoclass:: ansible.module_utils.basic.AnsibleModule
|
||||
:members:
|
||||
|
||||
:noindex:
|
||||
|
||||
Basic
|
||||
------
|
||||
|
|
|
@ -7,9 +7,6 @@ docs/docsite/_themes/sphinx_rtd_theme/__init__.py metaclass-boilerplate
|
|||
docs/docsite/rst/conf.py future-import-boilerplate
|
||||
docs/docsite/rst/conf.py metaclass-boilerplate
|
||||
docs/docsite/rst/dev_guide/testing/sanity/no-smart-quotes.rst no-smart-quotes
|
||||
docs/docsite/rst/plugins/cliconf.rst docs-build
|
||||
docs/docsite/rst/plugins/httpapi.rst docs-build
|
||||
docs/docsite/rst/plugins/netconf.rst docs-build
|
||||
examples/scripts/ConfigureRemotingForAnsible.ps1 pslint:PSCustomUseLiteralPath
|
||||
examples/scripts/upgrade_to_ps3.ps1 pslint:PSCustomUseLiteralPath
|
||||
examples/scripts/upgrade_to_ps3.ps1 pslint:PSUseApprovedVerbs
|
||||
|
|
Loading…
Reference in a new issue