diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 11:25:13 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-03 11:25:13 +0000 |
commit | 458120dd40db6b4df55a4e96b650e16798ef06a0 (patch) | |
tree | 8f82685be24fef97e715c6f5ca4c68d34d5074ee /sys/src/cmd/python/Doc/html | |
parent | 3a742c699f6806c1145aea5149bf15de15a0afd7 (diff) |
add hg and python
Diffstat (limited to 'sys/src/cmd/python/Doc/html')
21 files changed, 545 insertions, 0 deletions
diff --git a/sys/src/cmd/python/Doc/html/about.dat b/sys/src/cmd/python/Doc/html/about.dat new file mode 100644 index 000000000..e6f8b55ce --- /dev/null +++ b/sys/src/cmd/python/Doc/html/about.dat @@ -0,0 +1,24 @@ +<p> This document was generated using the <a + href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> + <strong>LaTeX</strong>2<tt>HTML</tt></a> translator. +</p> + +<p> <a + href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> + <strong>LaTeX</strong>2<tt>HTML</tt></a> is Copyright © + 1993, 1994, 1995, 1996, 1997, <a + href="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos + Drakos</a>, Computer Based Learning Unit, University of + Leeds, and Copyright © 1997, 1998, <a + href="http://www.maths.mq.edu.au/;SPMtilde;ross/">Ross + Moore</a>, Mathematics Department, Macquarie University, + Sydney. +</p> + +<p> The application of <a + href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> + <strong>LaTeX</strong>2<tt>HTML</tt></a> to the Python + documentation has been heavily tailored by Fred L. Drake, + Jr. Original navigation icons were contributed by Christopher + Petrilli. +</p> diff --git a/sys/src/cmd/python/Doc/html/about.html b/sys/src/cmd/python/Doc/html/about.html new file mode 100644 index 000000000..3b15a6566 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/about.html @@ -0,0 +1,84 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> + <head> + <title>About the Python Documentation</title> + <meta name="description" + content="Overview information about the Python documentation"> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <link rel="contents" href="index.html" title="Python Documentation Index"> + <link rel="index" href="modindex.html" title="Global Module Index"> + <link rel="start" href="index.html" title="Python Documentation Index"> + <link rel="up" href="index.html" title="Python Documentation Index"> + <link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png"> + <link rel="STYLESHEET" href="lib/lib.css"> + </head> + <body> + <div class="navigation"> + <table width="100%" cellpadding="0" cellspacing="2"> + <tr> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td><a href="index.html" + title="Python Documentation Index"><img width="32" height="32" + align="bottom" border="0" alt="up" + src="icons/up.png"></a></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td align="center" width="100%">About the Python Documentation</td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + </tr> + </table> + <b class="navlabel">Up:</b> + <span class="sectref"> + <a href="index.html" title="Python Documentation Index"> + Python Documentation Index</A></span> + <br> + </div> + <hr> + + <h2>About the Python Documentation</h2> + + <p>The Python documentation was originally written by Guido van + Rossum, but has increasingly become a community effort over the + past several years. This growing collection of documents is + available in several formats, including typeset versions in PDF + and PostScript for printing, from the <a + href="http://www.python.org/">Python Web site</a>. + + <p>A <a href="acks.html">list of contributors</a> is available. + + <h2>Comments and Questions</h2> + + <p> General comments and questions regarding this document should + be sent by email to <a href="mailto:docs@python.org" + >docs@python.org</a>. If you find specific errors in + this document, please report the bug at the <a + href="http://sourceforge.net/bugs/?group_id=5470">Python Bug + Tracker</a> at <a href="http://sourceforge.net/">SourceForge</a>. + If you are able to provide suggested text, either to replace + existing incorrect or unclear material, or additional text to + supplement what's already available, we'd appreciate the + contribution. There's no need to worry about text markup; our + documentation team will gladly take care of that. + </p> + + <p> Questions regarding how to use the information in this + document should be sent to the Python news group, <a + href="news:comp.lang.python">comp.lang.python</a>, or the <a + href="http://www.python.org/mailman/listinfo/python-list" + >Python mailing list</a> (which is gated to the newsgroup and + carries the same content). + </p> + + <p> For any of these channels, please be sure not to send HTML email. + Thanks. + </p> + + <hr> + </body> +</html> diff --git a/sys/src/cmd/python/Doc/html/icons/blank.gif b/sys/src/cmd/python/Doc/html/icons/blank.gif Binary files differnew file mode 100644 index 000000000..2e31f4ed5 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/blank.gif diff --git a/sys/src/cmd/python/Doc/html/icons/blank.png b/sys/src/cmd/python/Doc/html/icons/blank.png Binary files differnew file mode 100644 index 000000000..2af5639b9 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/blank.png diff --git a/sys/src/cmd/python/Doc/html/icons/contents.gif b/sys/src/cmd/python/Doc/html/icons/contents.gif Binary files differnew file mode 100644 index 000000000..6d299c4c1 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/contents.gif diff --git a/sys/src/cmd/python/Doc/html/icons/contents.png b/sys/src/cmd/python/Doc/html/icons/contents.png Binary files differnew file mode 100644 index 000000000..3429be0c1 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/contents.png diff --git a/sys/src/cmd/python/Doc/html/icons/index.gif b/sys/src/cmd/python/Doc/html/icons/index.gif Binary files differnew file mode 100644 index 000000000..32eecfb4f --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/index.gif diff --git a/sys/src/cmd/python/Doc/html/icons/index.png b/sys/src/cmd/python/Doc/html/icons/index.png Binary files differnew file mode 100644 index 000000000..cd918afe7 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/index.png diff --git a/sys/src/cmd/python/Doc/html/icons/modules.gif b/sys/src/cmd/python/Doc/html/icons/modules.gif Binary files differnew file mode 100644 index 000000000..f5860b6bb --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/modules.gif diff --git a/sys/src/cmd/python/Doc/html/icons/modules.png b/sys/src/cmd/python/Doc/html/icons/modules.png Binary files differnew file mode 100644 index 000000000..8fa8b7552 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/modules.png diff --git a/sys/src/cmd/python/Doc/html/icons/next.gif b/sys/src/cmd/python/Doc/html/icons/next.gif Binary files differnew file mode 100644 index 000000000..5dcaff8b2 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/next.gif diff --git a/sys/src/cmd/python/Doc/html/icons/next.png b/sys/src/cmd/python/Doc/html/icons/next.png Binary files differnew file mode 100644 index 000000000..cfe5e51ca --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/next.png diff --git a/sys/src/cmd/python/Doc/html/icons/previous.gif b/sys/src/cmd/python/Doc/html/icons/previous.gif Binary files differnew file mode 100644 index 000000000..de1da1602 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/previous.gif diff --git a/sys/src/cmd/python/Doc/html/icons/previous.png b/sys/src/cmd/python/Doc/html/icons/previous.png Binary files differnew file mode 100644 index 000000000..497def42a --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/previous.png diff --git a/sys/src/cmd/python/Doc/html/icons/pyfav.gif b/sys/src/cmd/python/Doc/html/icons/pyfav.gif Binary files differnew file mode 100644 index 000000000..58271edec --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/pyfav.gif diff --git a/sys/src/cmd/python/Doc/html/icons/pyfav.png b/sys/src/cmd/python/Doc/html/icons/pyfav.png Binary files differnew file mode 100644 index 000000000..d2d8669d5 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/pyfav.png diff --git a/sys/src/cmd/python/Doc/html/icons/up.gif b/sys/src/cmd/python/Doc/html/icons/up.gif Binary files differnew file mode 100644 index 000000000..a9d3e13e4 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/up.gif diff --git a/sys/src/cmd/python/Doc/html/icons/up.png b/sys/src/cmd/python/Doc/html/icons/up.png Binary files differnew file mode 100644 index 000000000..a90e02844 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/icons/up.png diff --git a/sys/src/cmd/python/Doc/html/index.html.in b/sys/src/cmd/python/Doc/html/index.html.in new file mode 100644 index 000000000..412f1d5e4 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/index.html.in @@ -0,0 +1,140 @@ +<html> + <head> + <title>Python @RELEASE@ Documentation - @DATE@</title> + <meta name="aesop" content="links"> + <meta name="description" + content="Top-level index to the standard documentation for + Python @RELEASE@."> + <link rel="SHORTCUT ICON" href="icons/pyfav.png" type="image/png"> + <link rel="STYLESHEET" href="lib/lib.css" type="text/css"> + <link rel="author" href="acks.html" title="Acknowledgements"> + <link rel="help" href="about.html" title="About the Python Documentation"> + <link rel="index" href="modindex.html" title="Global Module Index"> + <style type="text/css"> + a.title { font-weight: bold; font-size: 110%; } + ul { margin-left: 1em; padding: 0pt; border: 0pt; } + ul li { margin-top: 0.2em; } + td.left-column { padding-right: 1em; } + td.right-column { padding-left: 1em; } + </style> + </head> + <body> + <div class="navigation"> + <table align="center" width="100%" cellpadding="0" cellspacing="2"> + <tr> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td align="center" width="100%"> + <b class="title">Python Documentation</b></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></td> + <td><a href="modindex.html"><img width="32" height="32" + align="bottom" border="0" alt="Module Index" + src="icons/modules.png"></a></td> + <td><img width="32" height="32" align="bottom" border="0" alt="" + src="icons/blank.png"></A></td> + </tr> + </table> + <hr> + </div> + <div align="center" class="titlepage"> + <h1>Python Documentation</h1> + + <p> + <strong>Release @RELEASE@</strong> + <br> + <strong>@DATE@</strong> + </p> + </div> + + <table align="center"> + <tbody> + <tr> + <td class="left-column"> + <ul> + <li> <a href="tut/tut.html" class="title">Tutorial</a> + <br>(start here) + </ul> + </td> + <td class="right-column"> + <ul> + <li> <a href="whatsnew/@WHATSNEW@.html" class="title" + >What's New in Python</a> + <br>(changes since the last major release) + </ul> + </td> + </tr> + <tr> + <td valign="baseline" class="left-column"> + + <ul> + <li> <a href="modindex.html" class="title">Global Module Index</a> + <br>(for quick access to all documentation) + + <li> <a href="lib/lib.html" class="title">Library Reference</a> + <br>(keep this under your pillow) + + <li> <a href="mac/mac.html" class="title">Macintosh Module + Reference</a> + <br>(this too, if you use a Macintosh) + + <li> <a href="inst/inst.html" class="title">Installing + Python Modules</a> + <br>(for administrators) + + <li> <a href="dist/dist.html" class="title">Distributing + Python Modules</a> + <br>(for developers and packagers) + </ul> + </td> + <td valign="baseline" class="right-column"> + + <ul> + <li> <a href="ref/ref.html" class="title">Language Reference</a> + <br>(for language lawyers) + + <li> <a href="ext/ext.html" class="title">Extending and + Embedding</a> + <br>(tutorial for C/C++ programmers) + + <li> <a href="api/api.html" class="title">Python/C API</a> + <br>(reference for C/C++ programmers) + + <li> <a href="doc/doc.html" class="title">Documenting Python</a> + <br>(information for documentation authors) + </ul> + </td> + </tr> + <tr> + <td valign="baseline" class="left-column"> + + <ul> + <li> <a href="http://www.python.org/doc/" class="title" + >Documentation Central</a> + <br>(for everyone) + </ul> + </td> + <td valign="baseline" class="right-column"> + + <ul> + <li> <a href="http://www.python.org/doc/howto/" class="title" + >Python How-To Guides</a> + <br>(special topics) + </ul> + </td> + </tr> + </tbody> + </table> + <p> + + <address> + <hr> + See <i><a href="about.html">About the Python Documentation</a></i> + for information on suggesting changes. + </address> + </body> +</html> diff --git a/sys/src/cmd/python/Doc/html/stdabout.dat b/sys/src/cmd/python/Doc/html/stdabout.dat new file mode 100644 index 000000000..750935490 --- /dev/null +++ b/sys/src/cmd/python/Doc/html/stdabout.dat @@ -0,0 +1,54 @@ +<p> This document was generated using the <a + href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> + <strong>LaTeX</strong>2<tt>HTML</tt></a> translator. +</p> + +<p> <a + href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> + <strong>LaTeX</strong>2<tt>HTML</tt></a> is Copyright © + 1993, 1994, 1995, 1996, 1997, <a + href="http://cbl.leeds.ac.uk/nikos/personal.html">Nikos + Drakos</a>, Computer Based Learning Unit, University of + Leeds, and Copyright © 1997, 1998, <a + href="http://www.maths.mq.edu.au/;SPMtilde;ross/">Ross + Moore</a>, Mathematics Department, Macquarie University, + Sydney. +</p> + +<p> The application of <a + href="http://saftsack.fs.uni-bayreuth.de/;SPMtilde;latex2ht/"> + <strong>LaTeX</strong>2<tt>HTML</tt></a> to the Python + documentation has been heavily tailored by Fred L. Drake, + Jr. Original navigation icons were contributed by Christopher + Petrilli. +</p> + +<hr> + +<h2>Comments and Questions</h2> + +<p> General comments and questions regarding this document should + be sent by email to <a href="mailto:docs@python.org" + >docs@python.org</a>. If you find specific errors in + this document, either in the content or the presentation, please + report the bug at the <a + href="http://sourceforge.net/bugs/?group_id=5470">Python Bug + Tracker</a> at <a href="http://sourceforge.net/">SourceForge</a>. + If you are able to provide suggested text, either to replace + existing incorrect or unclear material, or additional text to + supplement what's already available, we'd appreciate the + contribution. There's no need to worry about text markup; our + documentation team will gladly take care of that. +</p> + +<p> Questions regarding how to use the information in this + document should be sent to the Python news group, <a + href="news:comp.lang.python">comp.lang.python</a>, or the <a + href="http://www.python.org/mailman/listinfo/python-list" + >Python mailing list</a> (which is gated to the newsgroup and + carries the same content). +</p> + +<p> For any of these channels, please be sure not to send HTML email. + Thanks. +</p> diff --git a/sys/src/cmd/python/Doc/html/style.css b/sys/src/cmd/python/Doc/html/style.css new file mode 100644 index 000000000..06a613c2c --- /dev/null +++ b/sys/src/cmd/python/Doc/html/style.css @@ -0,0 +1,243 @@ +/* + * The first part of this is the standard CSS generated by LaTeX2HTML, + * with the "empty" declarations removed. + */ + +/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ +.math { font-family: "Century Schoolbook", serif; } +.math i { font-family: "Century Schoolbook", serif; + font-weight: bold } +.boldmath { font-family: "Century Schoolbook", serif; + font-weight: bold } + +/* + * Implement both fixed-size and relative sizes. + * + * I think these can be safely removed, as it doesn't appear that + * LaTeX2HTML ever generates these, even though these are carried + * over from the LaTeX2HTML stylesheet. + */ +small.xtiny { font-size : xx-small; } +small.tiny { font-size : x-small; } +small.scriptsize { font-size : smaller; } +small.footnotesize { font-size : small; } +big.xlarge { font-size : large; } +big.xxlarge { font-size : x-large; } +big.huge { font-size : larger; } +big.xhuge { font-size : xx-large; } + +/* + * Document-specific styles come next; + * these are added for the Python documentation. + * + * Note that the size specifications for the H* elements are because + * Netscape on Solaris otherwise doesn't get it right; they all end up + * the normal text size. + */ + +body { color: #000000; + background-color: #ffffff; } + +a:link:active { color: #ff0000; } +a:link:hover { background-color: #bbeeff; } +a:visited:hover { background-color: #bbeeff; } +a:visited { color: #551a8b; } +a:link { color: #0000bb; } + +h1, h2, h3, h4, h5, h6 { font-family: avantgarde, sans-serif; + font-weight: bold; } +h1 { font-size: 180%; } +h2 { font-size: 150%; } +h3, h4 { font-size: 120%; } + +/* These are section titles used in navigation links, so make sure we + * match the section header font here, even it not the weight. + */ +.sectref { font-family: avantgarde, sans-serif; } +/* And the label before the titles in navigation: */ +.navlabel { font-size: 85%; } + + +/* LaTeX2HTML insists on inserting <br> elements into headers which + * are marked with \label. This little bit of CSS magic ensures that + * these elements don't cause spurious whitespace to be added. + */ +h1>br, h2>br, h3>br, +h4>br, h5>br, h6>br { display: none; } + +code, tt { font-family: "lucida typewriter", lucidatypewriter, + monospace; } +var { font-family: times, serif; + font-style: italic; + font-weight: normal; } + +.Unix { font-variant: small-caps; } + +.typelabel { font-family: lucida, sans-serif; } + +.navigation td { background-color: #99ccff; + font-weight: bold; + font-family: avantgarde, sans-serif; + font-size: 110%; } + +div.warning { background-color: #fffaf0; + border: thin solid black; + padding: 1em; + margin-left: 2em; + margin-right: 2em; } + +div.warning .label { font-family: sans-serif; + font-size: 110%; + margin-right: 0.5em; } + +div.note { background-color: #fffaf0; + border: thin solid black; + padding: 1em; + margin-left: 2em; + margin-right: 2em; } + +div.note .label { margin-right: 0.5em; + font-family: sans-serif; } + +address { font-size: 80%; } +.release-info { font-style: italic; + font-size: 80%; } + +.titlegraphic { vertical-align: top; } + +.verbatim pre { color: #00008b; + font-family: "lucida typewriter", lucidatypewriter, + monospace; + font-size: 90%; } +.verbatim { margin-left: 2em; } +.verbatim .footer { padding: 0.05in; + font-size: 85%; + background-color: #99ccff; + margin-right: 0.5in; } + +.grammar { background-color: #99ccff; + margin-right: 0.5in; + padding: 0.05in; } +.grammar-footer { padding: 0.05in; + font-size: 85%; } +.grammartoken { font-family: "lucida typewriter", lucidatypewriter, + monospace; } + +.productions { background-color: #bbeeff; } +.productions a:active { color: #ff0000; } +.productions a:link:hover { background-color: #99ccff; } +.productions a:visited:hover { background-color: #99ccff; } +.productions a:visited { color: #551a8b; } +.productions a:link { color: #0000bb; } +.productions table { vertical-align: baseline; + empty-cells: show; } +.productions > table td, +.productions > table th { padding: 2px; } +.productions > table td:first-child, +.productions > table td:last-child { + font-family: "lucida typewriter", + lucidatypewriter, + monospace; + } +/* same as the second selector above, but expressed differently for Opera */ +.productions > table td:first-child + td + td { + font-family: "lucida typewriter", + lucidatypewriter, + monospace; + vertical-align: baseline; + } +.productions > table td:first-child + td { + padding-left: 1em; + padding-right: 1em; + } +.productions > table tr { vertical-align: baseline; } + +.email { font-family: avantgarde, sans-serif; } +.mailheader { 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: avantgarde, sans-serif; } +.guilabel { font-family: avantgarde, sans-serif; } + +.realtable { border-collapse: collapse; + border-color: black; + border-style: solid; + border-width: 0px 0px 2px 0px; + empty-cells: show; + margin-left: auto; + margin-right: auto; + padding-left: 0.4em; + padding-right: 0.4em; + } +.realtable tbody { vertical-align: baseline; } +.realtable tfoot { display: table-footer-group; } +.realtable thead { background-color: #99ccff; + border-width: 0px 0px 2px 1px; + display: table-header-group; + font-family: avantgarde, sans-serif; + font-weight: bold; + vertical-align: baseline; + } +.realtable thead :first-child { + border-width: 0px 0px 2px 0px; + } +.realtable thead th { border-width: 0px 0px 2px 1px } +.realtable td, +.realtable th { border-color: black; + border-style: solid; + border-width: 0px 0px 1px 1px; + padding-left: 0.4em; + padding-right: 0.4em; + } +.realtable td:first-child, +.realtable th:first-child { + border-left-width: 0px; + vertical-align: baseline; + } +.center { text-align: center; } +.left { text-align: left; } +.right { text-align: right; } + +.refcount-info { font-style: italic; } +.refcount-info .value { font-weight: bold; + color: #006600; } + +/* + * Some decoration for the "See also:" blocks, in part inspired by some of + * the styling on Lars Marius Garshol's XSA pages. + * (The blue in the navigation bars is #99CCFF.) + */ +.seealso { background-color: #fffaf0; + border: thin solid black; + padding: 0pt 1em 4pt 1em; } + +.seealso > .heading { font-size: 110%; + font-weight: bold; } + +/* + * Class 'availability' is used for module availability statements at + * the top of modules. + */ +.availability .platform { font-weight: bold; } + + +/* + * Additional styles for the distutils package. + */ +.du-command { font-family: monospace; } +.du-option { font-family: avantgarde, sans-serif; } +.du-filevar { font-family: avantgarde, sans-serif; + font-style: italic; } +.du-xxx:before { content: "** "; + font-weight: bold; } +.du-xxx:after { content: " **"; + font-weight: bold; } + + +/* + * Some specialization for printed output. + */ +@media print { + .online-navigation { display: none; } + } |