Skip to content

Commit 8e5d888

Browse files
committed
fix docs
1 parent f90ff73 commit 8e5d888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/how-to/42_trobleshooting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The Nexus writer is not creating a .nxs file.
1919
- Verify that the RabbitMQ configuration is correct and able to handle messages from BlueAPI.
2020
- Add detectors as metadata so that the nexus-file-converter can identify them, rather than relying on discovery from the data stream.
2121

22-
.. literalinclude:: ../../src/sm_bluesky/common/plans/fast_scan.py
23-
:start-at: md["detectors"] = [det.name for det in dets]
24-
:end-at: def inner_fast_scan_grid
25-
22+
.. code-block:: python
2623
24+
md["detectors"] = [det.name for det in dets]
25+
md["motors"] = [scan_motor.name, step_motor.name]
26+
2727
Common Issues
2828
~~~~~~~~~~~~~
2929

0 commit comments

Comments
 (0)