summaryrefslogtreecommitdiffstats
path: root/doc/rst_tools
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2012-03-08 15:51:43 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2012-03-08 15:51:43 +0000
commitfcfb104dafb2ee34138a027b05e548fd4a77c0cb (patch)
tree715215f5ba2b4e69dbe8b2e491ddee5cc7505163 /doc/rst_tools
parent12c026769e848d510acb6740c0e045b02f692bf0 (diff)
downloadkrb5-fcfb104dafb2ee34138a027b05e548fd4a77c0cb.tar.gz
krb5-fcfb104dafb2ee34138a027b05e548fd4a77c0cb.tar.xz
krb5-fcfb104dafb2ee34138a027b05e548fd4a77c0cb.zip
Do not generate "Feedback" sections in rst files for API documentation
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25751 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/rst_tools')
-rw-r--r--doc/rst_tools/define_document.tmpl9
-rw-r--r--doc/rst_tools/func_document.tmpl10
-rw-r--r--doc/rst_tools/type_document.tmpl9
3 files changed, 0 insertions, 28 deletions
diff --git a/doc/rst_tools/define_document.tmpl b/doc/rst_tools/define_document.tmpl
index f3260a6a5a..b578ba9fc4 100644
--- a/doc/rst_tools/define_document.tmpl
+++ b/doc/rst_tools/define_document.tmpl
@@ -32,12 +32,3 @@ $composite.long_description
#end if
-
-
-Feedback
-----------
-
-#set $msg_subject = 'Documentation___' + $composite.name
-
-Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject
-
diff --git a/doc/rst_tools/func_document.tmpl b/doc/rst_tools/func_document.tmpl
index 6c34361422..eadf4dfc83 100644
--- a/doc/rst_tools/func_document.tmpl
+++ b/doc/rst_tools/func_document.tmpl
@@ -93,13 +93,3 @@ $function.long_description
#end if
#end if
-
-
-
-Feedback
-------------------
-
-#set $msg_subject = 'Documentation___' + $function.name
-
-Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject
-
diff --git a/doc/rst_tools/type_document.tmpl b/doc/rst_tools/type_document.tmpl
index 1dc497556f..57d1131c77 100644
--- a/doc/rst_tools/type_document.tmpl
+++ b/doc/rst_tools/type_document.tmpl
@@ -50,12 +50,3 @@ Members
#end if
#end for
#end if
-
-
-Feedback
-----------
-
-#set $msg_subject = 'Documentation___' + $composite.name
-
-Please, provide your feedback on this document at krb5-bugs@mit.edu?subject=$msg_subject
-