-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(api): update Deck Slots page for new features in Python API 2.16 #14146
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## chore_release-7.1.0 #14146 +/- ##
=======================================================
- Coverage 70.46% 70.43% -0.04%
=======================================================
Files 2512 2483 -29
Lines 71231 70346 -885
Branches 8978 8784 -194
=======================================================
- Hits 50195 49545 -650
+ Misses 18838 18643 -195
+ Partials 2198 2158 -40
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few optional comments for consideration.
Deck Configuration | ||
================== | ||
|
||
A Flex running robot system version 7.1.0 or higher lets you specify its deck configuration on the touchscreen or in the Opentrons App. This tells the robot the positions of unpowered *deck fixtures*: items that replace standard deck slots. The following table lists currently supported deck fixtures and their allowed deck locations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The colon here makes the sentence abrupt. What about something like this:
"This tells the robot the positions of unpowered deck fixtures, which are items that replace standard deck slots).
Or even:
"This tells the robot the positions of unpowered deck fixtures (items that replace standard deck slots).
Or 2 sentences:
"This tells the robot the positions of unpowered deck fixtures. These are items that replace standard deck slots.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huzzah.
05fd0c9
to
917ff1f
Compare
Overview
Significantly expands the Deck Slots page of the Python docs to include the concept of deck configuration introduced in PAPI 2.16 / robot software 7.1.0.
Test Plan
Check out the sandbox.
Changelog
Review requests
Risk assessment
v low, docs