diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-18 15:40:11 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-18 15:40:11 +0000 |
commit | 31ecd50d0231ec2cee3c7e85035fff16ecae0533 (patch) | |
tree | 2f6475c1bfcd30cb75c4744fa252bb1dc878efab | |
parent | af0bfbee46c54e40ebb3fc4e775e184b590a2dfe (diff) | |
download | cpython-git-31ecd50d0231ec2cee3c7e85035fff16ecae0533.tar.gz |
Added \label{} for logical addressing.
-rw-r--r-- | Doc/lib/libobjs.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libpdb.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libprofile.tex | 1 | ||||
-rw-r--r-- | Doc/lib/librestricted.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libsgi.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libstrings.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libtypes.tex | 1 | ||||
-rw-r--r-- | Doc/libobjs.tex | 1 | ||||
-rw-r--r-- | Doc/libpdb.tex | 1 | ||||
-rw-r--r-- | Doc/libprofile.tex | 1 | ||||
-rw-r--r-- | Doc/librestricted.tex | 1 | ||||
-rw-r--r-- | Doc/libsgi.tex | 1 | ||||
-rw-r--r-- | Doc/libstrings.tex | 1 | ||||
-rw-r--r-- | Doc/libtypes.tex | 1 |
14 files changed, 14 insertions, 0 deletions
diff --git a/Doc/lib/libobjs.tex b/Doc/lib/libobjs.tex index ea6891a030..450447b1df 100644 --- a/Doc/lib/libobjs.tex +++ b/Doc/lib/libobjs.tex @@ -1,4 +1,5 @@ \chapter{Built-in Types, Exceptions and Functions} +\label{builtin} \nodename{Built-in Objects} diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 6f14ab61ee..d560a11b79 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -1,4 +1,5 @@ \chapter{The Python Debugger} +\label{module-pdb} \stmodindex{pdb} \index{debugging} diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index bbf0371fc5..2e3bc3dd56 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -1,4 +1,5 @@ \chapter{The Python Profiler} +\label{profile} \stmodindex{profile} \stmodindex{pstats} diff --git a/Doc/lib/librestricted.tex b/Doc/lib/librestricted.tex index 9786cf034b..55936ac602 100644 --- a/Doc/lib/librestricted.tex +++ b/Doc/lib/librestricted.tex @@ -1,4 +1,5 @@ \chapter{Restricted Execution} +\label{restricted} In general, Python programs have complete access to the underlying operating system throug the various functions and classes, For diff --git a/Doc/lib/libsgi.tex b/Doc/lib/libsgi.tex index 8deede84a8..b1bb5cb0ea 100644 --- a/Doc/lib/libsgi.tex +++ b/Doc/lib/libsgi.tex @@ -1,4 +1,5 @@ \chapter{SGI IRIX Specific Services} +\label{sgi} The modules described in this chapter provide interfaces to features that are unique to SGI's IRIX operating system (versions 4 and 5). diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index 411e4154af..6f2e70586f 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex @@ -1,4 +1,5 @@ \chapter{String Services} +\label{strings} The modules described in this chapter provide a wide range of string manipulation operations. Here's an overview: diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 3f7536ef3a..c51d0354fe 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -1,4 +1,5 @@ \section{Built-in Types} +\label{types} The following sections describe the standard types that are built into the interpreter. These are the numeric types, sequence types, and diff --git a/Doc/libobjs.tex b/Doc/libobjs.tex index ea6891a030..450447b1df 100644 --- a/Doc/libobjs.tex +++ b/Doc/libobjs.tex @@ -1,4 +1,5 @@ \chapter{Built-in Types, Exceptions and Functions} +\label{builtin} \nodename{Built-in Objects} diff --git a/Doc/libpdb.tex b/Doc/libpdb.tex index 6f14ab61ee..d560a11b79 100644 --- a/Doc/libpdb.tex +++ b/Doc/libpdb.tex @@ -1,4 +1,5 @@ \chapter{The Python Debugger} +\label{module-pdb} \stmodindex{pdb} \index{debugging} diff --git a/Doc/libprofile.tex b/Doc/libprofile.tex index bbf0371fc5..2e3bc3dd56 100644 --- a/Doc/libprofile.tex +++ b/Doc/libprofile.tex @@ -1,4 +1,5 @@ \chapter{The Python Profiler} +\label{profile} \stmodindex{profile} \stmodindex{pstats} diff --git a/Doc/librestricted.tex b/Doc/librestricted.tex index 9786cf034b..55936ac602 100644 --- a/Doc/librestricted.tex +++ b/Doc/librestricted.tex @@ -1,4 +1,5 @@ \chapter{Restricted Execution} +\label{restricted} In general, Python programs have complete access to the underlying operating system throug the various functions and classes, For diff --git a/Doc/libsgi.tex b/Doc/libsgi.tex index 8deede84a8..b1bb5cb0ea 100644 --- a/Doc/libsgi.tex +++ b/Doc/libsgi.tex @@ -1,4 +1,5 @@ \chapter{SGI IRIX Specific Services} +\label{sgi} The modules described in this chapter provide interfaces to features that are unique to SGI's IRIX operating system (versions 4 and 5). diff --git a/Doc/libstrings.tex b/Doc/libstrings.tex index 411e4154af..6f2e70586f 100644 --- a/Doc/libstrings.tex +++ b/Doc/libstrings.tex @@ -1,4 +1,5 @@ \chapter{String Services} +\label{strings} The modules described in this chapter provide a wide range of string manipulation operations. Here's an overview: diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex index 3f7536ef3a..c51d0354fe 100644 --- a/Doc/libtypes.tex +++ b/Doc/libtypes.tex @@ -1,4 +1,5 @@ \section{Built-in Types} +\label{types} The following sections describe the standard types that are built into the interpreter. These are the numeric types, sequence types, and |