summaryrefslogtreecommitdiff
path: root/Mac/OSX/setupDocs.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved setupDocs.py to Doc/setup.py and did some cleanup. It now at leastJack Jansen2003-02-141-165/+0
| | | | allows bdist, but it's still one big hack:-(
* Got building documentation from source to work.Jack Jansen2003-02-141-4/+3
|
* Distutils-based script by Bill Fancher to download the Python documentationJack Jansen2002-08-281-0/+166
HTML tarball and use it to create a documentation tree readable and searchable with Apple Help Viewer. The documentation also shows up in Project Builder (if you add Python.framework to your project).