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.93%
=======================================
Files 44 44
Lines 3300 3300
=======================================
Hits 3166 3166
Misses 134 134 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
There was a problem hiding this comment.
utils but not include it in the __all__ ?
|
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. |
|
If you can think of an actually useful test for the devices, let me know |
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.