Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01bc01c

Browse files
committed
Changes to accomodate the global module index and platform annotations.
1 parent 368b16a commit 01bc01c

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

Doc/html/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ <H1>Python 1.5.2 Documentation</H1>
99
<LI> <A HREF="tut/tut.html">Tutorial</A>
1010
(start here)
1111

12+
<LI> <A HREF="modindex.html">Global Module Index</A>
13+
(for quick access to all documentation)
14+
1215
<LI> <A HREF="lib/lib.html">Library Reference</A>
16+
(<A HREF="lib/modindex.html">Module Index</A>)
1317
(keep this under your pillow)
1418

1519
<LI> <A HREF="mac/mac.html">Macintosh Module Reference</A>
20+
(<A HREF="mac/modindex.html">Module Index</A>)
1621
(this too, if you use a Macintosh)
1722

1823
<LI> <A HREF="ref/ref.html">Language Reference</A>

Doc/html/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ var { font: italic normal serif }
4444
.mimetype { font-family: avantgarde, sans-serif }
4545
.newsgroup { font-family: avantgarde, sans-serif }
4646
.url { font-family: avantgarde, sans-serif }
47+
.file { font-family: avantgarge, sans-serif }
48+
49+
/*
50+
* Class 'availability' is used for module availability statements at
51+
* the top of modules. Otherwise, rely on context for platform specifiers
52+
* (generated by \platform and \platformof).
53+
*/
54+
.availability .platform { font-weight: bold }

0 commit comments

Comments
 (0)