mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 02:54:52 +00:00
pybricks.tools: Add category headings.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
# Copyright (c) 2018-2022 The Pybricks Authors
|
||||
# Copyright (c) 2018-2023 The Pybricks Authors
|
||||
|
||||
"""Common tools for timing, data logging, and geometry math tools."""
|
||||
"""Common tools for timing, data logging, and linear algebra."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user