diff options
author | Fred Drake <fdrake@acm.org> | 1996-10-09 16:13:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-10-09 16:13:22 (GMT) |
commit | 8f925959c67cd61b71c8009e89c64b673effee91 (patch) | |
tree | 3828c10b751370aa6267344512c3308759098737 /Doc/libhtmllib.tex | |
parent | 7edd8d3c58341ed900795f35c780d04648a56539 (diff) | |
download | cpython-8f925959c67cd61b71c8009e89c64b673effee91.zip cpython-8f925959c67cd61b71c8009e89c64b673effee91.tar.gz cpython-8f925959c67cd61b71c8009e89c64b673effee91.tar.bz2 |
(libhtmllib.tex, libsgmllib.tex, libformatter.tex):
Improve indexing somewhat. Add small intros to the "implementations"
sections of the formatter module doc.
Diffstat (limited to 'Doc/libhtmllib.tex')
-rw-r--r-- | Doc/libhtmllib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libhtmllib.tex b/Doc/libhtmllib.tex index cc9599d..bf57ea9 100644 --- a/Doc/libhtmllib.tex +++ b/Doc/libhtmllib.tex @@ -69,6 +69,8 @@ handlers for all HTML 2.0 and many HTML 3.0 and 3.2 elements. In addition to tag methods, the \code{HTMLParser} class provides some additional methods and instance variables for use within tag methods. +\renewcommand{\indexsubitem}{({\tt HTMLParser} method)} + \begin{datadesc}{formatter} This is the formatter instance associated with the parser. \end{datadesc} |