Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/_static/devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,10 @@
"active cooling"
],
"status": "mostly",
"api_version": "v0",
"api": "pylabrobot.liconic.StoreX",
"api_version": "v1",
"code_slug": "liconic",
"doc_slug": "liconic/storex/hello-world",
"manager": "https://discuss.pylabrobot.org/u/rickwierenga",
"oem": "https://liconic.com/products/stx.php"
},
Expand Down
21 changes: 21 additions & 0 deletions docs/api/pylabrobot.liconic.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.. currentmodule:: pylabrobot.liconic.storex

pylabrobot.liconic package
==========================

LiCONiC StoreX
--------------

.. autosummary::
:toctree: _autosummary
:nosignatures:
:recursive:

StoreX
NoFreeSiteError

Rack resources
--------------

.. automodule:: pylabrobot.liconic.storex.racks
:members:
1 change: 1 addition & 0 deletions docs/api/pylabrobot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Manufacturers
pylabrobot.inheco
pylabrobot.kbioscience
pylabrobot.kbiosystems
pylabrobot.liconic
pylabrobot.mettler_toledo
pylabrobot.micronic
pylabrobot.molecular_devices
Expand Down
1 change: 1 addition & 0 deletions docs/user_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ high_res/index
inheco/index
kbioscience/index
kbiosystems/index
liconic/index
mettler_toledo/index
micronic/index
molecular_devices/index
Expand Down
7 changes: 7 additions & 0 deletions docs/user_guide/liconic/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# LiCONiC

```{toctree}
:maxdepth: 1

storex/hello-world
```
Loading
Loading