This commit is contained in:
Joel Collins 2020-01-16 13:30:16 +00:00
commit 2227d38be2
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Base Microscope Stage
=====================
.. automodule:: openflexure_microscope.stage.base
:members:

View file

@ -9,6 +9,7 @@ Welcome to OpenFlexure Microscope Software's documentation!
config.rst
microscope.rst
camera.rst
stage.rst
plugins.rst
api.rst

View file

@ -0,0 +1,5 @@
Sangaboard Microscope Stage
===========================
.. automodule:: openflexure_microscope.stage.sanga
:members:

8
docs/source/stage.rst Normal file
View file

@ -0,0 +1,8 @@
Stage Class
===========
.. toctree::
:maxdepth: 2
sangastage.rst
basestage.rst