@@ -61,16 +61,16 @@ Supported features
6161
6262Supported features are the following:
6363
64- - Switch to signal or image panel
65- - Remove all signals and images
66- - Save current session to a HDF5 file
67- - Open HDF5 files into current session
68- - Browse HDF5 file
69- - Open a signal or an image from file
70- - Add a signal
71- - Add an image
72- - Get object list
73- - Run calculation with parameters
64+ - Switch to signal or image panel
65+ - Remove all signals and images
66+ - Save current session to a HDF5 file
67+ - Open HDF5 files into current session
68+ - Browse HDF5 file
69+ - Open a signal or an image from file
70+ - Add a signal
71+ - Add an image
72+ - Get object list
73+ - Run calculation with parameters
7474
7575.. note ::
7676
@@ -79,12 +79,12 @@ Supported features are the following:
7979Some examples are provided to help implementing such a communication
8080between your application and DataLab:
8181
82- - See module: ``datalab.tests.remoteclient_app ``
83- - See module: ``datalab.tests.remoteclient_unit ``
82+ - See module: ``datalab.tests.features.control.remoteclient_app_test ``
83+ - See module: ``datalab.tests.features.control .remoteclient_unit ``
8484
8585.. figure :: /images/shots/remote_control_test.png
8686
87- Screenshot of remote client application test (``datalab.tests.remoteclient_app ``)
87+ Screenshot of remote client application test (``datalab.tests.features.control.remoteclient_app_test ``)
8888
8989Examples
9090^^^^^^^^
@@ -123,33 +123,6 @@ Public API: remote client
123123.. autoclass :: datalab.remote.RemoteClient
124124 :inherited-members:
125125
126- Public API: additional methods
127- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
128-
129- The remote control class methods (either using the proxy or the remote client)
130- may be completed with additional methods which are dynamically added at
131- runtime. This mechanism allows to access the methods of the processors of DataLab
132- (see :mod: `datalab.gui.processor `).
133-
134- Signal processor
135- ~~~~~~~~~~~~~~~~
136-
137- When working with signals, the methods of :class: `datalab.gui.processor.signal.SignalProcessor `
138- may be accessed.
139-
140- .. automodule :: datalab.gui.processor.signal
141- :members:
142- :no-index:
143-
144- Image processor
145- ~~~~~~~~~~~~~~~
146-
147- When working with images, the methods of :class: `datalab.gui.processor.image.ImageProcessor `
148- may be accessed.
149-
150- .. automodule :: datalab.gui.processor.image
151- :members:
152- :no-index:
153126
154127.. _XML-RPC : https://docs.python.org/3/library/xmlrpc.html
155128
0 commit comments