[issue9056] Adding additional level of bookmarks and section numbers in python pdf documents.

Sandro Tosi report at bugs.python.org
Thu Mar 24 22:27:32 CET 2011


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

The number of items in the bookmark is controlled by 

\setcounter{tocdepth}{1}

in sphinxmanual.cls, that's included in every latex file (the source of the PDF documentation). The cls file is coming directly from sphinx, so Georg: what is the purpose of limiting the bookmarks depth to 1? can we consider (somehow) to special-case if for python?

----------
nosy: +georg.brandl, sandro.tosi
versions: +Python 3.3 -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9056>
_______________________________________


More information about the Python-bugs-list mailing list