mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make internal module references hyperlinks wherever it makes sense.
This commit is contained in:
parent
7b8b125fa6
commit
ffbe68723a
21 changed files with 103 additions and 100 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue