diff options
-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} |