From b818fbb3050e573da0a208d2346f170921f97b22 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 10 Sep 2014 09:42:24 -0400 Subject: [PATCH] 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. --- hacking/templates/rst.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hacking/templates/rst.j2 b/hacking/templates/rst.j2 index 5c393144764..54fbafefc1d 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