diff --git a/docs/index.rst b/docs/index.rst index 051387f9..46252f9a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -195,9 +195,7 @@ Feel free to contribute new cache handlers to the repo. Examples ======================= - -Assuming you set the ``SPOTIPY_CLIENT_ID`` and ``SPOTIPY_CLIENT_SECRET`` -environment variables (here is a `video `_ explaining how to do so). For a longer tutorial with examples included, refer to this `video playlist `_. + Here is an example of using *Spotipy* to list the names of all the albums released by the artist 'Birdy':: @@ -254,7 +252,7 @@ artist's name:: print(artist['name'], artist['images'][0]['url']) There are many more examples of how to use *Spotipy* in the `Examples -Directory `_ on Github +Directory `_ on GitHub. API Reference ==============