make sphinx happy (thanks @kattni!)
This commit is contained in:
parent
a3d95a6b87
commit
c3670cb6dc
1 changed files with 7 additions and 1 deletions
|
|
@ -4,5 +4,11 @@
|
|||
.. If your library file(s) are nested in a directory (e.g. /adafruit_foo/foo.py)
|
||||
.. use this format as the module name: "adafruit_foo.foo"
|
||||
|
||||
.. automodule:: adafruit_led_animation
|
||||
.. automodule:: adafruit_led_animation.animation
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_led_animation.color
|
||||
:members:
|
||||
|
||||
.. automodule:: adafruit_led_animation.helper
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Reference in a new issue