pybricks.tools: Add category headings.

This commit is contained in:
Laurens Valk
2023-04-21 13:59:16 +02:00
parent 870aae83c0
commit be9f99d41b
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -1,11 +1,14 @@
.. pybricks-requirements::
:mod:`tools <pybricks.tools>` -- Timing tools
:mod:`tools <pybricks.tools>` -- General purpose tools
========================================================
.. automodule:: pybricks.tools
:no-members:
Timing tools
---------------
.. autofunction:: wait
.. autoclass:: pybricks.tools.StopWatch
@@ -19,6 +22,9 @@
.. automethod:: pybricks.tools.StopWatch.reset
Linear algebra tools
--------------------
.. pybricks-requirements:: stm32-float
.. autoclass:: pybricks.tools.Matrix