docs: Add simple devices and plans for use in tutorials#1577
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.94%
=======================================
Files 44 44
Lines 3269 3277 +8
=======================================
+ Hits 3136 3144 +8
Misses 133 133 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
This is just a direct copy of the wrapped count in dodal. I don't know if it is worth while paring this down to something more simple, or to add a move plan or something.
There was a problem hiding this comment.
I don't think we should have a direct copy - paring it down to the basic would make it clearer, eg the validation checks are not useful for tutorial purposes.
There was a problem hiding this comment.
Is there a better place for this to live?
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
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 cleaned up in #1564.