diff --git a/docs/docsite/_themes/sphinx_rtd_theme/versions.html b/docs/docsite/_themes/sphinx_rtd_theme/versions.html index 4d78287ade9..52e37b9e898 100644 --- a/docs/docsite/_themes/sphinx_rtd_theme/versions.html +++ b/docs/docsite/_themes/sphinx_rtd_theme/versions.html @@ -29,7 +29,7 @@
- {% trans %}Free document hosting provided by Read the Docs.{% endtrans %} + {% trans %}Free document hosting provided by Read the Docs.{% endtrans %} diff --git a/docs/docsite/_themes/srtd/footer.html b/docs/docsite/_themes/srtd/footer.html index c7e1e0cb636..fa25bccd5ef 100644 --- a/docs/docsite/_themes/srtd/footer.html +++ b/docs/docsite/_themes/srtd/footer.html @@ -30,6 +30,6 @@ {%- endif %}

-Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs. +Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs.

diff --git a/docs/docsite/_themes/srtd/versions.html b/docs/docsite/_themes/srtd/versions.html index 93319be8923..6aa13f3149a 100644 --- a/docs/docsite/_themes/srtd/versions.html +++ b/docs/docsite/_themes/srtd/versions.html @@ -29,7 +29,7 @@
- Free document hosting provided by Read the Docs. + Free document hosting provided by Read the Docs. diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 7ec5160d10d..0575965cd58 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -87,7 +87,7 @@ Tools for Validating Playbooks - `Ansible Lint `_ - widely used, highly configurable best-practices linter for Ansible playbooks. - `Ansible Review `_ - an extension of Ansible Lint designed for code review. -- `Molecule `_ is a testing framework for Ansible plays and roles. +- `Molecule `_ is a testing framework for Ansible plays and roles. - `yamllint `__ is a command-line utility to check syntax validity including key repetition and indentation issues. @@ -96,11 +96,11 @@ Other Tools *********** - `Ansible cmdb `_ - takes the output of Ansible's fact gathering and converts it into a static HTML overview page containing system configuration information. -- `Ansible Inventory Grapher `_ - visually displays inventory inheritance hierarchies and at what level a variable is defined in inventory. +- `Ansible Inventory Grapher `_ - visually displays inventory inheritance hierarchies and at what level a variable is defined in inventory. - `Ansible Shell `_ - an interactive shell for Ansible with built-in tab completion for all the modules. - `Ansible Silo `_ - a self-contained Ansible environment via Docker. - `Ansigenome `_ - a command line tool designed to help you manage your Ansible roles. -- `ARA `_ - records Ansible playbook runs and makes the recorded data available and intuitive for users and systems by integrating with Ansible as a callback plugin. +- `ARA `_ - records Ansible playbook runs and makes the recorded data available and intuitive for users and systems by integrating with Ansible as a callback plugin. - `Awesome Ansible `_ - a collaboratively curated list of awesome Ansible resources. - `AWX `_ - provides a web-based user interface, REST API, and task engine built on top of Ansible. AWX is the upstream project for Tower, a commercial derivative of AWX. - `Mitogen for Ansible `_ - uses the `Mitogen `_ library to execute Ansible playbooks in a more efficient way (decreases the execution time). diff --git a/docs/docsite/rst/dev_guide/developing_api.rst b/docs/docsite/rst/dev_guide/developing_api.rst index 69470ef1bd3..78ffc2b93de 100644 --- a/docs/docsite/rst/dev_guide/developing_api.rst +++ b/docs/docsite/rst/dev_guide/developing_api.rst @@ -118,7 +118,7 @@ command line tools (``lib/ansible/cli/``) is `available on Github `_ + `Development Mailing List `_ Mailing list for development topics `irc.freenode.net `_ #ansible IRC chat channel diff --git a/docs/docsite/rst/dev_guide/developing_core.rst b/docs/docsite/rst/dev_guide/developing_core.rst index c0067d74f86..54e9ec75ea6 100644 --- a/docs/docsite/rst/dev_guide/developing_core.rst +++ b/docs/docsite/rst/dev_guide/developing_core.rst @@ -17,7 +17,7 @@ those pieces work together. Learn about the Python API for task execution :doc:`developing_plugins` Learn about developing plugins - `Mailing List `_ + `Mailing List `_ The development mailing list `irc.freenode.net `_ #ansible-devel IRC chat channel diff --git a/docs/docsite/rst/dev_guide/developing_inventory.rst b/docs/docsite/rst/dev_guide/developing_inventory.rst index fdebcb6ada9..5d2caf3e668 100644 --- a/docs/docsite/rst/dev_guide/developing_inventory.rst +++ b/docs/docsite/rst/dev_guide/developing_inventory.rst @@ -344,7 +344,7 @@ An easy way to see how this should look is using :ref:`ansible-inventory`, which How to develop plugins `Ansible Tower `_ REST API endpoint and GUI for Ansible, syncs with dynamic inventory - `Development Mailing List `_ + `Development Mailing List `_ Mailing list for development topics `irc.freenode.net `_ #ansible IRC chat channel diff --git a/docs/docsite/rst/dev_guide/developing_modules.rst b/docs/docsite/rst/dev_guide/developing_modules.rst index f4d0b2b9b12..85f2feb02e6 100644 --- a/docs/docsite/rst/dev_guide/developing_modules.rst +++ b/docs/docsite/rst/dev_guide/developing_modules.rst @@ -103,7 +103,7 @@ The following topics will discuss how to develop and work with modules: Learn about the Python API for playbook and task execution `GitHub modules directory `_ Browse module source code - `Mailing List `_ + `Mailing List `_ Development mailing list `irc.freenode.net `_ #ansible IRC chat channel diff --git a/docs/docsite/rst/dev_guide/developing_plugins.rst b/docs/docsite/rst/dev_guide/developing_plugins.rst index 3b945fa422d..1cf407728dc 100644 --- a/docs/docsite/rst/dev_guide/developing_plugins.rst +++ b/docs/docsite/rst/dev_guide/developing_plugins.rst @@ -356,7 +356,7 @@ When shipped as part of a role, the plugin will be available as soon as the role Learn about how to develop dynamic inventory sources :doc:`developing_modules` Learn about how to write Ansible modules - `Mailing List `_ + `Mailing List `_ The development mailing list `irc.freenode.net `_ #ansible IRC chat channel diff --git a/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/footer.html b/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/footer.html index 2e89df449bd..49a29439752 100644 --- a/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/footer.html +++ b/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/footer.html @@ -20,6 +20,6 @@ {%- endif %}

-Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs. {% if pagename.endswith("_module") %}Module documentation is not edited directly, but is generated from the source code for the modules. To submit an update to module docs, edit the 'DOCUMENTATION' metadata in the core and extras modules source repositories. {% endif %} +Ansible docs are generated from GitHub sources using Sphinx using a theme provided by Read the Docs. {% if pagename.endswith("_module") %}Module documentation is not edited directly, but is generated from the source code for the modules. To submit an update to module docs, edit the 'DOCUMENTATION' metadata in the core and extras modules source repositories. {% endif %} diff --git a/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/layout.html b/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/layout.html index 235a0c2a6e6..a16472b2201 100644 --- a/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/layout.html +++ b/docs/docsite/rst/dev_guide/style_guide/_themes/srtd/layout.html @@ -146,7 +146,7 @@