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{shelve} ---
Python object persistency}
\declaremodule{standard}{shelve}
\declaremodule{standard}{shelve}
\modulesynopsis{Python object persistency.}
@ -71,5 +71,5 @@ requires knowledge about the database implementation used.
\seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.}
\seemodule{gdbm}{GNU database interface, based on the \code{dbm} interface.}
\seemodule{pickle}{Object serialization used by \module{shelve}.}
\seemodule{cPickle}{High-performance version of \module{pickle}.}
\seemodule{cPickle}{High-performance version of \refmodule{pickle}.}
\end{seealso}