floettmann <max.floettmann@gmail.com> wrote
> Now that I installed the python bindings sucessfully I'm making
> changes to my code to solve problems with the new features of
> libSBML 3.0. I'm a bit confused by the new annotation features and
> XMLNode Classes. Is there a documentation for the python bindings
> like the one for version
> 2.4.3(http://www.sbml.org/software/libsbml/docs/python/)?
I attached a similar documentation file for the python bindings
in libsbml-3.0.0prerelease. (It may have a few glitches.)
The file was generated by pydoc command as follows:
% pydoc -w /path/to/libsbml.py
=> libsbml.html is generated in current directory.
(You may need to set DYLD_LIBRARY_PATH on MacOSX
in order to load required libraries for _libsbm.so.)
API documentation pages will be updated at the time of next release.