| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
scope to be " (in module <name>)" instead of
" (in <name>)" to be consistent with \withsubitem
usage throughout the documentation. This achieves
consistency in indexing throughout the documentation.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
whatever is being documented, not necessarily Python. (These tools are
also used for the How-To documents, etc.)
get_version_text(): New function. Returns HTML fragment describing the
software version and documentation date.
bot_navigation_panel(): Include the result of get_version_text() at the
end, so the information is available on every page.
|
|
|
|
|
| |
whatever is being documented, not necessarily Python. (These tools are
also used for the How-To documents, etc.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
definition provided by previously loaded configuration code, and
testing whether it's defined isn't needed since the default was
false anyway.
get_link_icon(): Add support for $OFF_SITE_LINK_ICON_HEIGHT and
$OFF_SITE_LINK_ICON_WIDTH, giving the dimensions of the icon
being used. This can make for faster page display. Both are
optional.
make_my_titlegraphic(): Fix insertion of the off-site icon link.
do_env_funcdesc(): Remove debugging print.
handle_rfclike_reference(): Remove trailing colon from first line; it
doesn't really make sense and looks bad if we add an icon to
mark off-site links.
|
|
|
|
|
|
|
|
|
|
|
| |
into a usable filename using $ICONSERVER and
$IMAGE_TYPE as needed.
get_link_icon(): Function to examine a URL and return the string to use
to insert an icon if the link points off-site, if needed
and $OFF_SITE_LINK_ICON is set.
Adjusted appropriate places to use these new functions.
|
|
|
|
|
|
|
|
|
|
|
|
| |
use_italics(): Remove both functions, inlining use_italics() at its
only call site.
init_myformat(): Uncomment line so that some internal markup does not
get generated, since it is not properly removed later.
(Fix on aspect of SourceForge bug #114749.)
Modified call to process_commands_wrap_deferred(), removing \code from
the list since it had a bad interaction with other changes in some contexts.
|
|
|
|
|
| |
support long tables which might break across page boundaries. Otherwise
identical to tableii, tableiii, and tableiv.
|
|
|
|
|
| |
off an existing anchor tag if available (I think it
always is, but am not completely sure).
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
do_cmd_setshortversion(): Implementation for new markup.
convert_args(): New helper function.
do_cmd_optional(): Modified to understand when it is called from within
a convert_args() invocation.
do_env_funcdesc(),
do_env_funcdescni(),
do_cmd_funcline(),
do_cmd_funclineni(),
handle_classlike_descriptor(),
do_env_methoddesc(),
do_end_methoddescni(),
do_cmd_methodline(),
do_cmd_methodlineni(): Modified to use helper convert_args().
The convert_args() helper and related changes fix the generation of HTML
for the \optional markup, so that bogus </var>...<var> is not generated.
This closes SourceForge bug #113800.
|
|
|
|
| |
Fixed Module Index generation.
|
| |
|
|
|
|
|
|
|
|
|
| |
Update processing of module synopsis tables (found at the beginning of
most chapters of the library reference) to reflect changes in the
processing pattern of recent versions LaTeX2HMTL. Requires most
recent change to SynopsisTable.pm.
This does not fix the module index problem.
|
|
|
|
|
| |
table will be presented. Accessor methods are used to access the
attribute.
|
|
|
|
|
|
|
|
| |
generated markup.
Don't be careless with the navigation icons! We should use the blank
icon where there is not anyplace to go for a particular position in the
navigation bar.
|
|
|
|
|
|
| |
separate some of the ties between l2hinit.perl and python.perl.
Revamp the "title page" construction to allow more flexibility.
|
|
|
|
| |
as possible for better readability. Revise a comment.
|
| |
|
|
|
|
|
|
|
|
|
| |
do_cmd_unspecified(): New functions to reflect previously unused markup.
do_cmd_file(): Simplified generated markup to only make use of the
existing stylesheet.
do_cmd_makevar(): Make the markup more stylesheet-friendly.
|
|
|
|
|
| |
Move around the navigational links on the left-hand side of the navigation
bar to be more like the cursor keys.
|
|
|
|
| |
tested with version 99.2beta8.
|
|
|
|
| |
tableii & friends markup family.
|
| |
|
| |
|
|
|
|
|
| |
Added support for optional parameter explaining the change
that was made in the specified version.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
get_rfc_url(): New function; returns the URL for a numbered IETF RFC.
do_cmd_rfc(): Use get_rfc_url() instead of hard-coding in the HTML
formatting.
do_cmd_seerfc(): New function.
do_env_definitions(): Small change to avoid "local".
|
| |
|
|
|
|
|
| |
do_env_cfuncdesc(): Support the "null" value for the refcounts field
in refcounts.dat.
|
|
|
|
| |
of \dataline.
|