Added stage docs
This commit is contained in:
parent
9f49cb04a7
commit
1e1a7e1e9a
4 changed files with 19 additions and 0 deletions
5
docs/source/basestage.rst
Normal file
5
docs/source/basestage.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
Base Microscope Stage
|
||||||
|
=====================
|
||||||
|
|
||||||
|
.. automodule:: openflexure_microscope.stage.base
|
||||||
|
:members:
|
||||||
|
|
@ -9,6 +9,7 @@ Welcome to OpenFlexure Microscope Software's documentation!
|
||||||
config.rst
|
config.rst
|
||||||
microscope.rst
|
microscope.rst
|
||||||
camera.rst
|
camera.rst
|
||||||
|
stage.rst
|
||||||
plugins.rst
|
plugins.rst
|
||||||
api.rst
|
api.rst
|
||||||
|
|
||||||
|
|
|
||||||
5
docs/source/sangastage.rst
Normal file
5
docs/source/sangastage.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
Sangaboard Microscope Stage
|
||||||
|
===========================
|
||||||
|
|
||||||
|
.. automodule:: openflexure_microscope.stage.sanga
|
||||||
|
:members:
|
||||||
8
docs/source/stage.rst
Normal file
8
docs/source/stage.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
Stage Class
|
||||||
|
===========
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
sangastage.rst
|
||||||
|
basestage.rst
|
||||||
Loading…
Add table
Add a link
Reference in a new issue