diff options
author | Fred Drake <fdrake@acm.org> | 2004-11-13 04:41:01 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-11-13 04:41:01 (GMT) |
commit | 64f164e08ffb1b0b7a7aae487984f55bcd66e9b6 (patch) | |
tree | 4f83bb2c5c0a1cfebf3c9cda518bff6ee2c075aa | |
parent | 9103ec5afd105e072e385ca098b876dec868b27d (diff) | |
download | cpython-64f164e08ffb1b0b7a7aae487984f55bcd66e9b6.zip cpython-64f164e08ffb1b0b7a7aae487984f55bcd66e9b6.tar.gz cpython-64f164e08ffb1b0b7a7aae487984f55bcd66e9b6.tar.bz2 |
- wrap a long line
- add directory information for the "What's New" document
-rw-r--r-- | Doc/doc/doc.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 9a266f5..78d7d58 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -120,7 +120,8 @@ text contributions are more than welcome as well. \lineii{doc/} {\citetitle[../doc/doc.html]{Documenting Python}} \lineii{ext/} - {\citetitle[../ext/ext.html]{Extending and Embedding the Python Interpreter}} + {\citetitle[../ext/ext.html] + {Extending and Embedding the Python Interpreter}} \lineii{inst/} {\citetitle[../inst/inst.html]{Installing Python Modules}} \lineii{lib/} @@ -131,6 +132,9 @@ text contributions are more than welcome as well. {\citetitle[../ref/ref.html]{Python Reference Manual}} \lineii{tut/} {\citetitle[../tut/tut.html]{Python Tutorial}} + \lineii{whatsnew/} + {\citetitle[../whatsnew/whatsnew24.html] + {What's New in Python \shortversion}} \end{tableii} \term{Format-Specific Output} |