From 0c2fcecc16db3c0c942e25c0db89f565f64fd8a2 Mon Sep 17 00:00:00 2001 From: Paul Lamere Date: Thu, 21 Aug 2014 14:26:19 -0400 Subject: [PATCH] working the docs --- docs/spotipy.rst | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/spotipy.rst diff --git a/docs/spotipy.rst b/docs/spotipy.rst new file mode 100644 index 0000000..69a3b2f --- /dev/null +++ b/docs/spotipy.rst @@ -0,0 +1,35 @@ +spotipy Package +=============== + +:mod:`spotipy` Package +---------------------- + +.. automodule:: spotipy.__init__ + :members: + :undoc-members: + :show-inheritance: + +:mod:`client` Module +-------------------- + +.. automodule:: spotipy.client + :members: + :undoc-members: + :show-inheritance: + +:mod:`oauth2` Module +-------------------- + +.. automodule:: spotipy.oauth2 + :members: + :undoc-members: + :show-inheritance: + +:mod:`util` Module +------------------ + +.. automodule:: spotipy.util + :members: + :undoc-members: + :show-inheritance: +