From: Zhanna Tsitkov Date: Thu, 8 Mar 2012 15:51:43 +0000 (+0000) Subject: Do not generate "Feedback" sections in rst files for API documentation X-Git-Tag: krb5-1.11-alpha1~665 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcfb104dafb2ee34138a027b05e548fd4a77c0cb;p=thirdparty%2Fkrb5.git 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 --- 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 -