fix make webdocs warnings (#68411)

This commit is contained in:
Sandra McCann 2020-03-25 14:13:56 -04:00 committed by GitHub
parent 7ec0d59c30
commit 8042d226e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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
------

View file

@ -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