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,6 +1,6 @@
\section{Built-in Exceptions}
\declaremodule{standard}{exceptions}
\declaremodule{standard}{exceptions}
\modulesynopsis{Standard exceptions classes.}
@ -224,7 +224,7 @@ Raised when an \keyword{assert} statement fails.
\begin{excdesc}{OSError}
%xref for os module
This class is derived from \exception{EnvironmentError} and is used
primarily as the \module{os} module's \code{os.error} exception.
primarily as the \refmodule{os} module's \code{os.error} exception.
See \exception{EnvironmentError} above for a description of the
possible associated values.
\versionadded{1.5.2}