]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(texi2html.py): Tightened the generated HTML slightly. Added -p option to
authorFred Drake <fdrake@acm.org>
Wed, 9 Oct 1996 19:05:12 +0000 (19:05 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 Oct 1996 19:05:12 +0000 (19:05 +0000)
commit0282726643762ff5aab84aa76e7803fab9f09569
treecc4a61ec74faf05bc3643a8a66103c08f797465f
parent0b95abcba5659fff5b0b527027bfe11ae06d5e88
(texi2html.py):  Tightened the generated HTML slightly.  Added -p option to
print section titles even when the debugging output is not enabled.
Added -3 option to generate HTML 3.0 constructs where meaningful.

Removed repititive garbage generation:  the old version added simple
descriptive comments after every datadesc/funcdesc/*desc entry:

function(args) -- function of module xxxx
    Description....

These comments are no longer generated:

function(args)
    Description....
Doc/texi2html.py
Doc/tools/texi2html.py
Tools/scripts/texi2html.py