Skip to content

Commit 73afee9

Browse files
docs: Remove obsolete Travis badges from readme files, and fix code formatting (#8157)
* Remove Travis badge from robot-server readme. * Remove Travis badge from api readme. * Fix code formatting in robot-server readme.
1 parent bb0e3a0 commit 73afee9

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

api/README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Opentrons
33
=============
44

5-
.. image:: https://badgen.net/travis/Opentrons/opentrons/edge
6-
:target: https://travis-ci.org/Opentrons/opentrons
7-
:alt: Build Status
8-
95
.. image:: https://badgen.net/codecov/c/github/Opentrons/opentrons
106
:target: https://codecov.io/gh/Opentrons/opentrons
117
:alt: Coverage Status

robot-server/README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
Opentrons OT-2 HTTP API
33
=======================
44

5-
.. image:: https://badgen.net/travis/Opentrons/opentrons/edge
6-
:target: https://travis-ci.org/Opentrons/opentrons
7-
:alt: Build Status
8-
95
.. image:: https://badgen.net/codecov/c/github/Opentrons/opentrons
106
:target: https://codecov.io/gh/Opentrons/opentrons
117
:alt: Coverage Status
@@ -67,7 +63,7 @@ Simulators
6763
***************
6864
Simulation mode will run the robot-server with simple software simulations of the Smoothie and magnetic, temperature, and thermocycler modules. This mode is ideal for rapid testing as the GCODE communication layer is bypassed.
6965

70-
- `make -C robot-server dev`
66+
- ``make -C robot-server dev``
7167

7268
***************
7369
Emulators
@@ -76,7 +72,7 @@ Using the emulation mode will have the robot server send GCODE commands to a run
7672

7773
This requires two steps. Enter these commands from the opentrons directory:
7874

79-
- `make -C api emulator`
80-
- `make -C robot-server dev-with-emulator`
75+
- ``make -C api emulator``
76+
- ``make -C robot-server dev-with-emulator``
8177

82-
By default a `p20_multi_v2.0` is on the left mount and `p20_single_v2.0` is on the right. These can be changed by modifying the `OT_EMULATOR_smoothie` environment variable which contains a stringified JSON object with a `model` and `id` field for the `left` and `right`. All fields are optional. For example to use a `p300_multi` on the right use `export OT_EMULATOR_smoothie='{"right": {"model": "p300_multi"}}' && make -C api emulator`
78+
By default a ``p20_multi_v2.0`` is on the left mount and ``p20_single_v2.0`` is on the right. These can be changed by modifying the ``OT_EMULATOR_smoothie`` environment variable which contains a stringified JSON object with a ``model`` and ``id`` field for the ``left`` and ``right``. All fields are optional. For example to use a ``p300_multi`` on the right use ``export OT_EMULATOR_smoothie='{"right": {"model": "p300_multi"}}' && make -C api emulator``

0 commit comments

Comments
 (0)