Add some symbolic names to support hyperlinked references.
This commit is contained in:
parent
36002d7af1
commit
1a2302b3b2
|
@ -1,4 +1,4 @@
|
|||
\chapter{The Python Debugger}
|
||||
\chapter{The Python Debugger \label{debugger}}
|
||||
|
||||
\declaremodule{standard}{pdb}
|
||||
\modulesynopsis{The Python debugger for interactive interpreters.}
|
||||
|
@ -324,7 +324,7 @@ The program being executed is aborted.
|
|||
|
||||
\end{description}
|
||||
|
||||
\section{How It Works}
|
||||
\section{How It Works \label{debugger-hooks}}
|
||||
|
||||
Some changes were made to the interpreter:
|
||||
|
||||
|
|
Loading…
Reference in New Issue