Added documentation for attaching plugins

This commit is contained in:
Joel Collins 2018-11-23 17:40:36 +00:00
parent 034a45e400
commit 8e953e1064
2 changed files with 7 additions and 1 deletions

View file

@ -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."""