diff --git a/docs/source/api.rst b/docs/source/api.rst index 218713b7..fafe0b79 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -5,6 +5,7 @@ Summary ------- .. qrefflask:: openflexure_microscope.api.app:app :undoc-endpoints: index + :blueprints: v2_root_blueprint, v2_streams_blueprint, v2_captures_blueprint, v2_settings_blueprint, v2_status_blueprint, v2_plugin_blueprint, v2_tasks_blueprint, v2_actions_blueprint :undoc-static: :endpoints: @@ -12,6 +13,7 @@ Details ------- .. autoflask:: openflexure_microscope.api.app:app :undoc-endpoints: index + :blueprints: v2_root_blueprint, v2_streams_blueprint, v2_captures_blueprint, v2_settings_blueprint, v2_status_blueprint, v2_plugin_blueprint, v2_tasks_blueprint, v2_actions_blueprint :undoc-static: :endpoints: :order: path diff --git a/openflexure_microscope/api/v2/blueprints/actions/stage.py b/openflexure_microscope/api/v2/blueprints/actions/stage.py index 62b98244..838ea783 100644 --- a/openflexure_microscope/api/v2/blueprints/actions/stage.py +++ b/openflexure_microscope/api/v2/blueprints/actions/stage.py @@ -16,7 +16,7 @@ class MoveStageAPI(MicroscopeView): """ Set x, y and z positions of the stage. - .. :quickref: Position; Update current position + .. :quickref: Actions; Move stage :reqheader Accept: application/json :header Accept: image/jpeg :>header Content-Type: image/jpeg @@ -51,7 +51,7 @@ class SnapshotAPI(MicroscopeView): """ Single snapshot from the camera stream - .. :quickref: Stream; Camera snapshot + .. :quickref: Streams; Camera snapshot :>header Accept: image/jpeg :>header Content-Type: image/jpeg