diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-24 13:54:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-24 13:54:29 (GMT) |
commit | 889f53d4e0c3b701d5de0892a0ab8caabeb689b8 (patch) | |
tree | 19e283fe0d4ca297cabde9711823d5b24f0ef1eb | |
parent | 13529c41e4987efeb114881fd6a92a0c9e57cb76 (diff) | |
download | cpython-889f53d4e0c3b701d5de0892a0ab8caabeb689b8.zip cpython-889f53d4e0c3b701d5de0892a0ab8caabeb689b8.tar.gz cpython-889f53d4e0c3b701d5de0892a0ab8caabeb689b8.tar.bz2 |
Reduce the number of levels in the Table of Contents by one, mostly for the
Python Library Reference. The other manuals do not suffer.
This does not affect HOWTO documents.
-rw-r--r-- | Doc/texinputs/manual.cls | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/texinputs/manual.cls b/Doc/texinputs/manual.cls index fe7e3ef..21e74c9 100644 --- a/Doc/texinputs/manual.cls +++ b/Doc/texinputs/manual.cls @@ -132,6 +132,7 @@ % \renewcommand*\l@section{\@dottedtocline{1}{1.5em}{2.6em}} \renewcommand*\l@subsection{\@dottedtocline{2}{4.1em}{3.5em}} +\setcounter{tocdepth}{1} % Fix the theindex environment to add an entry to the Table of |