|
Project Information
|
Creates HTMLHelp (CHM) project files (.hhp, .hhc, .hhk) from epydoc generated documentation RequirementsInterpreter- Python 2.5
Libraries- epydoc
- lxml
Installation- Put epydoc-chm.py anywhere you can run it.
Usage- Create an empty directory
- Run epydoc-chm.py
This will generate a file named epydoc.ini. Open the file and complete
the modules to be documented, the project name, and URL
- Run epydoc --config epydoc.ini
- Run epydoc-chm.py
- Open output\project.hhp and compile using HTMLHelp Workshop
|