diff options
| author | Fred Drake <fdrake@acm.org> | 1998-07-24 13:54:29 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-07-24 13:54:29 +0000 |
| commit | 889f53d4e0c3b701d5de0892a0ab8caabeb689b8 (patch) | |
| tree | 19e283fe0d4ca297cabde9711823d5b24f0ef1eb /Doc/texinputs/manual.cls | |
| parent | 13529c41e4987efeb114881fd6a92a0c9e57cb76 (diff) | |
| download | cpython-git-889f53d4e0c3b701d5de0892a0ab8caabeb689b8.tar.gz | |
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.
Diffstat (limited to 'Doc/texinputs/manual.cls')
| -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 fe7e3efb4f..21e74c9b19 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 |
