| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
| |
added to the anchors in the navigation bars. These
are added somewhere deep with l2h, and are stupid.
|
| |
|
|
|
|
| |
the specified annotation, not any annotation.
|
|
|
|
|
|
|
| |
"blank" navigation icons, use ALT="" instead of ALT="blank"; also add
ALIGN=CENTER for the table, to get a slightly better affect in the
text (the table is full-width, so this doesn't change the appearance
when browsing the HTML).
|
|
|
|
| |
better.
|
|
|
|
| |
obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
|
|
|
|
|
|
|
| |
Make sure the contents page always has the "table of child links"
turned off; this wasn't being handled properly by latex2html for
"howto" ("article") documents, so just do it ourselves for all
document types.
|
|
|
|
| |
space between cells on all (major) browsers.
|
| |
|
| |
|
|
|
|
| |
with the python.org style.
|
|
|
|
|
|
| |
Change the message printed before running buildindex.py;
"Doing the index..." wasn't clear and could be misinterpreted
with an inappropriate mindset. ;-)
|
|
|
|
|
|
| |
it to the about.dat file. Only what really needs to be
generated is, and the remainder is easier to maintain than
Perl code.
|
|
|
|
|
|
|
| |
based on email from Ross Moore <ross@mpce.mq.edu.au>.
Set $HTML_VERSION to 4.0, since that's what we really generate (well,
4.0 "transitional").
|
|
|
|
| |
quote, not single quotes. Ugh.
|
|
|
|
|
| |
ones. Get the <IMG> width & height right. New design for the navigation
bars, including the document title as well as the navigation links/buttons.
|
| |
|
|
|
|
|
|
| |
Include an additional button to the module index in the nav. bars if we
generate a module index. Still need a button image, but the ALT text should
do for now.
|
|
|
|
|
|
|
|
| |
buildindex.py appropriately.
add_idx(),
add_module_idx(): Add the appropriate parameters to the calls to
insert_index().
|