Fixed docstrings

This commit is contained in:
Joel Collins 2019-01-24 16:24:14 +00:00
parent 80cc74bd3d
commit 465ed647d3
6 changed files with 58 additions and 58 deletions

View file

@ -38,7 +38,7 @@ class Microscope(object):
self._config = config
# Create a task orchestrator
self.task = TaskOrchestrator()
self.task = TaskOrchestrator() #: :py:class:`openflexure_microscope.task.TaskOrchestrator`: Threaded task orchestrator
# Create plugin mountpoint
self.plugin = PluginMount(self) #: :py:class:`openflexure_microscope.plugins.PluginMount`: Mounting point for all microscope plugins