- wrap a long line
- add directory information for the "What's New" document
This commit is contained in:
parent
9103ec5afd
commit
64f164e08f
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue