/** @mainpage About libSBML and its use

@htmlinclude libsbml-authors.html

<p>
This manual describes the Python application programming interface
(API) of libSBML, an open-source (LGPL) library for writing and
manipulating the Systems Biology Markup Language (SBML).
@htmlinclude libsbml-blurb.html

@htmlinclude libsbml-conversion-warnings.html

The libSBML Python library makes much of this API documentation accessible
using the Python interactive help system.  As an example, try typing
<code>help(SBMLDocument)</code> to a Python interpreter (after having
imported the libsbml library).

To get started with libSBML, you may find the following sections of
this manual helpful:

- @subpage libsbml-installation
- @subpage libsbml-accessing
- @subpage libsbml-programming-python
- @subpage libsbml-communications
- @subpage libsbml-release-info

You can use the navigation bar, table of contents and search facilities of
this manual to locate specific documentation about the libSBML API.

@htmlinclude libsbml-papers.html

@htmlinclude FUNDING.txt

@htmlinclude libsbml-doxygen.html

*/
