Updated documentation
This commit is contained in:
parent
465ed647d3
commit
ea141ab0fc
9 changed files with 462 additions and 258 deletions
33
docs/source/plugins/class.rst
Normal file
33
docs/source/plugins/class.rst
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
Classes and Modules
|
||||
===================
|
||||
|
||||
Plugin class
|
||||
------------
|
||||
.. autoclass:: openflexure_microscope.plugins.MicroscopePlugin
|
||||
:members:
|
||||
|
||||
.. autoclass:: openflexure_microscope.api.v1.views.MicroscopeViewPlugin
|
||||
:members:
|
||||
|
||||
Task module
|
||||
-----------
|
||||
.. automodule:: openflexure_microscope.task
|
||||
:members:
|
||||
|
||||
Lock module
|
||||
-----------
|
||||
.. automodule:: openflexure_microscope.lock
|
||||
:members:
|
||||
|
||||
Default plugins
|
||||
---------------
|
||||
|
||||
Microscope plugin
|
||||
+++++++++++++++++
|
||||
.. automodule:: openflexure_microscope.plugins.default.plugin
|
||||
:members:
|
||||
|
||||
Web API plugin
|
||||
++++++++++++++
|
||||
.. automodule:: openflexure_microscope.plugins.default.api
|
||||
:members:
|
||||
Loading…
Add table
Add a link
Reference in a new issue