diff --git a/api/src/opentrons/protocol_api/instrument_context.py b/api/src/opentrons/protocol_api/instrument_context.py index a7d3c51e0eb..bc2e072b671 100644 --- a/api/src/opentrons/protocol_api/instrument_context.py +++ b/api/src/opentrons/protocol_api/instrument_context.py @@ -1723,8 +1723,6 @@ def resin_tip_seal( tip will perform a `pick up` action but there will be no tip tracking associated with the pipette. - See :ref:`resin_tip_seal` for examples. - :param location: A location containing resin tips, must be a Labware or a Well. :type location: :py:class:`~.types.Location` @@ -1755,8 +1753,6 @@ def resin_tip_unseal( The location provided should be a valid location to drop resin tips. - See :ref:`resin_tip_unseal` for examples. - :param location: A location containing that can accept tips. :type location: :py:class:`~.types.Location` @@ -1799,8 +1795,6 @@ def resin_tip_dispense( receptical for dispensed liquid. Dispensing from tip will perform a `dispense` action of the specified volume at a desired flow rate. - See :ref:`resin_tip_dispense` for examples. - :param location: A location containing resin tips. :type location: :py:class:`~.types.Location`