From f0761660bb8ec70e4ca026bbdd44cc6c0f028ffb Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Tue, 24 Apr 2018 12:27:26 -0500 Subject: [PATCH] corrects links to 'list_of' pages (#39161) (#39230) --- 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 656e8fbac80..0f4092ccbd9 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 d5a707ce5c7..57c78e66a7a 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 d0ced97d349..0a7c83eab92 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 bca452948a1..ad06beb364e 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 2e0819ab998..660f989f8be 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 828286e2fa2..b9a343a03cc 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 8bea549504e..dfa285c781c 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 a111b41ba30..e40bd77a42b 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 7e9e807a3dc..b3dc4a399fc 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!