diff --git a/README.md b/README.md index 2c0d398..e40f6c2 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,18 @@ ideas of how to improve this tutorial. Please fork and contribute back improvements! Feel free to use this tutorial for conferences and other opportunities for training. +The tutorial can be viewed on [nbviewer](http://nbviewer.ipython.org): +* [Part 0: Introduction To NumPy] +* [Part 1: PyPlot] +* [Part 2: How To Speak MPL] +* [Part 3: Artists] +* [Part 4: mpl_toolkits] + Cheers! + +[Part 0: Introduction To NumPy]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part0-Intro2NumPy.ipynb +[Part 1: PyPlot]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part1-pyplot.ipynb +[Part 2: How To Speak MPL]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part2-HowToSpeakMPL.ipynb +[Part 3: Artists]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part3-Artists.ipynb +[Part 4: mpl_toolkits]: http://nbviewer.ipython.org/github/WeatherGod/AnatomyOfMatplotlib/blob/master/AnatomyOfMatplotlib-Part4-mpl_toolkits.ipynb