summaryrefslogtreecommitdiff
path: root/docs/docsite/rst/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/plugins')
-rw-r--r--docs/docsite/rst/plugins/become.rst5
-rw-r--r--docs/docsite/rst/plugins/cache.rst5
-rw-r--r--docs/docsite/rst/plugins/callback.rst6
-rw-r--r--docs/docsite/rst/plugins/connection.rst6
-rw-r--r--docs/docsite/rst/plugins/inventory.rst5
-rw-r--r--docs/docsite/rst/plugins/lookup.rst5
-rw-r--r--docs/docsite/rst/plugins/shell.rst5
-rw-r--r--docs/docsite/rst/plugins/strategy.rst5
-rw-r--r--docs/docsite/rst/plugins/vars.rst5
9 files changed, 0 insertions, 47 deletions
diff --git a/docs/docsite/rst/plugins/become.rst b/docs/docsite/rst/plugins/become.rst
index 7bc181d06e..c4bbb7e8c6 100644
--- a/docs/docsite/rst/plugins/become.rst
+++ b/docs/docsite/rst/plugins/become.rst
@@ -47,11 +47,6 @@ Plugin List
You can use ``ansible-doc -t become -l`` to see the list of available plugins.
Use ``ansible-doc -t become <plugin name>`` to see specific documentation and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- become/*
-
.. seealso::
:ref:`about_playbooks`
diff --git a/docs/docsite/rst/plugins/cache.rst b/docs/docsite/rst/plugins/cache.rst
index ce7e848743..a13c78db04 100644
--- a/docs/docsite/rst/plugins/cache.rst
+++ b/docs/docsite/rst/plugins/cache.rst
@@ -118,11 +118,6 @@ Plugin List
You can use ``ansible-doc -t cache -l`` to see the list of available plugins.
Use ``ansible-doc -t cache <plugin name>`` to see specific documentation and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- cache/*
-
.. seealso::
:ref:`action_plugins`
diff --git a/docs/docsite/rst/plugins/callback.rst b/docs/docsite/rst/plugins/callback.rst
index 3160eb120f..a8de3de986 100644
--- a/docs/docsite/rst/plugins/callback.rst
+++ b/docs/docsite/rst/plugins/callback.rst
@@ -79,12 +79,6 @@ Plugin list
You can use ``ansible-doc -t callback -l`` to see the list of available plugins.
Use ``ansible-doc -t callback <plugin name>`` to see specific documents and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- callback/*
-
-
.. seealso::
:ref:`action_plugins`
diff --git a/docs/docsite/rst/plugins/connection.rst b/docs/docsite/rst/plugins/connection.rst
index 02d2ffb4c1..0417526ff2 100644
--- a/docs/docsite/rst/plugins/connection.rst
+++ b/docs/docsite/rst/plugins/connection.rst
@@ -58,12 +58,6 @@ You can use ``ansible-doc -t connection -l`` to see the list of available plugin
Use ``ansible-doc -t connection <plugin name>`` to see detailed documentation and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- connection/*
-
-
.. seealso::
:ref:`Working with Playbooks<working_with_playbooks>`
diff --git a/docs/docsite/rst/plugins/inventory.rst b/docs/docsite/rst/plugins/inventory.rst
index a652f8dd3d..eda99bf3e7 100644
--- a/docs/docsite/rst/plugins/inventory.rst
+++ b/docs/docsite/rst/plugins/inventory.rst
@@ -162,11 +162,6 @@ Plugin List
You can use ``ansible-doc -t inventory -l`` to see the list of available plugins.
Use ``ansible-doc -t inventory <plugin name>`` to see plugin-specific documentation and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- inventory/*
-
.. seealso::
:ref:`about_playbooks`
diff --git a/docs/docsite/rst/plugins/lookup.rst b/docs/docsite/rst/plugins/lookup.rst
index cb76fa26da..31183b15c4 100644
--- a/docs/docsite/rst/plugins/lookup.rst
+++ b/docs/docsite/rst/plugins/lookup.rst
@@ -138,11 +138,6 @@ Plugin list
You can use ``ansible-doc -t lookup -l`` to see the list of available plugins. Use ``ansible-doc -t lookup <plugin name>`` to see specific documents and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- lookup/*
-
.. seealso::
:ref:`about_playbooks`
diff --git a/docs/docsite/rst/plugins/shell.rst b/docs/docsite/rst/plugins/shell.rst
index 7caff1c637..b0846323e0 100644
--- a/docs/docsite/rst/plugins/shell.rst
+++ b/docs/docsite/rst/plugins/shell.rst
@@ -33,11 +33,6 @@ In this case, you will also want to update the :ref:`ansible_shell_executable <a
You can further control the settings for each plugin via other configuration options
detailed in the plugin themselves (linked below).
-.. toctree:: :maxdepth: 1
- :glob:
-
- shell/*
-
.. seealso::
:ref:`about_playbooks`
diff --git a/docs/docsite/rst/plugins/strategy.rst b/docs/docsite/rst/plugins/strategy.rst
index 5e7d6c99ac..e3623329a6 100644
--- a/docs/docsite/rst/plugins/strategy.rst
+++ b/docs/docsite/rst/plugins/strategy.rst
@@ -59,11 +59,6 @@ You can use ``ansible-doc -t strategy -l`` to see the list of available plugins.
Use ``ansible-doc -t strategy <plugin name>`` to see plugin-specific specific documentation and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- strategy/*
-
.. seealso::
:ref:`about_playbooks`
diff --git a/docs/docsite/rst/plugins/vars.rst b/docs/docsite/rst/plugins/vars.rst
index d70706a3bd..c24bdb8116 100644
--- a/docs/docsite/rst/plugins/vars.rst
+++ b/docs/docsite/rst/plugins/vars.rst
@@ -57,11 +57,6 @@ You can use ``ansible-doc -t vars -l`` to see the list of available plugins.
Use ``ansible-doc -t vars <plugin name>`` to see specific plugin-specific documentation and examples.
-.. toctree:: :maxdepth: 1
- :glob:
-
- vars/*
-
.. seealso::
:ref:`action_plugins`