Skip to content

Commit 55b8710

Browse files
committed
add units table to docs
1 parent d9dc70e commit 55b8710

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

docs/user_guide/_getting-started/plr-architecture.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ PLR Architecture
1212

1313
-------------------
1414

15+
Table of contents
1516

1617
.. toctree::
1718
:maxdepth: 3
18-
:hidden:
19+
20+
units
1921

2022

2123
~~~~~~~~~~~~~~~~~~~~~~~~
@@ -63,8 +65,3 @@ Integrating New Machines
6365
6466
For detailed information on how to integrate new machiens into PLR ecosystem,
6567
and contribute to the PLR project, please refer to `Contributor Guide`:
66-
67-
68-
-------------------
69-
70-
ds
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Default Units
2+
3+
Unless otherwise specified, these are the units used in PyLabRobot:
4+
5+
| Quantity | Unit |
6+
| ------------------ | ------------------------- |
7+
| Length | millimeters (mm) |
8+
| Volume | microliters (µL) |
9+
| Time | seconds (s) |
10+
| Angle | degrees (°) |
11+
| Weight/Mass | grams (g) |
12+
| Speed | millimeters/second (mm/s) |
13+
| Flow Rate | microliters/second (µL/s) |
14+
| Temperature | degrees Celsius (°C) |

0 commit comments

Comments
 (0)