summaryrefslogtreecommitdiffstats
path: root/hacking/templates
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-09-10 15:42:24 +0200
committerMichael DeHaan <michael.dehaan@gmail.com>2014-09-10 15:42:24 +0200
commitb818fbb3050e573da0a208d2346f170921f97b22 (patch)
treea08c60f70eda17f343f760823d935978c8338083 /hacking/templates
parentAdd version_added info. (diff)
downloadansible-b818fbb3050e573da0a208d2346f170921f97b22.tar.xz
ansible-b818fbb3050e573da0a208d2346f170921f97b22.zip
Modules are almost always written now by mutliple authors, so don't show this field on website, since it grows obsolete and does not take into account all contributors.
Contributors are still listed on github module source and in repo, and original authors still in the file for when development questions arise, but want to funnel support questions to the mailing list versus directly to them.
Diffstat (limited to 'hacking/templates')
-rw-r--r--hacking/templates/rst.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2
index 5c39314476..54fbafefc1 100644
--- a/hacking/templates/rst.j2
+++ b/hacking/templates/rst.j2
@@ -10,10 +10,6 @@
@{ title }@
@{ '+' * title_len }@
-{% if author %}
-:Author: @{ author }@
-{% endif %}
-
.. contents::
:local:
:depth: 1