Files
pybricks-api/doc/api/tools.rst
T
David Lechner 31a639f55b doc/api/conf.py: enable nitpicky
This enables the sphinx doc nitpicky option to detect broken references.

Also fix all of the broken references.
2020-01-11 21:08:20 -06:00

21 lines
476 B
ReStructuredText

:mod:`tools <pybricks.tools>` -- Timing and Datalogging
=======================================================
.. automodule:: pybricks.tools
:no-members:
.. autofunction:: print
.. autofunction:: wait
.. autoclass:: pybricks.tools.StopWatch
:no-members:
.. automethod:: pybricks.tools.StopWatch.time
.. automethod:: pybricks.tools.StopWatch.pause
.. automethod:: pybricks.tools.StopWatch.resume
.. automethod:: pybricks.tools.StopWatch.reset