From: Fred Drake Date: Thu, 22 Jan 1998 17:43:15 +0000 (+0000) Subject: \seemodule{}: Use logical markup for the module name, to ensure it picks up X-Git-Tag: v1.5.1~896 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f02628dceeb82fbd400195657f7a9721b1e1a82;p=python \seemodule{}: Use logical markup for the module name, to ensure it picks up any changes introduced there. Also ensure a little more space between the module name and the parenthesized comment. --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 8b8f917141..d5d5a3188c 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -251,7 +251,7 @@ % \end{seealso} \newenvironment{seealso}[0]{{\bf See Also:}\par}{\par} -\newcommand{\seemodule}[2]{\ref{module-#1}: {\codefont #1} (#2)} +\newcommand{\seemodule}[2]{\ref{module-#1}: \module{#1}\quad(#2)} \newcommand{\seetext}[1]{\par{#1}} % Fix the theindex environment to add an entry to the Table of Contents;