diff --git a/docs/source/basestage.rst b/docs/source/basestage.rst new file mode 100644 index 00000000..6e0fed22 --- /dev/null +++ b/docs/source/basestage.rst @@ -0,0 +1,5 @@ +Base Microscope Stage +===================== + +.. automodule:: openflexure_microscope.stage.base + :members: \ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 28ef7180..d4d13333 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -9,6 +9,7 @@ Welcome to OpenFlexure Microscope Software's documentation! config.rst microscope.rst camera.rst + stage.rst plugins.rst api.rst diff --git a/docs/source/sangastage.rst b/docs/source/sangastage.rst new file mode 100644 index 00000000..941def8a --- /dev/null +++ b/docs/source/sangastage.rst @@ -0,0 +1,5 @@ +Sangaboard Microscope Stage +=========================== + +.. automodule:: openflexure_microscope.stage.sanga + :members: \ No newline at end of file diff --git a/docs/source/stage.rst b/docs/source/stage.rst new file mode 100644 index 00000000..dcf61e2f --- /dev/null +++ b/docs/source/stage.rst @@ -0,0 +1,8 @@ +Stage Class +=========== + +.. toctree:: + :maxdepth: 2 + + sangastage.rst + basestage.rst