Skip to content
Open
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
14 changes: 0 additions & 14 deletions docs/api/pylabrobot.liquid_handling.backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ Hardware
backends.opentrons_backend.OpentronsOT2Backend
backends.tecan.EVO_backend.EVOBackend

Net
---

Net backends can be used to communicate with servers that manage liquid handling devices.

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

backends.http.HTTPBackend
backends.websocket.WebSocketBackend


Testing
-------

Expand Down
3 changes: 1 addition & 2 deletions docs/user_guide/_getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ There's a multitude of other optional dependencies that you can install. Replace
- `websockets`: Needed for the WebSocket backend.
- `simulation`: Needed for the simulation backend.
- `opentrons`: Needed for the Opentrons backend.
- `server`: Needed for LH server, an HTTP front end to LH.
- `agrow`: Needed for the AgrowPumpArray backend.
- `plate_reading`: Needed to interact with the CLARIO Star plate reader.
- `inheco`: Needed for the Inheco backend.
Expand All @@ -64,7 +63,7 @@ There's a multitude of other optional dependencies that you can install. Replace
To install multiple dependencies, separate them with a comma:

```bash
pip install 'pylabrobot[fw,server]'
pip install 'pylabrobot[fw,http]'
```

Or install all dependencies at once:
Expand Down
4 changes: 0 additions & 4 deletions pylabrobot/liquid_handling/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
from .chatterbox_backend import ChatterBoxBackend
from .hamilton.STAR_backend import STAR, STARBackend
from .hamilton.vantage_backend import Vantage, VantageBackend
from .http import HTTPBackend
from .opentrons_backend import OpentronsOT2Backend
from .serializing_backend import SerializingBackend
from .tecan.EVO_backend import EVO, EVOBackend

# many rely on this
from .websocket import WebSocketBackend
93 changes: 0 additions & 93 deletions pylabrobot/liquid_handling/backends/http.py

This file was deleted.

236 changes: 0 additions & 236 deletions pylabrobot/liquid_handling/backends/http_tests.py

This file was deleted.

Loading
Loading