Skip to content

Commit cba39c1

Browse files
Get the docs to generate
1 parent 6c798fe commit cba39c1

File tree

4 files changed

+19
-10
lines changed

4 files changed

+19
-10
lines changed

adafruit_is31fl3731/keybow2040.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
"""
6-
`adafruit_is31fl3731.charlie_bonnet`
6+
`adafruit_is31fl3731.keybow2040`
77
====================================================
88
99
CircuitPython driver for the IS31FL3731 charlieplex IC.

adafruit_is31fl3731/rgbmatrix5x5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# SPDX-License-Identifier: MIT
88

99
"""
10-
`adafruit_is31fl3731.RGBmatrix5x5`
10+
`adafruit_is31fl3731.rgbmatrix5x5`
1111
====================================================
1212
1313
CircuitPython driver for the IS31FL3731 charlieplex IC.

docs/api.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,20 @@
1010
.. automodule:: adafruit_is31fl3731.charlie_wing
1111
:members:
1212

13+
.. automodule:: adafruit_is31fl3731.keybow2040
14+
:members:
15+
16+
.. automodule:: adafruit_is31fl3731.led_shim
17+
:members:
18+
1319
.. automodule:: adafruit_is31fl3731.matrix
1420
:members:
1521

16-
.. automodule:: adafruit_is31fl3731.scroll_phat_hd
22+
.. automodule:: adafruit_is31fl3731.matrix_11x7
1723
:members:
1824

19-
.. automodule:: adafruit_is31fl3731.led_shim
25+
.. automodule:: adafruit_is31fl3731.rgbmatrix5x5
26+
:members:
27+
28+
.. automodule:: adafruit_is31fl3731.scroll_phat_hd
2029
:members:

docs/examples.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ libraries. CircuitPython does not support PIL/pillow (python imaging library)!
4747
:caption: examples/is31fl3731_pillow_numbers.py
4848
:linenos:
4949

50-
Colorfull Examples
51-
------------------
50+
Colorful Examples
51+
-----------------
5252

53-
Example that work on the RGB Led Shim.
53+
Example that works on the RGB Led Shim.
5454

5555
.. literalinclude:: ../examples/is31fl3731_ledshim_rainbow.py
5656
:caption: examples/is31fl3731_ledshim_rainbow.py
5757
:linenos:
5858

59-
Example that work on the RGB Matrix 5x5.
59+
Example that works on the RGB Matrix 5x5.
6060

61-
.. literalinclude:: ../examples/is31fl3731_RGBmatrix5x5_rainbow.py
62-
:caption: examples/is31fl3731_RGBmatrix5x5_rainbow.py
61+
.. literalinclude:: ../examples/is31fl3731_rgbmatrix5x5_rainbow.py
62+
:caption: examples/is31fl3731_rgbmatrix5x5_rainbow.py
6363
:linenos:

0 commit comments

Comments
 (0)