From: Fred Drake Date: Fri, 8 Sep 2000 21:53:22 +0000 (+0000) Subject: Add a general "About" page and link to it from the index page. X-Git-Tag: v2.0b2~411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a61bfa84c9697ebcb7804fb212f87851763232a4;p=python Add a general "About" page and link to it from the index page. This fixes SourceForge bug #113810. --- diff --git a/Doc/html/about.html b/Doc/html/about.html new file mode 100644 index 0000000000..5862a38863 --- /dev/null +++ b/Doc/html/about.html @@ -0,0 +1,73 @@ + + + + About the Python Documentation + + + + + + +
+ +

About the Python Documentation

+ +

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 Python Web site. + +

Comments and Questions

+ +

General comments and questions regarding this document should + be sent by email to python-docs@python.org. If you find specific errors in + this document, please report the bug at the Python Bug + Tracker at SourceForge. +

+ +

Questions regarding how to use the information in this + document should be sent to the Python news group, comp.lang.python, or the Python mailing list (which is gated to the newsgroup and + carries the same content). +

+ +

For any of these channels, please be sure not to send HTML email. + Thanks. +

+ +
+ + diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 11b3598216..184af51899 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -103,6 +103,12 @@ +

+

+
+ See About the Python Documentation + for information on suggesting changes. +