diff options
author | Matt Clay <matt@mystile.com> | 2018-04-20 09:24:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-20 09:24:47 +0200 |
commit | 9e8889bb70a1f6379414ea51f644d98dea1d1d10 (patch) | |
tree | 87a2103a21c2f830b06ccbba9bf556446f460bd5 /docs | |
parent | Update proxmox_kvm.py (#39045) (diff) | |
download | ansible-9e8889bb70a1f6379414ea51f644d98dea1d1d10.tar.xz ansible-9e8889bb70a1f6379414ea51f644d98dea1d1d10.zip |
Fix more docs errors. (#39051)
* Fix remaining unknown-document docs errors.
* Fix last toc-tree-missing-document docs error.
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/bin/testing_formatter.sh | 2 | ||||
-rw-r--r-- | docs/docsite/rst/plugins/callback.rst | 2 | ||||
-rw-r--r-- | docs/docsite/rst/plugins/connection.rst | 2 | ||||
-rw-r--r-- | docs/docsite/rst/user_guide/modules_intro.rst | 2 | ||||
-rw-r--r-- | docs/docsite/rst/user_guide/plugin_filtering_config.rst | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/bin/testing_formatter.sh b/docs/bin/testing_formatter.sh index 97423199e4..0867f9a54e 100755 --- a/docs/bin/testing_formatter.sh +++ b/docs/bin/testing_formatter.sh @@ -10,7 +10,7 @@ This list is also available using \`\`ansible-test sanity --list-tests\`\`. .. toctree:: :maxdepth: 1 -$(for test in $(../../test/runner/ansible-test sanity --list-tests); do echo " ${test}"; done) +$(for test in $(../../test/runner/ansible-test sanity --list-tests); do echo " ${test}"; done) EOF diff --git a/docs/docsite/rst/plugins/callback.rst b/docs/docsite/rst/plugins/callback.rst index ff9f18721a..425d2ad6dd 100644 --- a/docs/docsite/rst/plugins/callback.rst +++ b/docs/docsite/rst/plugins/callback.rst @@ -16,7 +16,7 @@ Example Callback Plugins The :doc:`_plays <callback/log_plays>` callback is an example of how to record playbook events to a log file, and the :doc:`mail <callback/mail>` callback sends email on playbook failures. -The :doc:`osx_say <callback/oxs_say>` callback responds with computer synthesized speech on OS X in relation to playbook events. +The :doc:`osx_say <callback/osx_say>` callback responds with computer synthesized speech on OS X in relation to playbook events. .. _enabling_callbacks: diff --git a/docs/docsite/rst/plugins/connection.rst b/docs/docsite/rst/plugins/connection.rst index 5168cfa2f4..cdba361764 100644 --- a/docs/docsite/rst/plugins/connection.rst +++ b/docs/docsite/rst/plugins/connection.rst @@ -43,7 +43,7 @@ Plugins are self-documenting. Each plugin should document its configuration opti :ref:`ansible_host<ansible_host>` The name of the host to connect to, if different from the :ref:`inventory hostname<inventory_hostname>`. :ref:`ansible_port<ansible_port>` - The ssh port number, for :doc:`ssh <connection/ssh>` and :doc:`paramiko <connection/paramiko>` it defaults to 22. + The ssh port number, for :doc:`ssh <connection/ssh>` and :doc:`paramiko_ssh <connection/paramiko_ssh>` it defaults to 22. :ref:`ansible_user<ansible_user>` The default user name to use for log in. Most plugins default to the 'current user running Ansible'. diff --git a/docs/docsite/rst/user_guide/modules_intro.rst b/docs/docsite/rst/user_guide/modules_intro.rst index 47df4a2876..a598c35bd7 100644 --- a/docs/docsite/rst/user_guide/modules_intro.rst +++ b/docs/docsite/rst/user_guide/modules_intro.rst @@ -44,7 +44,7 @@ Documentation for each module can be accessed from the command line with the ans ansible-doc yum -For a list of all available modules, see :doc:`modules_by_category`, or run the following at a command prompt:: +For a list of all available modules, see :doc:`../modules/modules_by_category`, or run the following at a command prompt:: ansible-doc -l diff --git a/docs/docsite/rst/user_guide/plugin_filtering_config.rst b/docs/docsite/rst/user_guide/plugin_filtering_config.rst index e17a7aadaa..04fb0d368d 100644 --- a/docs/docsite/rst/user_guide/plugin_filtering_config.rst +++ b/docs/docsite/rst/user_guide/plugin_filtering_config.rst @@ -1,4 +1,4 @@ -.. _plugin_filter_config: +.. _plugin_filtering_config: Plugin Filter Configuration =========================== |