| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
consistent (lack of) vertical space between sections, and remove some of the
unnecessary cruft that was added in (finally we get to *remove* something
that got generated!).
|
|
|
|
|
| |
presentation. This is acceptable since it only occurs in the formatted
output and does not affect the document markup.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
In both the HTML and typeset versions of the documentation, add a colon
after the name of a mail header so that it is more easily distinguished
from other text.
|
| |
|
|
|
|
|
|
|
|
|
| |
local module tables (the lists of modules documented within a chapter,
inserted at the beginning of the chapter). If this is not done here,
the text is not part of the resulting documents when latex2html does the
processing normally.
This fixes a little bit more of SF bug #451556.
|
|
|
|
|
| |
dictionary. Added some entries to the dictionary to fix part of
SF bug #451556.
|
|
|
|
|
|
| |
platforms.
This is part the response to SF patch #429611.
|
| |
|
| |
|
|
|
|
|
|
|
| |
do_cmd_verbatiminput(): Write out a text file containing the content of the
input file with a .txt extension, and add a link to it at the bottom of
the presentation. This easier retrieval of example source code for
copy & paste use.
|
|
|
|
|
|
| |
standard \textbar macro (not supported in many versions of LaTeX2HTML).
Added newline to error message.
|
|
|
|
|
| |
Normalize all HTML attributes to be written as name="value" instead of
name='value'.
|
|
|
|
|
|
|
| |
Normalize all generated HTML so that attribute names come out as
name="value" instead of name='value'.
Changed the target of RFC links to point to the hypertext RFCs at
www.faqs.org instead of the plain text RFCs at www.ietf.org.
|
|
|
|
| |
it should, but only enough that LaTeX2HTML doesn't bite us.
|
|
|
|
|
|
| |
class without providing any information about the constructor. This
should be used for classes which only exist to act as containers rather
than as factories for instances.
|
| |
|
|
|
|
| |
support for it here.
|
|
|
|
|
|
|
|
| |
macro.
Refactored do_cmd_versionadded() and do_cmd_versionchanged() to do most
of the work in a helper function, with the do_cmd_*() wrappers just supplying
a portion of the replacement text.
|
|
|
|
|
|
| |
HTML markup from the string used as the title in the TITLE attribute.
This fixes formatting in the "What's New in Python 2.1" document.
|
| |
|
|
|
|
|
| |
method and constructor signatures. Suggested by Peter Funk on the Doc-SIG
mailing list.
|
|
|
|
| |
*desc environments).
|
|
|
|
|
|
|
|
|
|
|
|
| |
now generated. (SF bug #129692.)
Patch from Anthon van der Neut <anthon@mnt.org>:
Work around the removal of content-less paired tags used for name
anchors in some places. (SF bug #116008.)
Move some class attributes from an artificial SPAN element to otherwise
"useful" elements that are being generated anyway. Added the class
"versionnote", used for \deprecated, \versionadded, \versionchanged.
|
|
|
|
|
|
|
|
|
| |
to the Global Module Index for a set of documents. This is used to include
a reference to the global index from the per-document module indexes, so
that it is just a little easier to find.
(Someone suggested this, but I do not remember who. Please let me know if
it was you -- thanks!)
|
|
|
|
| |
"previous" and "next_page" to "next". This way the proper icons are found.
|
|
|
|
| |
bug #127151.
|
|
|
|
|
| |
This makes the title area more like the title are of the top-level
index, and puts the information more people are interested in first.
|