doc/main/index: Clarify categories.

This is more descriptive than just repeating the module name.
This commit is contained in:
Laurens Valk
2022-12-16 22:30:09 +01:00
parent 98e7d814b1
commit 1c5e390e13
6 changed files with 12 additions and 9 deletions
+3
View File
@@ -4,6 +4,9 @@
## Unreleased
### Changed
- Changed module TOC headings to make it easier to find things.
## 3.2.0c1 - 2022-12-09
### Changed
+2 -2
View File
@@ -1,7 +1,7 @@
.. pybricks-requirements::
:mod:`hubs <pybricks.hubs>` -- Programmable hubs
================================================
:mod:`hubs <pybricks.hubs>` -- Built-in hub functions
=====================================================
.. module:: pybricks.hubs
+2 -2
View File
@@ -1,6 +1,6 @@
.. pybricks-requirements:: pybricks-iodevices
:mod:`iodevices <pybricks.iodevices>` -- Generic I/O devices
:mod:`iodevices <pybricks.iodevices>` -- Custom devices
============================================================
.. module:: pybricks.iodevices
@@ -12,7 +12,7 @@
pupdevice
lwp3device
This module has classes for generic input/output devices.
This module has classes for generic and custom input/output devices.
.. pybricks-classlink:: PUPDevice
+2 -2
View File
@@ -1,7 +1,7 @@
.. pybricks-requirements::
:mod:`pupdevices <pybricks.pupdevices>` -- Powered Up devices
=============================================================
:mod:`pupdevices <pybricks.pupdevices>` -- Motors, sensors, lights
==================================================================
.. automodule:: pybricks.pupdevices
:no-members:
+2 -2
View File
@@ -1,7 +1,7 @@
.. pybricks-requirements::
:mod:`robotics <pybricks.robotics>` -- Robotics
======================================================
:mod:`robotics <pybricks.robotics>` -- Robotics and drive bases
===============================================================
.. automodule:: pybricks.robotics
:no-members:
+1 -1
View File
@@ -1,6 +1,6 @@
.. pybricks-requirements::
:mod:`tools <pybricks.tools>` -- General purpose tools
:mod:`tools <pybricks.tools>` -- Timing tools
========================================================
.. automodule:: pybricks.tools