diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-08 21:53:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-08 21:53:22 (GMT) |
commit | a61bfa84c9697ebcb7804fb212f87851763232a4 (patch) | |
tree | 71d0b7a6b325c1d2b1ed1d833f64718502acbeb6 /Doc/html/index.html.in | |
parent | da85a272a6216cf3583db8e25155cb3a7168b081 (diff) | |
download | cpython-a61bfa84c9697ebcb7804fb212f87851763232a4.zip cpython-a61bfa84c9697ebcb7804fb212f87851763232a4.tar.gz cpython-a61bfa84c9697ebcb7804fb212f87851763232a4.tar.bz2 |
Add a general "About" page and link to it from the index page.
This fixes SourceForge bug #113810.
Diffstat (limited to 'Doc/html/index.html.in')
-rw-r--r-- | Doc/html/index.html.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 11b3598..184af51 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -103,6 +103,12 @@ </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> |