summaryrefslogtreecommitdiffstats
path: root/Doc/html/index.html.in
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-140/+0
|
* switch remaining icon references to the PNG iconsFred Drake2004-11-051-7/+7
|
* Add some relevant <link> elements.Fred Drake2002-10-301-0/+3
|
* Make use of the new "favicon" image.Fred Drake2002-10-301-0/+1
|
* Minor adjustments.Fred Drake2002-04-011-1/+2
|
* Add the "What's New" document to the index of HTML documents.Fred Drake2002-03-261-10/+28
|
* Turn "Python Documentation Central" into just "Documentation Central"; someFred Drake2001-03-061-1/+1
| | | | | Web browsers tried to wrap lines in bad ways, so we avoid the problem by putting fewer words on the page.
* Add a "description" meta tag that includes a version number.Fred Drake2001-02-121-0/+3
|
* Remove styling information that conflicts with or duplicates the stylesheet;Fred Drake2000-10-041-1/+1
| | | | | | | different browsers resolve the conflicts differently, and the "proper" resolution is not what we actually want. Reported by Peter Funk <pf@artcom-gmbh.de>.
* Minor change to attributes so that the stylesheets can have better control.Fred Drake2000-10-021-1/+1
|
* Make the <body> tag match those of the generated HTML; rely on the styleFred Drake2000-09-161-1/+1
| | | | sheet instead of encoding anything there.
* Add a general "About" page and link to it from the index page.Fred Drake2000-09-081-0/+6
| | | | This fixes SourceForge bug #113810.
* Added a couple of links to online documentation. Reasonable since thisFred Drake2000-08-301-0/+19
| | | | file is not used in the online documentation.
* Fix an icon width; a "32" became a "3" somehow, and that did not lookFred Drake2000-06-301-1/+1
| | | | as nice. ;)
* Added distutils manuals.Fred Drake2000-04-281-22/+31
| | | | Made the attributes more XHTML-friendly.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-2/+2
|
* Oops, forgot to remove the individual module indexes for lib & mac nowFred Drake1999-05-271-3/+1
| | | | that there's a Global Module Index; there can be only one!
* Add <hr> after top navigation bar; now looks more like the rest of theFred Drake1999-05-271-0/+1
| | | | navigation bars in the HTML output.
* Added top navigation bar for consistency and color. There's not a lotFred Drake1999-04-291-0/+20
| | | | there, but the "modules" icon is active.
* Generate index.html from index.html.in. This avoids having to modify theFred Drake1999-04-291-0/+61
index to update the version number; boilerplate.tex remains the only document source for this information.