| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
the output
|
|
|
|
| |
- clean up some of the generated markup
|
| |
|
| |
|
|
|
|
|
|
| |
this caused duplicate attributes for the bottom navigation panel.
(closes SF patch #1013055; backport candidate)
|
|
|
|
|
|
|
| |
The make_head_and_body() function used a hardcoded value for the
<link> element for the index; this patch causes the proper output
filename to be captured during the transformation phase so it can be
used during the page assembly phase.
|
|
|
|
|
| |
- use_icon(): fix the check for whether a supplemental link is being
used
|
|
|
|
|
|
| |
directories identified in the TEXINPUTS environment variable.
I think this is the last part of the fix for the version number
problems seen in the documentation for the 2.3.1 release.
|
| |
|
| |
|
| |
|
|
|
|
| |
printed version for browsers that support "@media print" in CSS.
|
|
|
|
| |
conform to XHTML rules.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
| |
while modifying these files.
Minor style changes to make the use of "my" with arrays more consistent.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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().
|
|
|
|
|
|
| |
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!).
|
| |
|
|
|
|
|
|
| |
platforms.
This is part the response to SF patch #429611.
|
|
|
|
|
| |
Normalize all HTML attributes to be written as name="value" instead of
name='value'.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
off an existing anchor tag if available (I think it
always is, but am not completely sure).
|
| |
|
| |
|
|
|
|
| |
Fixed Module Index generation.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
attribute; stick the CLASS on an existing element.
Use a variable for the name of the file to get "About this
document..." text from.
|
|
|
|
| |
relative URL starts with "./", remove "./".
|
|
|
|
|
|
|
|
|
|
|
|
| |
supplemental l2h initialization file it creates and still get all the
right behavior. In particular, it can change the image type and icon
location and not get inconsistent results.
Some code to help suppress various navigational pages; this might be
interesting when generating HTML to create HTML Help documents, since
the navigation support creates confusing hits in the full text
search. HTML Help also provides a lot of the navigational
infrastructure, so duplicating it makes it more tedious to use.
|
|
|
|
|
| |
was never called in this incarnation. The
other version is simpler as well.
|