File: api.rst

package info (click to toggle)
datalab 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 36,260 kB
  • sloc: python: 29,592; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 732 bytes parent folder | download
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