From 01bc01c82e5a28db8653605c9b8e4c8d2d7f6947 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 2 Mar 1999 15:58:20 +0000 Subject: [PATCH] Changes to accomodate the global module index and platform annotations. --- Doc/html/index.html | 5 +++++ Doc/html/style.css | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/Doc/html/index.html b/Doc/html/index.html index 0487ac3efca..54989013954 100644 --- a/Doc/html/index.html +++ b/Doc/html/index.html @@ -9,10 +9,15 @@

Python 1.5.2 Documentation

  • 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 afb1855caa5..33bed3bf2c1 100644 --- a/Doc/html/style.css +++ b/Doc/html/style.css @@ -44,3 +44,11 @@ .email { font-family: avantgarde, sans-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 }