Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 1.53 KB

api.rst

File metadata and controls

61 lines (51 loc) · 1.53 KB

API Reference

.. module:: BondGraphTools

.. autoclass:: BondGraphTools.BondGraph
    :members:

.. autofunction:: BondGraphTools.new
.. autofunction:: BondGraphTools.add
.. autofunction:: BondGraphTools.swap
.. autofunction:: BondGraphTools.remove
.. autofunction:: BondGraphTools.connect
.. autofunction:: BondGraphTools.disconnect
.. autofunction:: BondGraphTools.expose
.. autofunction:: BondGraphTools.set_param
.. autofunction:: BondGraphTools.simulate
.. autofunction:: BondGraphTools.draw

.. automodule:: BondGraphTools.atomic
    :members: Component
    :show-inheritance:

.. automodule:: BondGraphTools.base
    :members:
    :show-inheritance:

.. automodule:: BondGraphTools.component_manager
    :members:
    :show-inheritance:

.. automodule:: BondGraphTools.exceptions
    :members:

.. automodule:: BondGraphTools.fileio
    :members:
    :show-inheritance:

.. automodule:: BondGraphTools.sim_tools
    :members: simulate
    :show-inheritance:

.. automodule:: BondGraphTools.reaction_builder
    :members:
    :show-inheritance: