diff --git a/docsite/_themes/srtd/footer.html b/docsite/_themes/srtd/footer.html index b6422f9a2dd..b70cfde7ad8 100644 --- a/docsite/_themes/srtd/footer.html +++ b/docsite/_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/docsite/rst/community.rst b/docsite/rst/community.rst index 561e214bd9d..5cac69fe9a1 100644 --- a/docsite/rst/community.rst +++ b/docsite/rst/community.rst @@ -62,11 +62,11 @@ I'd Like To Report A Bug Ansible practices responsible disclosure - if this is a security related bug, email `security@ansible.com `_ instead of filing a ticket or posting to the Google Group and you will receive a prompt response. -Bugs related to the core language should be reported to `github.com/ansible/ansible `_ after -signing up for a free github account. Before reporting a bug, please use the bug/issue search -to see if the issue has already been reported. +Bugs related to the core language should be reported to `github.com/ansible/ansible `_ after +signing up for a free github account. Before reporting a bug, please use the bug/issue search +to see if the issue has already been reported. -MODULE related bugs however should go to `ansible-modules-core `_ or `ansible-modules-extras `_ based on the classification of the module. This is listed on the bottom of the docs page for any module. +MODULE related bugs however should go to `ansible-modules-core `_ or `ansible-modules-extras `_ based on the classification of the module. This is listed on the bottom of the docs page for any module. When filing a bug, please use the `issue template `_ to provide all relevant information, regardless of what repo you are filing a ticket against. @@ -132,9 +132,9 @@ Modules are some of the easiest places to get started. Contributing Code (Features or Bugfixes) ---------------------------------------- -The Ansible project keeps its source on github at `github.com/ansible/ansible `_ for -the core application, and two sub repos `github.com/ansible/ansible-modules-core `_ -and `ansible/ansible-modules-extras `_ for module related items. +The Ansible project keeps its source on github at `github.com/ansible/ansible `_ for +the core application, and two sub repos `github.com/ansible/ansible-modules-core `_ +and `ansible/ansible-modules-extras `_ for module related items. If you need to know if a module is in 'core' or 'extras', consult the web documentation page for that module. The project takes contributions through `github pull requests `_. diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index affd7f067e8..ce2195b48dc 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -18,7 +18,7 @@ The directory "./library", alongside your top level playbooks, is also automatic added as a search directory. Should you develop an interesting Ansible module, consider sending a pull request to the -`modules-extras project `_. There's also a core +`modules-extras project `_. There's also a core repo for more established and widely used modules. "Extras" modules may be promoted to core periodically, but there's no fundamental difference in the end - both ship with ansible, all in one package, regardless of how you acquire ansible. diff --git a/docsite/rst/galaxy.rst b/docsite/rst/galaxy.rst index d7639848a61..808e3e42356 100644 --- a/docsite/rst/galaxy.rst +++ b/docsite/rst/galaxy.rst @@ -8,7 +8,7 @@ Ansible Galaxy The Website ``````````` -The website `Ansible Galaxy `_, is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects. +The website `Ansible Galaxy `_, is a free site for finding, downloading, rating, and reviewing all kinds of community developed Ansible roles and can be a great way to get a jumpstart on your automation projects. You can sign up with social auth and use the download client 'ansible-galaxy' which is included in Ansible 1.4.2 and later. diff --git a/docsite/rst/guide_rax.rst b/docsite/rst/guide_rax.rst index 2a2f415e698..5be2f5f3f72 100644 --- a/docsite/rst/guide_rax.rst +++ b/docsite/rst/guide_rax.rst @@ -6,7 +6,7 @@ Rackspace Cloud Guide Introduction ```````````` -.. note:: This section of the documentation is under construction. We are in the process of adding more examples about the Rackspace modules and how they work together. Once complete, there will also be examples for Rackspace Cloud in `ansible-examples `_. +.. note:: This section of the documentation is under construction. We are in the process of adding more examples about the Rackspace modules and how they work together. Once complete, there will also be examples for Rackspace Cloud in `ansible-examples `_. Ansible contains a number of core modules for interacting with Rackspace Cloud. diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index 5dd9ad5d1d0..645248fde50 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -26,7 +26,7 @@ Installing on the Control Machine On a Linux control machine:: - pip install http://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm + pip install https://github.com/diyan/pywinrm/archive/master.zip#egg=pywinrm If you wish to connect to domain accounts published through Active Directory (as opposed to local accounts created on the remote host):: diff --git a/docsite/rst/playbooks_delegation.rst b/docsite/rst/playbooks_delegation.rst index 8f672791add..20981503df4 100644 --- a/docsite/rst/playbooks_delegation.rst +++ b/docsite/rst/playbooks_delegation.rst @@ -9,7 +9,7 @@ This in particular is very applicable when setting up continuous deployment infr Additional features allow for tuning the orders in which things complete, and assigning a batch window size for how many machines to process at once during a rolling update. -This section covers all of these features. For examples of these items in use, `please see the ansible-examples repository `_. There are quite a few examples of zero-downtime update procedures for different kinds of applications. +This section covers all of these features. For examples of these items in use, `please see the ansible-examples repository `_. There are quite a few examples of zero-downtime update procedures for different kinds of applications. You should also consult the :doc:`modules` section, various modules like 'ec2_elb', 'nagios', and 'bigip_pool', and 'netscaler' dovetail neatly with the concepts mentioned here. @@ -189,7 +189,7 @@ use the default remote connection type:: :doc:`playbooks` An introduction to playbooks - `Ansible Examples on GitHub `_ + `Ansible Examples on GitHub `_ Many examples of full-stack deployments `User Mailing List `_ Have a question? Stop by the google group! diff --git a/docsite/rst/playbooks_lookups.rst b/docsite/rst/playbooks_lookups.rst index ac770dab39b..a7d459c8008 100644 --- a/docsite/rst/playbooks_lookups.rst +++ b/docsite/rst/playbooks_lookups.rst @@ -178,7 +178,7 @@ Here are some examples:: # The following lookups were added in 1.9 - debug: msg="{{item}}" with_url: - - 'http://github.com/gremlin.keys' + - 'https://github.com/gremlin.keys' # outputs the cartesian product of the supplied lists - debug: msg="{{item}}"