diff --git a/doc/_templates/index.html b/doc/_templates/index.html
index 2768472bc8c8..0ff5d9241a8f 100644
--- a/doc/_templates/index.html
+++ b/doc/_templates/index.html
@@ -124,20 +124,8 @@
Documentation
Other learning resources
-
+ There are many external learning
+ resources available including printed material, videos and tutorials.
Need help?
diff --git a/doc/contents.rst b/doc/contents.rst
index 9a2a82b53d57..d5c20acd5f01 100644
--- a/doc/contents.rst
+++ b/doc/contents.rst
@@ -16,6 +16,7 @@ Overview
users/index.rst
faq/index.rst
+ resources/index.rst
devel/index.rst
mpl_toolkits/index.rst
api/index.rst
diff --git a/doc/resources/index.rst b/doc/resources/index.rst
new file mode 100644
index 000000000000..98dbd6f4599a
--- /dev/null
+++ b/doc/resources/index.rst
@@ -0,0 +1,49 @@
+.. _resources-index:
+
+*******************
+ External Resources
+*******************
+
+
+===================
+ Books and Chapters
+===================
+
+* `Matplotlib for Python Developers
+ `_
+ by Sandro Tosi
+
+* `Matplotlib chapter `_
+ by John Hunter and Michael Droettboom in The Architecture of Open Source
+ Applications
+
+* `Graphics with Matplotlib
+ `_
+ by David J. Raymond
+
+=======
+ Videos
+=======
+
+* `Getting started with Matplotlib
+ `_
+ by `unpingco `_
+
+* `Plotting with matplotlib `_
+ by Mike Müller
+
+* `Introduction to NumPy and Matplotlib
+ `_ by Eric Jones
+
+* `Anatomy of Matplotlib
+ `_
+ by Benjamin Root
+
+==========
+ Tutorials
+==========
+
+* `Matplotlib tutorial `_
+ by Nicolas P. Rougier
+
+