From 1e1a7e1e9a9a8692da670307f019d156a084e881 Mon Sep 17 00:00:00 2001 From: jtc42 Date: Thu, 16 Jan 2020 09:55:25 +0000 Subject: [PATCH] Added stage docs --- docs/source/basestage.rst | 5 +++++ docs/source/index.rst | 1 + docs/source/sangastage.rst | 5 +++++ docs/source/stage.rst | 8 ++++++++ 4 files changed, 19 insertions(+) create mode 100644 docs/source/basestage.rst create mode 100644 docs/source/sangastage.rst create mode 100644 docs/source/stage.rst 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