API documentation for the Python source code can be obtained through the Python pydoc utility. The best way to access this documentation is by running pydoc -p 9876 in one of the PDB2PQR source code directories, where 9876 is an arbitrary port number. You can then point your web browser http://localhost:9876 to access the API documentation. |