From 0b46551bcfc1fa0ce1836ba6d898e3c264702fe4 Mon Sep 17 00:00:00 2001 From: Yuval Langer Date: Thu, 10 Jul 2014 23:03:21 +0300 Subject: [PATCH] Adding list of links to http://nbviewer.ipython.org --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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