summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-18 15:39:15 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-18 15:39:15 (GMT)
commitaf0bfbee46c54e40ebb3fc4e775e184b590a2dfe (patch)
tree1b3a49d9d2aaa8c2ddf7c2c3f964d6cfb5ec6966
parent1f3ab1cb6c9ff3cef45e3c724b8f8d6e0c1edd48 (diff)
downloadcpython-af0bfbee46c54e40ebb3fc4e775e184b590a2dfe.zip
cpython-af0bfbee46c54e40ebb3fc4e775e184b590a2dfe.tar.gz
cpython-af0bfbee46c54e40ebb3fc4e775e184b590a2dfe.tar.bz2
Added \label{} for logical addressing.
Logical markup.
-rw-r--r--Doc/lib/libpython.tex5
-rw-r--r--Doc/lib/libsomeos.tex7
-rw-r--r--Doc/libpython.tex5
-rw-r--r--Doc/libsomeos.tex7
4 files changed, 14 insertions, 10 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex
index bf71da2..959e215 100644
--- a/Doc/lib/libpython.tex
+++ b/Doc/lib/libpython.tex
@@ -1,4 +1,5 @@
\chapter{Python Services}
+\label{python}
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
\item[copy_reg]
---- Register \code{pickle} support functions.
+--- Register \module{pickle} support functions.
\item[shelve]
--- Python object persistency.
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
\item[imp]
---- Access the implementation of the \code{import} statement.
+--- Access the implementation of the \keyword{import} statement.
\item[ni]
--- New import (obsolete).
diff --git a/Doc/lib/libsomeos.tex b/Doc/lib/libsomeos.tex
index 3a502a7..1e282f5 100644
--- a/Doc/lib/libsomeos.tex
+++ b/Doc/lib/libsomeos.tex
@@ -1,8 +1,9 @@
\chapter{Optional Operating System Services}
+\label{someos}
The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
-The interfaces are generally modelled after the \UNIX{} or C
+The interfaces are generally modelled after the \UNIX{} or \C{}
interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview:
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item[zlib]
\item[gzip]
--- Compression and decompression compatible with the
-\code{gzip} program (zlib is the low-level interface, gzip the
-high-level one).
+\program{gzip} program (\module{zlib} is the low-level interface,
+\module{gzip} the high-level one).
\end{description}
diff --git a/Doc/libpython.tex b/Doc/libpython.tex
index bf71da2..959e215 100644
--- a/Doc/libpython.tex
+++ b/Doc/libpython.tex
@@ -1,4 +1,5 @@
\chapter{Python Services}
+\label{python}
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
\item[copy_reg]
---- Register \code{pickle} support functions.
+--- Register \module{pickle} support functions.
\item[shelve]
--- Python object persistency.
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
\item[imp]
---- Access the implementation of the \code{import} statement.
+--- Access the implementation of the \keyword{import} statement.
\item[ni]
--- New import (obsolete).
diff --git a/Doc/libsomeos.tex b/Doc/libsomeos.tex
index 3a502a7..1e282f5 100644
--- a/Doc/libsomeos.tex
+++ b/Doc/libsomeos.tex
@@ -1,8 +1,9 @@
\chapter{Optional Operating System Services}
+\label{someos}
The modules described in this chapter provide interfaces to operating
system features that are available on selected operating systems only.
-The interfaces are generally modelled after the \UNIX{} or C
+The interfaces are generally modelled after the \UNIX{} or \C{}
interfaces but they are available on some other systems as well
(e.g. Windows or NT). Here's an overview:
@@ -32,7 +33,7 @@ interfaces but they are available on some other systems as well
\item[zlib]
\item[gzip]
--- Compression and decompression compatible with the
-\code{gzip} program (zlib is the low-level interface, gzip the
-high-level one).
+\program{gzip} program (\module{zlib} is the low-level interface,
+\module{gzip} the high-level one).
\end{description}