Member Site › Forums › PyRosetta › PyRosetta – General › Concatenate Pose › Reply To: Concatenate Pose
February 25, 2011 at 5:17 pm
#5080
Jared, I am not sure how to save documentation for all functions to one file, but there is a really convenient way to browse it. Do this: in you PyRosetta directory execute ‘pydoc -p 8090’, then point your browser to http://127.0.0.1:8090/rosetta.html and you should see all PyRosetta documentation that available in python. For example Pose class docs will be at: http://127.0.0.1:8090/rosetta.core.pose.__pose_all_at_once_.html
Also you can generate this documentation for offline usage by executing ‘pydoc -w ./’ in the PyRosetta folder.
Sergey.