diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-28 19:34:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-28 19:34:22 (GMT) |
commit | 61c7728cc9011de7be8328094d2bda6fa5c470d4 (patch) | |
tree | b98e70546982598cad487d148ac53e232d51b3ec /Doc/ref/ref1.tex | |
parent | 020f8c01395027622437c10250e6c8aafec87cfe (diff) | |
download | cpython-61c7728cc9011de7be8328094d2bda6fa5c470d4.zip cpython-61c7728cc9011de7be8328094d2bda6fa5c470d4.tar.gz cpython-61c7728cc9011de7be8328094d2bda6fa5c470d4.tar.bz2 |
Make sure all chapters, sections, and subsections have a \label to give them
semantic file names in the HTML. No more node#.html files!
Diffstat (limited to 'Doc/ref/ref1.tex')
-rw-r--r-- | Doc/ref/ref1.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/ref/ref1.tex b/Doc/ref/ref1.tex index e821eea..23bc05d 100644 --- a/Doc/ref/ref1.tex +++ b/Doc/ref/ref1.tex @@ -1,4 +1,4 @@ -\chapter{Introduction} +\chapter{Introduction\label{introduction}} This reference manual describes the Python programming language. It is not intended as a tutorial. @@ -29,11 +29,11 @@ text. Every Python implementation comes with a number of built-in and standard modules. These are not documented here, but in the separate -{\em Python Library Reference} document. A few built-in modules are +\emph{Python Library Reference} document. A few built-in modules are mentioned when they interact in a significant way with the language definition. -\section{Notation} +\section{Notation\label{notation}} The descriptions of lexical analysis and syntax use a modified BNF grammar notation. This uses the following style of definition: |