Skip to content

Commit 9d60dda

Browse files
committed
sphinx fix; used 'module' vs 'automodule'
1 parent beec536 commit 9d60dda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
.. If you created a package, create one automodule per module in the package.
33
4-
.. module:: adafruit_max7219.max7219
4+
.. automodule:: adafruit_max7219.max7219
55
:members
66

7-
.. module:: adafruit_max7219.matrices
7+
.. automodule:: adafruit_max7219.matrices
88
:members:
99

10-
.. module:: adafruit_max7219.bcddigits
10+
.. automodule:: adafruit_max7219.bcddigits
1111
:members

0 commit comments

Comments
 (0)