HappyDoc Source Documentation | |
---|---|
Announcing the latest version of HappyDoc, a Python documentation extraction tool.HappyDoc is a tool for extracting documentation from Python source code. It differs from other such applications by the fact that it uses the parse tree for a module to derive the information used in its output, rather that importing the module directly. This allows the user to generate documentation for modules which need special context to be imported. More details are available on the HappyDoc home page at http://happydoc.sourceforge.net. !!! NOTICE !!! Before installing HappyDoc 2.0+, any version earlier than 2.0 must
be removed. This includes the file
DownloadDownload the latest version of HappyDoc from the home page on SourceForge: http://sourceforge.net/projects/happydoc |