From c3670cb6dccb09cb94058d25c74bd672a71f0e77 Mon Sep 17 00:00:00 2001 From: Roy Hooper Date: Sat, 4 Jan 2020 10:58:56 -0500 Subject: [PATCH] make sphinx happy (thanks @kattni!) --- docs/api.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index dd0a87d..b92f82b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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: