]> granicus.if.org Git - python/commitdiff
Added \label{} for logical addressing.
authorFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:39:15 +0000 (15:39 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:39:15 +0000 (15:39 +0000)
Logical markup.

Doc/lib/libpython.tex
Doc/lib/libsomeos.tex
Doc/libpython.tex
Doc/libsomeos.tex

index bf71da2c3e8b882b606979ddde1ddf8a52662823..959e21588c3092eace5d5d95fed56a54795c5f95 100644 (file)
@@ -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).
index 3a502a7a56bd1b4b824a70e83999855c63691d4a..1e282f5397e53615f81e8f89b4efb75aac894d8c 100644 (file)
@@ -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}
index bf71da2c3e8b882b606979ddde1ddf8a52662823..959e21588c3092eace5d5d95fed56a54795c5f95 100644 (file)
@@ -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).
index 3a502a7a56bd1b4b824a70e83999855c63691d4a..1e282f5397e53615f81e8f89b4efb75aac894d8c 100644 (file)
@@ -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}