[Python-checkins] python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation/doc index.html,NONE,1.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 11 Mar 2003 14:59:19 -0800


Update of /cvsroot/python/python/dist/src/Mac/OSXResources/app/Resources/English.lproj/Documentation/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv23138/doc

Added Files:
	index.html 
Log Message:
Adding MacPython online help. Only the basics are installed, with a
placeholder for the full documentation (pointing to the online docs
and explaining you can also install them locally to make them
searchable, etc).


--- NEW FILE: index.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
	<title>Python Language Documentation</title>
	<meta name="generator" content="BBEdit 6.5.3">
</head>
<body>
<h1>Python Language and runtime documentation</h1>

<p>This volume of documentation is rather big (17 Megabytes) and contains
a tutorial, full description of the Python library (all the modules
and packages included), formal description of the language and more.</p>

<p>You can <a href="http://www.python.org/doc">view it online</a>, where
you can also download PDFs for printing, or you can download and install it
through the <a href="../packman.html">Package Manager</a> for viewing and
searching via Apple Help Viewer.</p>
</body>
</html>