summaryrefslogtreecommitdiffstats
path: root/Doc/texinputs
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-08-10 18:41:43 (GMT)
committerFred Drake <fdrake@acm.org>1998-08-10 18:41:43 (GMT)
commitb75c61538933d544b2674827ed7b56413c6477e2 (patch)
treeddbbb87f36a56b7e2d2953f3a215cfdab5b6f202 /Doc/texinputs
parentc817e275012d29e26f46fb0e4b26e5e88edd6408 (diff)
downloadcpython-b75c61538933d544b2674827ed7b56413c6477e2.zip
cpython-b75c61538933d544b2674827ed7b56413c6477e2.tar.gz
cpython-b75c61538933d544b2674827ed7b56413c6477e2.tar.bz2
\moduleauthor,
\sectionauthor: New macros to record attributions; no output.
Diffstat (limited to 'Doc/texinputs')
-rw-r--r--Doc/texinputs/python.sty6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty
index d94176a..0e8bf8e 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}