Added \label{} for logical addressing.
This commit is contained in:
parent
af0bfbee46
commit
31ecd50d02
|
@ -1,4 +1,5 @@
|
||||||
\chapter{Built-in Types, Exceptions and Functions}
|
\chapter{Built-in Types, Exceptions and Functions}
|
||||||
|
\label{builtin}
|
||||||
|
|
||||||
\nodename{Built-in Objects}
|
\nodename{Built-in Objects}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{The Python Debugger}
|
\chapter{The Python Debugger}
|
||||||
|
\label{module-pdb}
|
||||||
\stmodindex{pdb}
|
\stmodindex{pdb}
|
||||||
\index{debugging}
|
\index{debugging}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{The Python Profiler}
|
\chapter{The Python Profiler}
|
||||||
|
\label{profile}
|
||||||
\stmodindex{profile}
|
\stmodindex{profile}
|
||||||
\stmodindex{pstats}
|
\stmodindex{pstats}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{Restricted Execution}
|
\chapter{Restricted Execution}
|
||||||
|
\label{restricted}
|
||||||
|
|
||||||
In general, Python programs have complete access to the underlying
|
In general, Python programs have complete access to the underlying
|
||||||
operating system throug the various functions and classes, For
|
operating system throug the various functions and classes, For
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{SGI IRIX Specific Services}
|
\chapter{SGI IRIX Specific Services}
|
||||||
|
\label{sgi}
|
||||||
|
|
||||||
The modules described in this chapter provide interfaces to features
|
The modules described in this chapter provide interfaces to features
|
||||||
that are unique to SGI's IRIX operating system (versions 4 and 5).
|
that are unique to SGI's IRIX operating system (versions 4 and 5).
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{String Services}
|
\chapter{String Services}
|
||||||
|
\label{strings}
|
||||||
|
|
||||||
The modules described in this chapter provide a wide range of string
|
The modules described in this chapter provide a wide range of string
|
||||||
manipulation operations. Here's an overview:
|
manipulation operations. Here's an overview:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\section{Built-in Types}
|
\section{Built-in Types}
|
||||||
|
\label{types}
|
||||||
|
|
||||||
The following sections describe the standard types that are built into
|
The following sections describe the standard types that are built into
|
||||||
the interpreter. These are the numeric types, sequence types, and
|
the interpreter. These are the numeric types, sequence types, and
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{Built-in Types, Exceptions and Functions}
|
\chapter{Built-in Types, Exceptions and Functions}
|
||||||
|
\label{builtin}
|
||||||
|
|
||||||
\nodename{Built-in Objects}
|
\nodename{Built-in Objects}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{The Python Debugger}
|
\chapter{The Python Debugger}
|
||||||
|
\label{module-pdb}
|
||||||
\stmodindex{pdb}
|
\stmodindex{pdb}
|
||||||
\index{debugging}
|
\index{debugging}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{The Python Profiler}
|
\chapter{The Python Profiler}
|
||||||
|
\label{profile}
|
||||||
\stmodindex{profile}
|
\stmodindex{profile}
|
||||||
\stmodindex{pstats}
|
\stmodindex{pstats}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{Restricted Execution}
|
\chapter{Restricted Execution}
|
||||||
|
\label{restricted}
|
||||||
|
|
||||||
In general, Python programs have complete access to the underlying
|
In general, Python programs have complete access to the underlying
|
||||||
operating system throug the various functions and classes, For
|
operating system throug the various functions and classes, For
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{SGI IRIX Specific Services}
|
\chapter{SGI IRIX Specific Services}
|
||||||
|
\label{sgi}
|
||||||
|
|
||||||
The modules described in this chapter provide interfaces to features
|
The modules described in this chapter provide interfaces to features
|
||||||
that are unique to SGI's IRIX operating system (versions 4 and 5).
|
that are unique to SGI's IRIX operating system (versions 4 and 5).
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\chapter{String Services}
|
\chapter{String Services}
|
||||||
|
\label{strings}
|
||||||
|
|
||||||
The modules described in this chapter provide a wide range of string
|
The modules described in this chapter provide a wide range of string
|
||||||
manipulation operations. Here's an overview:
|
manipulation operations. Here's an overview:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
\section{Built-in Types}
|
\section{Built-in Types}
|
||||||
|
\label{types}
|
||||||
|
|
||||||
The following sections describe the standard types that are built into
|
The following sections describe the standard types that are built into
|
||||||
the interpreter. These are the numeric types, sequence types, and
|
the interpreter. These are the numeric types, sequence types, and
|
||||||
|
|
Loading…
Reference in New Issue