Added documentation for attaching plugins
This commit is contained in:
parent
034a45e400
commit
8e953e1064
2 changed files with 7 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Microscope(object):
|
|||
self.attach(camera, stage)
|
||||
|
||||
# Create plugin mountpoint
|
||||
self.plugin = PluginMount(self)
|
||||
self.plugin = PluginMount(self) #: :py:class:`openflexure_microscope.plugins.PluginMount`: Mounting point for all microscope plugins
|
||||
|
||||
def __enter__(self):
|
||||
"""Create microscope on context enter."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue