summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-07-17 13:53:13 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-07-17 22:53:11 -0400
commit173f27531cdc69ddde86bc7baee9f47efb5aab8f (patch)
treecdb7564658ef5d8d34c3b0fb759c50f522479a3b /hacking
parente49d8b9582cc7c9fb3020b04c6e0bd0cf3aab3e6 (diff)
downloadansible-173f27531cdc69ddde86bc7baee9f47efb5aab8f.tar.gz
moar docs
added docs for new v2 features restructures modules bar and core/extras info into their own pages changed templates to refer to the new pages added some missing ansible.cfg options more info on gathering setting
Diffstat (limited to 'hacking')
-rw-r--r--hacking/templates/rst.j221
1 files changed, 2 insertions, 19 deletions
diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2
index fbf50f4922..eccae4cb77 100644
--- a/hacking/templates/rst.j2
+++ b/hacking/templates/rst.j2
@@ -175,31 +175,14 @@ Notes
This is a Core Module
---------------------
-The source of this module is hosted on GitHub in the `ansible-modules-core <http://github.com/ansible/ansible-modules-core>`_ repo.
-
-If you believe you have found a bug in this module, and are already running the latest stable or development version of Ansible, first look in the `issue tracker at github.com/ansible/ansible-modules-core <http://github.com/ansible/ansible-modules-core>`_ to see if a bug has already been filed. If not, we would be grateful if you would file one.
-
-Should you have a question rather than a bug report, inquries are welcome on the `ansible-project google group <https://groups.google.com/forum/#!forum/ansible-project>`_ or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group <https://groups.google.com/forum/#!forum/ansible-devel>`_.
-
-Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree.
-
-This is a "core" ansible module, which means it will receive slightly higher priority for all requests than those in the "extras" repos.
+For more information on what this means please read :doc:`modules_core`
{% else %}
This is an Extras Module
------------------------
-This source of this module is hosted on GitHub in the `ansible-modules-extras <http://github.com/ansible/ansible-modules-extras>`_ repo.
-
-If you believe you have found a bug in this module, and are already running the latest stable or development version of Ansible, first look in the `issue tracker at github.com/ansible/ansible-modules-extras <http://github.com/ansible/ansible-modules-extras>`_ to see if a bug has already been filed. If not, we would be grateful if you would file one.
-
-Should you have a question rather than a bug report, inquries are welcome on the `ansible-project google group <https://groups.google.com/forum/#!forum/ansible-project>`_ or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group <https://groups.google.com/forum/#!forum/ansible-devel>`_.
-
-Documentation updates for this module can also be edited directly by submitting a pull request to the module source code, just look for the "DOCUMENTATION" block in the source tree.
-
-Note that this module is designated a "extras" module. Non-core modules are still fully usable, but may receive slightly lower response rates for issues and pull requests.
-Popular "extras" modules may be promoted to core modules over time.
+For more information on what this means please read :doc:`modules_extra`
{% endif %}
{% endif %}