From: Fred Drake Date: Tue, 2 Mar 1999 15:58:20 +0000 (+0000) Subject: Changes to accomodate the global module index and platform annotations. X-Git-Tag: v1.5.2c1~227 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01bc01c82e5a28db8653605c9b8e4c8d2d7f6947;p=thirdparty%2FPython%2Fcpython.git Changes to accomodate the global module index and platform annotations. --- diff --git a/Doc/html/index.html b/Doc/html/index.html index 0487ac3efcae..549890139543 100644 --- a/Doc/html/index.html +++ b/Doc/html/index.html @@ -9,10 +9,15 @@
  • Tutorial (start here) +
  • Global Module Index + (for quick access to all documentation) +
  • Library Reference + (Module Index) (keep this under your pillow)
  • Macintosh Module Reference + (Module Index) (this too, if you use a Macintosh)
  • Language Reference diff --git a/Doc/html/style.css b/Doc/html/style.css index afb1855caa54..33bed3bf2c1b 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -44,3 +44,11 @@ var { font: italic normal serif } .mimetype { font-family: avantgarde, sans-serif } .newsgroup { font-family: avantgarde, sans-serif } .url { font-family: avantgarde, sans-serif } +.file { font-family: avantgarge, sans-serif } + +/* + * Class 'availability' is used for module availability statements at + * the top of modules. Otherwise, rely on context for platform specifiers + * (generated by \platform and \platformof). + */ +.availability .platform { font-weight: bold }