| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
there's still a bug for the environment, but that's worked around in
this change as well
|
| |
|
| |
|
| |
|
|
|
|
|
| |
that are left empty
fixes first of the problems reported in SF bug #727692
|
|
|
|
| |
printed version for browsers that support "@media print" in CSS.
|
|
|
|
|
|
|
|
|
|
|
| |
LaTeX2HTML feels free to remove a surrounding element that
contains no other content. Since such an element is typically a
named anchor used for hyperlinking, they should not be removed.
Unfortunatley, making sure these marks are non-empty is the most
direct way of avoiding this behavior.
Thanks to Dave Kuhlman for tracking this down; this was some excellent
detective work!
|
| |
|
|
|
|
| |
conform to XHTML rules.
|
|
|
|
| |
by controling the font.
|
|
|
|
|
|
| |
- fix comment describing what this is for
- add lots of indexing macros to this call
Closes SF bug #518989.
|
| |
|
|
|
|
|
| |
markup. Not currently needed, but easier to save this now than to
have to figure it out when we do.
|
|
|
|
|
|
|
|
|
| |
that won't be right when mkhowto is called with --numeric (as it is
for the Python Tutorial). Save the actual name we use when we build
the table of contents, then use that in the page head metadata. The
node2label.pl script will munge this properly when --numeric isn't
given, so this works in both cases.
Closes SF bug #761830.
|
|
|
|
|
|
| |
this causes some browsers to offer descriptive tooltips when the
mouse hovers over the linked icon
- clean up the code in this area
|
| |
|
|
|
|
|
|
| |
- implement custom_REL_hook() so LaTeX2HTML uses currently recommended
link types; those work fine with tools like the Mozilla Site
Navigation Bar
|
|
|
|
| |
head.
|
|
|
|
| |
<meta name='description' ...> element in the document head.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
warnings;" to this, and keep the "use" statement this time.
Fix an obscure bug that caused weird index entries to be generated in
a few cases, and a minor problem with horizontal alignmetn of the last
column of 5-column tables.
[I'd report a SF bug #, but I can't get to that right now.]
|
|
|
|
|
|
| |
time in http://www.python.org/dev/doc/. There have been no bug
reports on these for a long time now.
- Remove local "use" statement that duplicates a top-level "use".
|
|
|
|
|
| |
that are processed before their arguments.
Closes SF bug #637807.
|
| |
|
|
|
|
|
|
| |
one.
Added misc. comments.
|
| |
|
|
|
|
| |
make_head_and_body(): Re-arranged to do (slightly) less work for each page.
|
| |
|
|
|
|
|
|
| |
default when used for 3rd-party docs. This requires the standard Python docs
to specify a location, but they are a bit of a special case in sharing one set
of icons among several documents.
|
|
|
|
|
|
|
|
|
| |
possible to control the indentation of continuation lines.
cfuncline_helper(): Only mark the argument names are <var>, not the
whole argument list. This leaves the argument types in the same
font as the return type. Based on a casual suggestion from
Guido.
|
|
|
|
|
|
| |
and friends. This was part of the changes to the presentation of
signature lines, but does not include any of the aspects that people
questioned.
|
|
|
|
|
|
| |
the "Download as text" link. Previously, it could map multiple source files
to a single name since all files end up with the same extension.
This closes SF bug #558279.
|
|
|
|
|
| |
while modifying these files.
Minor style changes to make the use of "my" with arrays more consistent.
|
|
|
|
|
| |
This matches many other of the *desc environments, and is useful when
multiple functions share a description.
|
|
|
|
| |
Thanks to Thomas Heller for the sharp eye.
|
|
|
|
|
|
|
| |
This moves styling to the stylesheet; the use of <dl> structures to control
style sometimes produced improper indentation of subsequent text in many
browsers when the text was already part of the <dl> structure (as in a
function or class description).
|
| |
|
|
|
|
| |
either.
|
| |
|
| |
|
|
|
|
|
| |
to crash. The user has reported the problem to Opera, but we still should
generate something that passes for HTML.
|
|
|
|
|
|
| |
level of predictability. This is not really "good" markup, but is arguably
better than we had before.
This closes SF bug #523117.
|
|
|
|
|
| |
(dropping tildes into data that still goes through LaTeX-like processing is
a bad idea).
|
|
|
|
| |
recent versions of LaTeX2e but not support in LaTeX2HTML.
|
| |
|
|
|
|
|
| |
be on the <tr> element, not the <table> element.
Partially fixes SF bug #493243.
|
|
|
|
|
| |
Minor, but generates slightly smaller HTML & makes it easier to see what's
happening when debugging the HTML.
|
|
|
|
|
|
| |
insertion work. This fix makes things at least somewhat more explicit, and
adds a little sanity checking (and verbosity!) to
add_bbl_and_idx_dummy_commands().
|
|
|
|
|
|
|
|
| |
to seealso, but does not add the "See also:" header or put the content in a
box in the HTML version.
Updated the description of \seeurl to better indicate when it should be used;
the old description was written before we had \seetitle.
|