1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
.. _api:
API
===
The public Application Programming Interface (API) of DataLab offers a set of functions to access the DataLab features.
.. note::
For more details about the `sigima` package, please refer to the `Sigima documentation <https://sigima.readthedocs.io/en/latest/>`_. The Sigima API is especially useful to write scripts that can be run in DataLab (see :ref:`about_macros`) or to develop plugins (see :ref:`about_plugins`).
.. toctree::
:maxdepth: 2
:caption: Public features:
proxy
.. toctree::
:maxdepth: 1
:caption: Internal features:
api/index
api/main
api/panel
api/actionhandler
api/objectview
api/plothandler
api/roieditor
api/processor
api/docks
api/h5io
|