Make internal module references hyperlinks wherever it makes sense.

This commit is contained in:
Fred Drake 1999-04-22 21:23:22 +00:00
parent 7b8b125fa6
commit ffbe68723a
21 changed files with 103 additions and 100 deletions

View file

@ -1,7 +1,7 @@
\section{\module{sys} ---
System-specific parameters and functions.}
\declaremodule{builtin}{sys}
System-specific parameters and functions}
\declaremodule{builtin}{sys}
\modulesynopsis{Access system-specific parameters and functions.}
This module provides access to some variables used or maintained by the
@ -262,7 +262,7 @@ maximizing responsiveness as well as overhead.
a \method{write()} method that takes a string argument. (Changing these
objects doesn't affect the standard I/O streams of processes
executed by \function{os.popen()}, \function{os.system()} or the
\function{exec*()} family of functions in the \module{os} module.)
\function{exec*()} family of functions in the \refmodule{os} module.)
\refstmodindex{os}
\end{datadesc}