From: Fred Drake Date: Mon, 10 Aug 1998 18:41:43 +0000 (+0000) Subject: \moduleauthor, X-Git-Tag: v1.5.2a1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b75c61538933d544b2674827ed7b56413c6477e2;p=thirdparty%2FPython%2Fcpython.git \moduleauthor, \sectionauthor: New macros to record attributions; no output. --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index d94176abad08..0e8bf8ec12cf 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -292,6 +292,12 @@ \py@HaveModSynopsistrue } +% \moduleauthor{name}{email} +\newcommand{\moduleauthor}[2]{} + +% \sectionauthor{name}{email} +\newcommand{\sectionauthor}[2]{} + \newcommand{\py@defsynopsis}{Module has no synopsis.} \newcommand{\py@modulesynopsis}{\py@defsynopsis}