Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
olliesilvester committed Sep 20, 2023
1 parent 2fe7ca6 commit 3a5b60a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ophyd_async/core/_device/device_save_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ def save_device(device: Device, savename: str, ignore: List[str] = []):
Plan to save the setup of a device by getting a list of its signals and their
readback values.
Store the output to `savename.yaml`.
Store the output to a yaml file ``savename.yaml``
Parameters
----------
device : Savable
Ophyd device which implements the `sort_signal_by_phase` method.
device : Device
savename : str
Name of the YAML file.
Expand All @@ -68,7 +67,7 @@ def save_device(device: Device, savename: str, ignore: List[str] = []):
Yields
------
msg : Msg
`locate`, `*signals`
``locate``, ``*signals``
See Also
--------
Expand Down

0 comments on commit 3a5b60a

Please sign in to comment.