mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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,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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue