Fixed docstrings
This commit is contained in:
parent
80cc74bd3d
commit
465ed647d3
6 changed files with 58 additions and 58 deletions
|
|
@ -13,7 +13,7 @@ class IdentifyAPI(MicroscopeViewPlugin):
|
|||
"""
|
||||
Default plugin to return a plaintext representation of the camera and stage objects.
|
||||
|
||||
.. :quickref: Default plugin; Show representation of camera and stage objects.
|
||||
.. :quickref: Default plugin; Identify hardware
|
||||
"""
|
||||
data = self.microscope.plugin.default.identify() # Call a method from our plugin, using the full route
|
||||
return Response(escape(data))
|
||||
Loading…
Add table
Add a link
Reference in a new issue