Fred Drake | 46f1458 | 2000-04-07 14:47:27 +0000 | [diff] [blame] | 1 | "Long HTML" Version of the Python Documentation |
| 2 | =============================================== |
| 3 | |
| 4 | This package provides an alternate HTML formatting of the Python |
| 5 | documentation. Each HTML file represents one chapter from a manual, |
| 6 | or the entirety of a "How-To" document. This mwans there are far |
| 7 | fewer individual HTML files than the normal formatting. |
| 8 | |
| 9 | The purpose of this alternate formatting is to provide on-demand |
| 10 | publishers with a format that is easier to convert to the |
| 11 | proprietary formats used in printing. This allows the printed |
| 12 | versions of the documentation to be kept up-to-date more easily than |
| 13 | would be the case if only the more user-centric HTML format were |
| 14 | provided. |
| 15 | |
| 16 | Anyone is free to use this version for any purpose, so long as the |
| 17 | copyrights are maintained according to the license statement. These |
| 18 | files are available to all users, including competing on-demand |
| 19 | publishers and re-packagers. |
| 20 | |
| 21 | |
| 22 | Contact Information |
| 23 | ------------------- |
| 24 | |
| 25 | If you have questions regarding this distribution, please send email |
| 26 | to: |
| 27 | |
| 28 | python-docs@python.org |
| 29 | |
| 30 | Additional information and formats of these documents are available |
| 31 | on the Internet. For current packages of these documents and links |
| 32 | to additional materials, please see: |
| 33 | |
| 34 | http://www.python.org/doc/ |