diff options
author | Guido van Rossum <guido@python.org> | 1992-08-14 09:20:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-14 09:20:21 (GMT) |
commit | 2670a16c2e45fff501d7fc2b1ce8e93a889b6dc0 (patch) | |
tree | 15b80546047bfb80fd679f866070372a44d3228d /Doc/ref/ref.tex | |
parent | 084b0b2c16250cad903f217c958c78df409e74bb (diff) | |
download | cpython-2670a16c2e45fff501d7fc2b1ce8e93a889b6dc0.zip cpython-2670a16c2e45fff501d7fc2b1ce8e93a889b6dc0.tar.gz cpython-2670a16c2e45fff501d7fc2b1ce8e93a889b6dc0.tar.bz2 |
Added chapter titles in comments
Diffstat (limited to 'Doc/ref/ref.tex')
-rw-r--r-- | Doc/ref/ref.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Doc/ref/ref.tex b/Doc/ref/ref.tex index ff4e75b..ed4abc8 100644 --- a/Doc/ref/ref.tex +++ b/Doc/ref/ref.tex @@ -57,14 +57,14 @@ the {\em Python Tutorial}. \pagenumbering{arabic} -\include{ref1} -\include{ref2} -\include{ref3} -\include{ref4} -\include{ref5} -\include{ref6} -\include{ref7} -\include{ref8} +\include{ref1} % Introduction +\include{ref2} % Lexical analysis +\include{ref3} % Data model +\include{ref4} % Execution model +\include{ref5} % Expressions and conditions +\include{ref6} % Simple statements +\include{ref7} % Compound statements +\include{ref8} % Top-level components \inclide{ref.ind} \end{document} |