Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 08ec6d2

Browse files
committedApr 11, 2025·
revert merge
1 parent 30bfe48 commit 08ec6d2

File tree

169 files changed

+4476
-1792
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+4476
-1792
lines changed
 

‎api/docs/v2/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
("py:class", r".*protocol_api\.config.*"),
446446
("py:class", r".*opentrons_shared_data.*"),
447447
("py:class", r".*protocol_api._parameters.Parameters.*"),
448+
("py:class", r".*protocol_api._liquid_properties.TransferProperties*"),
448449
("py:class", r".*RobotContext"), # shh it's a secret (for now)
449450
("py:class", r".*FlexStackerContext"), # ssh it's a secret (for now)
450451
(

‎api/docs/v2/new_protocol_api.rst

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Wells and Liquids
4747

4848
.. autoclass:: opentrons.protocol_api.Liquid
4949

50+
.. autoclass:: opentrons.protocol_api.LiquidClass
51+
:members:
52+
5053
.. _protocol-api-modules:
5154

5255
Modules

0 commit comments

Comments
 (0)
Please sign in to comment.