]> granicus.if.org Git - python/commitdiff
Added \label{} for logical addressing.
authorFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:40:11 +0000 (15:40 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:40:11 +0000 (15:40 +0000)
14 files changed:
Doc/lib/libobjs.tex
Doc/lib/libpdb.tex
Doc/lib/libprofile.tex
Doc/lib/librestricted.tex
Doc/lib/libsgi.tex
Doc/lib/libstrings.tex
Doc/lib/libtypes.tex
Doc/libobjs.tex
Doc/libpdb.tex
Doc/libprofile.tex
Doc/librestricted.tex
Doc/libsgi.tex
Doc/libstrings.tex
Doc/libtypes.tex

index ea6891a0307dd8bd60530082b6a5bfea1d857a31..450447b1dfaa2fde61aef96f64818ab9b4cf3438 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Built-in Types, Exceptions and Functions}
+\label{builtin}
 
 \nodename{Built-in Objects}
 
index 6f14ab61eebbdfbf12e8b511d335fc4d9a7ea6c6..d560a11b795c6c601ef5d0d7e25465fef3044ff1 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{The Python Debugger}
+\label{module-pdb}
 \stmodindex{pdb}
 \index{debugging}
 
index bbf0371fc5a61139ad5a3805ec4793a80beb066f..2e3bc3dd5648ce49efebe357d355e5295e43da45 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{The Python Profiler}
+\label{profile}
 \stmodindex{profile}
 \stmodindex{pstats}
 
index 9786cf034b09e2c0b56d301e5593d53528f3a50a..55936ac6021e67228c784ae5e930e9d9323ab85b 100644 (file)
@@ -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
index 8deede84a86badb95100be1a9a5b53033ade00df..b1bb5cb0ea698f3e5f63d244cabf3cba1f58f8d7 100644 (file)
@@ -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).
index 411e4154af1cab8a37f7868b357aedf8482388ba..6f2e70586f9d864ae3faf0f09610454758b9623d 100644 (file)
@@ -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:
index 3f7536ef3aa98ae11c352c1b87cc3771f053ea76..c51d0354fe7decc8fcc9b5ffcc32b5baa5ae9fe0 100644 (file)
@@ -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
index ea6891a0307dd8bd60530082b6a5bfea1d857a31..450447b1dfaa2fde61aef96f64818ab9b4cf3438 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Built-in Types, Exceptions and Functions}
+\label{builtin}
 
 \nodename{Built-in Objects}
 
index 6f14ab61eebbdfbf12e8b511d335fc4d9a7ea6c6..d560a11b795c6c601ef5d0d7e25465fef3044ff1 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{The Python Debugger}
+\label{module-pdb}
 \stmodindex{pdb}
 \index{debugging}
 
index bbf0371fc5a61139ad5a3805ec4793a80beb066f..2e3bc3dd5648ce49efebe357d355e5295e43da45 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{The Python Profiler}
+\label{profile}
 \stmodindex{profile}
 \stmodindex{pstats}
 
index 9786cf034b09e2c0b56d301e5593d53528f3a50a..55936ac6021e67228c784ae5e930e9d9323ab85b 100644 (file)
@@ -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
index 8deede84a86badb95100be1a9a5b53033ade00df..b1bb5cb0ea698f3e5f63d244cabf3cba1f58f8d7 100644 (file)
@@ -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).
index 411e4154af1cab8a37f7868b357aedf8482388ba..6f2e70586f9d864ae3faf0f09610454758b9623d 100644 (file)
@@ -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:
index 3f7536ef3aa98ae11c352c1b87cc3771f053ea76..c51d0354fe7decc8fcc9b5ffcc32b5baa5ae9fe0 100644 (file)
@@ -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