diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-10 21:48:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-10 21:48:31 (GMT) |
commit | bc74ca5203df2832d4f9cff57a01665ffa8e8ba5 (patch) | |
tree | 92a9ecaf38758bd43f8ad0e8e259f816a3c1baa2 /Doc/html | |
parent | 650e8a6db2dbcfe01938d28d47b133e22d31ce74 (diff) | |
download | cpython-bc74ca5203df2832d4f9cff57a01665ffa8e8ba5.zip cpython-bc74ca5203df2832d4f9cff57a01665ffa8e8ba5.tar.gz cpython-bc74ca5203df2832d4f9cff57a01665ffa8e8ba5.tar.bz2 |
Add a link to the Macintosh Module Reference here, too.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/index.html b/Doc/html/index.html index 2f18853..f7e7da4 100644 --- a/Doc/html/index.html +++ b/Doc/html/index.html @@ -12,6 +12,9 @@ <LI><A HREF="lib/lib.html">Library Reference</A> (keep this under your pillow) +<LI><A HREF="mac/mac.html">Macintosh Module Reference</A> (this too, + if you use a Macintosh) + <LI><A HREF="ref/ref.html">Language Reference</A> (for language lawyers) <LI><A HREF="ext/ext.html">Extending and Embedding</A> (tutorial for |