Skip to content
Merged

typo #206

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/architectural_decisions/006-where-to-put-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Examples of devices and where we would put them under this model:

### `ibex_bluesky_core` devices
- `BlockRw` and `SimpleDae`: `ibex_bluesky_core` as it's completely general / useful to all beamlines
- `ReflParameter`: in `ibex_bluesky_core.devices.reflectrometry` because it's useful across all reflectometers
- `ReflParameter`: in `ibex_bluesky_core.devices.reflectometry` because it's useful across all reflectometers
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we used the:

{py:obj}`ibex_bluesky_core.devices.reflectometry`

syntax sphinx would have caught this for us...

- `Danfysik`: Try to push down "special" logic (i.e. polarity switching) into the IOC so that a standard `block_rw` works. Otherwise put in `ibex_bluesky_core.devices`

### `inst` scripts area devices
Expand Down