Skip to content

Commit 4b68132

Browse files
committed
doc building
1 parent ceeea96 commit 4b68132

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

docs/api/pylabrobot.machine.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ Machine is a backend'd Resource. Check out the contributing section for more inf
88
:recursive:
99

1010
machine.Machine
11-
backends.machine.MachineBackend
12-
backends.usb.USBBackend
11+
backend.MachineBackend

pylabrobot/plate_reading/biotek_backend.py

+10-12
Original file line numberDiff line numberDiff line change
@@ -331,18 +331,16 @@ def _parse_body(self, body: bytes) -> List[List[float]]:
331331
return parsed_data
332332

333333
async def set_plate(self, plate: Plate):
334-
"""
335-
08120112207434014351135308559127881422
336-
^^^^ plate size z
337-
^^^^^ plate size x
338-
^^^^^ plate size y
339-
^^^^^ bottom right x
340-
^^^^^ top left x
341-
^^^^^ bottom right y
342-
^^^^^ top left y
343-
^^ columns
344-
^^ rows
345-
"""
334+
# 08120112207434014351135308559127881422
335+
# ^^^^ plate size z
336+
# ^^^^^ plate size x
337+
# ^^^^^ plate size y
338+
# ^^^^^ bottom right x
339+
# ^^^^^ top left x
340+
# ^^^^^ bottom right y
341+
# ^^^^^ top left y
342+
# ^^ columns
343+
# ^^ rows
346344

347345
if plate is self._plate:
348346
return

0 commit comments

Comments
 (0)