Source documentation ==================== The manual you're browsing is provided as a guide to the web developers will use PyHP. Anyway, PyHP is an open source project so you can get the code, read it and modify it. If you already installed the PyHP module with the procedure described in the PyhpUse section of this manual, you actually altready have the PyHP source code. If you didn't do that yet, you can easily get the source code visiting the http://pyhp.svn.sourceforge.net/viewvc/pyhp/ page or, if you have Subversion installed into your system, with the following command: :: svn checkout https://pyhp.svn.sourceforge.net/svnroot/pyhp pyhp Every function in PyHP source code has been documented Doxydoc standard (with Javadoc style). If you have Doxydoc installed on your system, you can easily generate a complete and browsable HTML documentation using the command (lauched from the PyHP source folder): :: doxygen Doxyfile Then, you can access to the generated reference documentation opening 'docs/html/index.html' file inside PyHP source folder.