docs: Add simple devices and plans for use in tutorials - #1577
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1577 +/- ##
==========================================
+ Coverage 95.93% 95.96% +0.02%
==========================================
Files 44 45 +1
Lines 3300 3317 +17
==========================================
+ Hits 3166 3183 +17
Misses 134 134 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
abbiemery
commented
Jun 26, 2026
Contributor
Author
There was a problem hiding this comment.
Is there a better place for this to live?
Contributor
There was a problem hiding this comment.
utils would make the most sense if there's a way of getting it working without import order issues
Contributor
Author
There was a problem hiding this comment.
utils but not include it in the __all__ ?
Contributor
Author
|
After a lot of rabbit holes, I went back to using optional dependencies for the demo. I don't think the config should live in that module though, I will put it just in the docs. |
tpoliaw
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With the removal of dodal as a dependency, we need to provide some simple devices and plans in order to follow through the tutorials. These are getting overhauled in #1564.
This adds ophyd-async sim devices and dodal plans to allow users to run simple plans and make a hdf5 file.