Added stage docs

This commit is contained in:
jtc42 2020-01-16 09:55:25 +00:00
parent 9f49cb04a7
commit 1e1a7e1e9a
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