diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-29 18:15:59 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-29 18:15:59 (GMT) |
commit | d85b5a418acec1e9607d902cdb353f3d9bf12ee5 (patch) | |
tree | 5331ee555511bf598c3e1eea9958cfbcb91ed186 /Doc/texinputs/python.sty | |
parent | 6bf37debb93391db411387e03468a65bc7a42748 (diff) | |
download | cpython-d85b5a418acec1e9607d902cdb353f3d9bf12ee5.zip cpython-d85b5a418acec1e9607d902cdb353f3d9bf12ee5.tar.gz cpython-d85b5a418acec1e9607d902cdb353f3d9bf12ee5.tar.bz2 |
Move the setting for secnumdepth to the document classes; make the numbering
for the manual class go one deeper than it previously did (\subsection
entries will now be numbered); no change for howto documents.
This makes it easier to refer precisely to smaller sections using \ref.
Diffstat (limited to 'Doc/texinputs/python.sty')
-rw-r--r-- | Doc/texinputs/python.sty | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 3c932cf..3c67818 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -118,7 +118,6 @@ \pagestyle{empty} % start this way; change for \pagenumbering{roman} % ToC & chapters -\setcounter{secnumdepth}{1} % Use this to set the font family for headers and other decor: \newcommand{\py@HeaderFamily}{\sffamily} |