From: David G. <go...@py...> - 2003-01-21 00:32:20
|
Patrick K. O'Brien wrote: > I noticed that including a subtitle changes how the TOC is determined using > the html writer. ... > When "Using Python As An Authoring Tool" is tagged as a subtitle it appears > in the TOC. That seems like a mistake to me. Just thought I'd mention it. I don't get those results. In both cases, I get the exact same table of contents, as follows (pseudo-XML):: <topic class="contents" id="contents" name="contents"> <title> Contents <bullet_list> <list_item> <paragraph> <reference id="id1" refid="introduction"> Introduction This was actually taken from the first test data, *with* a subtitle. I checked html.py also -- no anomalies. Please supply the usual: Python, Docutils, & OS versions, and the exact command-line you used. Check for multiple installed versions. Do you have any modified code? Try a clean install of the latest CVS snapshot. -- David Goodger http://starship.python.net/~goodger Programmer/sysadmin for hire: http://starship.python.net/~goodger/cv |