Skip to content

Commit

Permalink
Add make dependency and advanced pipette functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Oct 29, 2018
1 parent f32000a commit 1007742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ lint: $(ot_py_sources)
$(python) -m pylama src/opentrons tests

.PHONY: docs
docs:
docs: local-install
pipenv run sphinx-build -b html -d docs/build/doctrees docs/source docs/build/html
pipenv run sphinx-build -b doctest -d docs/build/doctrees docs/source docs/build/doctest
shx mkdir -p docs/dist
Expand Down
2 changes: 1 addition & 1 deletion api/docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Pipette
.. module:: opentrons.legacy_api.instruments

.. autoclass:: opentrons.legacy_api.instruments.Pipette
:members: aspirate, dispense, mix, delay, drop_tip, blow_out, touch_tip, pick_up_tip, return_tip, move_to, home, set_flow_rate
:members: aspirate, dispense, mix, delay, drop_tip, blow_out, touch_tip, pick_up_tip, return_tip, transfer, distribute, consolidate, move_to, home, set_flow_rate

0 comments on commit 1007742

Please sign in to comment.