From d0bbe67302cb89e0d071e3319fbcdd75d414936b Mon Sep 17 00:00:00 2001 From: kasowskc <72176947+kasowskc@users.noreply.github.com> Date: Tue, 27 Dec 2022 06:27:17 -0800 Subject: [PATCH] Add additional video tutorial reference to documentation. (#921) * Added additional video tutorial Added additional link to video tutorial series by Ian Annase. The original tutorial is very low resolution and is hard to follow. The tutorial linked in this commit is entirely in HD and goes further in depth, including examples of possible functionality. * Update index.rst Adjusted link formatting. * Update index.rst Updated link formatting again because I'm an idiot. * Update index.rst Edited formatting to fix missing period and double wording. --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index c9622921..debd9ffa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ Welcome to Spotipy! you get full access to all of the music data provided by the Spotify platform. Assuming you set the ``SPOTIPY_CLIENT_ID`` and ``SPOTIPY_CLIENT_SECRET`` -environment variables (here is a `video `_ explaining how to do so), here's a quick example of using *Spotipy* to list the +environment variables (here is a `video `_ explaining how to do so). For a longer tutorial with examples included, refer to this `video playlist `_. Below is a quick example of using *Spotipy* to list the names of all the albums released by the artist 'Birdy':: import spotipy