Skip to content

Commit 5dd159e

Browse files
committed
Change api rst content to automodule each individually.
1 parent cd7e989 commit 5dd159e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

api.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22
.. If you created a package, create one automodule per module in the package.
33
4-
.. automodule:: adafruit_motor
4+
.. automodule:: adafruit_motor.motor
55
:members:
6+
7+
.. automodule:: adafruit_motor.servo
8+
:members:
9+
10+
.. automodule:: adafruit_motor.stepper
11+
:members:

0 commit comments

Comments
 (0)