Skip to content

Commit deacdbe

Browse files
brentrubrentru
brentru
authored and
brentru
committed
add subheadings
1 parent 5d2c7d3 commit deacdbe

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/drivers.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Helper Libraries
3636
These libraries build on top of the low level APIs to simplify common tasks.
3737

3838
LED Helpers
39+
^^^^^^^^^^^^
3940

4041
Helpers for animating LEDs.
4142

@@ -45,6 +46,7 @@ Helpers for animating LEDs.
4546
LED Animation <https://adafruit-circuitpython-led-animation.readthedocs.io/en/latest/>
4647

4748
User Interface and GFX Helpers
49+
^^^^^^^^^^^^
4850

4951
Helpers for building graphical interfaces using the displayio core module.
5052

@@ -63,7 +65,8 @@ Helpers for building graphical interfaces using the displayio core module.
6365
miniQR Non-hardware QR code generator <https://circuitpython.readthedocs.io/projects/miniqr/en/latest/>
6466
Image Load <https://circuitpython.readthedocs.io/projects/imageload/en/latest/>
6567

66-
Motor Helpers
68+
Motor Helpers
69+
^^^^^^^^^^^^^^
6770

6871
Helpers for driving motors, servos, and steppers.
6972

@@ -74,6 +77,7 @@ Helpers for driving motors, servos, and steppers.
7477
ServoKit <https://circuitpython.readthedocs.io/projects/servokit/en/latest/>
7578

7679
Internet of Things Web Service Helpers
80+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7781

7882
Helpers for connecting with hosted and self-hosted internet-of-things web services.
7983

@@ -86,6 +90,7 @@ Helpers for connecting with hosted and self-hosted internet-of-things web servic
8690
Hue Lights <https://circuitpython.readthedocs.io/projects/hue/en/latest/>
8791

8892
Internet-of-Things/Wireless Protocol Helpers
93+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8994

9095
Helpers for interfacing with the internet or wireless communication.
9196

@@ -101,6 +106,7 @@ Helpers for interfacing with the internet or wireless communication.
101106
NTP (Network time Protocol) <https://circuitpython.readthedocs.io/projects/ntp/en/latest/>
102107

103108
Cryptography Helpers
109+
^^^^^^^^^^^^^^^^^^^^^
104110

105111
Helpers for secure communication.
106112

@@ -109,6 +115,7 @@ Helpers for secure communication.
109115
RSA <https://circuitpython.readthedocs.io/projects/rsa/en/latest/>
110116

111117
CPython-module Helpers
118+
^^^^^^^^^^^^^^^^^^^^^^^
112119

113120
Pure-Python implementations of standard CPython libraries. Some of these
114121
modules may have a CircuitPython Core API implementation too.
@@ -121,6 +128,7 @@ modules may have a CircuitPython Core API implementation too.
121128
hashlib <https://circuitpython.readthedocs.io/projects/hashlib/en/latest/>
122129

123130
Audio Helpers
131+
^^^^^^^^^^^^^^^
124132

125133
Music, noisemakers, and more.
126134

@@ -130,8 +138,10 @@ Music, noisemakers, and more.
130138
Waveform Generation <https://circuitpython.readthedocs.io/projects/waveform/en/latest/>
131139

132140
Miscellaneous Helpers
141+
^^^^^^^^^^^^^^^^^^^^^^^
133142

134143
.. toctree::
144+
135145
AVR programming <https://circuitpython.readthedocs.io/projects/avrprog/en/latest/>
136146
Board Test Suite <https://circuitpython.readthedocs.io/projects/boardtest/en/latest/>
137147
Debouncer <https://circuitpython.readthedocs.io/projects/debouncer/en/latest/>

0 commit comments

Comments
 (0)