From 33ddf0b56d37d2bcfc6b77aae76cec37ccf40c29 Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Tue, 24 Apr 2018 09:51:12 -0500 Subject: [PATCH] corrects links to 'list_of' pages (#39161) --- docs/docsite/rst/dev_guide/developing_modules_in_groups.rst | 2 +- docs/docsite/rst/network/getting_started/basic_concepts.rst | 2 +- docs/docsite/rst/network/index.rst | 2 +- docs/docsite/rst/scenario_guides/guide_aci.rst | 2 +- docs/docsite/rst/user_guide/windows_dsc.rst | 2 +- docs/docsite/rst/user_guide/windows_faq.rst | 2 +- docs/docsite/rst/user_guide/windows_setup.rst | 2 +- docs/docsite/rst/user_guide/windows_usage.rst | 2 +- docs/docsite/rst/user_guide/windows_winrm.rst | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst b/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst index 656e8fbac80127..0f4092ccbd9cd6 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_in_groups.rst @@ -33,7 +33,7 @@ Although it's tempting to get straight into coding, there are a few things to be Naming Convention ````````````````` -As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`list_of_database_modules`. +As you may have noticed when looking under ``lib/ansible/modules/`` we support up to two directories deep (but no deeper), e.g. `databases/mysql`. This is used to group files on disk as well as group related modules into categories and topics the Module Index, for example: :ref:`database_modules`. The directory name should represent the *product* or *OS* name, not the company name. diff --git a/docs/docsite/rst/network/getting_started/basic_concepts.rst b/docs/docsite/rst/network/getting_started/basic_concepts.rst index d5a707ce5c70ee..57c78e66a7af40 100644 --- a/docs/docsite/rst/network/getting_started/basic_concepts.rst +++ b/docs/docsite/rst/network/getting_started/basic_concepts.rst @@ -24,7 +24,7 @@ A list of managed nodes. An inventory file is also sometimes called a "hostfile" Modules ================================================================================ -The units of code Ansible executes. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task, or invoke several different modules in a playbook. For an idea of how many modules Ansible includes, take a look at the :doc:`list of all modules<../../modules/modules_by_category>` or the :doc:`list of network modules<../../modules/list_of_network_modules>`. +The units of code Ansible executes. Each module has a particular use, from administering users on a specific type of database to managing VLAN interfaces on a specific type of network device. You can invoke a single module with a task, or invoke several different modules in a playbook. For an idea of how many modules Ansible includes, take a look at the :doc:`list of all modules<../../modules/modules_by_category>` or the :ref:`list of network modules`. Tasks ================================================================================ diff --git a/docs/docsite/rst/network/index.rst b/docs/docsite/rst/network/index.rst index d0ced97d349c31..0a7c83eab92235 100644 --- a/docs/docsite/rst/network/index.rst +++ b/docs/docsite/rst/network/index.rst @@ -11,7 +11,7 @@ Ansible Network modules extend the benefits of simple, powerful, agentless autom If you're new to Ansible, or new to using Ansible for network management, start with the Getting Started Guide. -For documentation on using a particular network module, consult the :doc:`list of all network modules<../modules/list_of_network_modules>`. Some network modules are maintained by the Ansible community - here's a list of :doc:`network modules maintained by the Ansible Network Team<../modules/network_maintained>`. +For documentation on using a particular network module, consult the :ref:`list of all network modules`. Some network modules are maintained by the Ansible community - here's a list of :ref:`network modules maintained by the Ansible Network Team`. .. toctree:: :maxdepth: 3 diff --git a/docs/docsite/rst/scenario_guides/guide_aci.rst b/docs/docsite/rst/scenario_guides/guide_aci.rst index 6da162348e847a..33ee4e5578debb 100644 --- a/docs/docsite/rst/scenario_guides/guide_aci.rst +++ b/docs/docsite/rst/scenario_guides/guide_aci.rst @@ -65,7 +65,7 @@ For instance ensuring that a specific tenant exists, is done using the following description: Customer XYZ state: present -A complete list of existing ACI modules is available for the latest stable release on the :ref:`list of network modules `. You can also view the `current development version `_. +A complete list of existing ACI modules is available for the latest stable release on the :ref:`list of network modules `. You can also view the `current development version `_. Querying ACI configuration .......................... diff --git a/docs/docsite/rst/user_guide/windows_dsc.rst b/docs/docsite/rst/user_guide/windows_dsc.rst index 2e0819ab998acc..660f989f8beef5 100644 --- a/docs/docsite/rst/user_guide/windows_dsc.rst +++ b/docs/docsite/rst/user_guide/windows_dsc.rst @@ -387,7 +387,7 @@ Setup IIS Website An introduction to playbooks :doc:`playbooks_best_practices` Best practices advice - `List of Windows Modules :ref:`` + `List of Windows Modules :ref:`` Windows specific module list, all implemented in PowerShell `User Mailing List `_ Have a question? Stop by the google group! diff --git a/docs/docsite/rst/user_guide/windows_faq.rst b/docs/docsite/rst/user_guide/windows_faq.rst index 828286e2fa23a3..b9a343a03ccff0 100644 --- a/docs/docsite/rst/user_guide/windows_faq.rst +++ b/docs/docsite/rst/user_guide/windows_faq.rst @@ -122,7 +122,7 @@ Python and most of them do not work on Windows. Because of this, there are dedicated Windows modules that are written in PowerShell and are meant to be run on Windows hosts. A list of these modules -can be found :ref:`here `. +can be found :ref:`here `. In addition, the following Ansible Core modules/action-plugins work with Windows: diff --git a/docs/docsite/rst/user_guide/windows_setup.rst b/docs/docsite/rst/user_guide/windows_setup.rst index 8bea549504e169..dfa285c781c6b3 100644 --- a/docs/docsite/rst/user_guide/windows_setup.rst +++ b/docs/docsite/rst/user_guide/windows_setup.rst @@ -447,7 +447,7 @@ Windows host. An introduction to playbooks :doc:`playbooks_best_practices` Best practices advice - :ref:`List of Windows Modules ` + :ref:`List of Windows Modules ` Windows specific module list, all implemented in PowerShell `User Mailing List `_ Have a question? Stop by the google group! diff --git a/docs/docsite/rst/user_guide/windows_usage.rst b/docs/docsite/rst/user_guide/windows_usage.rst index a6c31f225eda28..9494e5aee269e4 100644 --- a/docs/docsite/rst/user_guide/windows_usage.rst +++ b/docs/docsite/rst/user_guide/windows_usage.rst @@ -483,7 +483,7 @@ guides for Windows modules differ substantially from those for standard standard An introduction to playbooks :doc:`playbooks_best_practices` Best practices advice - :ref:`List of Windows Modules ` + :ref:`List of Windows Modules ` Windows specific module list, all implemented in PowerShell `User Mailing List `_ Have a question? Stop by the google group! diff --git a/docs/docsite/rst/user_guide/windows_winrm.rst b/docs/docsite/rst/user_guide/windows_winrm.rst index 7e9e807a3dc6cb..b3dc4a399fcf84 100644 --- a/docs/docsite/rst/user_guide/windows_winrm.rst +++ b/docs/docsite/rst/user_guide/windows_winrm.rst @@ -767,7 +767,7 @@ Some of these limitations can be mitigated by doing one of the following: An introduction to playbooks :doc:`playbooks_best_practices` Best practices advice - :ref:`List of Windows Modules ` + :ref:`List of Windows Modules ` Windows specific module list, all implemented in PowerShell `User Mailing List `_ Have a question? Stop by the google group!