Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bfe338

Browse files
committed
Sprint: Added new external resources page, link from main and content pages
1 parent 5e8d808 commit 1bfe338

File tree

3 files changed

+36
-14
lines changed

3 files changed

+36
-14
lines changed

doc/_templates/index.html

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,7 @@ <h1>Documentation</h1>
124124

125125
<h4>Other learning resources</h4>
126126

127-
<ul>
128-
<li>Sandro Tosi has a new book
129-
<a href="http://www.packtpub.com/matplotlib-python-development/book?utm_source=matplotlib.sourceforge.net&utm_medium=link&utm_content=pod&utm_campaign=mdb_002124">Matplotlib
130-
for python developers</a> also
131-
at <a href="http://www.amazon.com/Matplotlib-Python-Developers-Sandro-Tosi/dp/1847197906">amazon</a>.</li>
132-
133-
<li>Nicolas Rougier has
134-
a <a href="http://www.loria.fr/~rougier/teaching/matplotlib/">beginner
135-
tutorial.</a></li>
136-
137-
<li>Eric Jones gave
138-
an <a href="http://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp">introductory
139-
tutorial on Numpy and matplotlib</a> at SciPy 2012.</li>
140-
</ul>
127+
<p>Check the <a href="{{ pathto('resources/index') }}">external resources</a> page</p>
141128

142129
<h4>Need help?</h4>
143130

doc/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Overview
1616

1717
users/index.rst
1818
faq/index.rst
19+
resources/index.rst
1920
devel/index.rst
2021
mpl_toolkits/index.rst
2122
api/index.rst

doc/resources/index.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
.. _resources-index:
2+
3+
*******************
4+
External Resources
5+
*******************
6+
7+
8+
===================
9+
Books and Chapters
10+
===================
11+
12+
* `Matplotlib for Python Developers <http://www.packtpub.com/matplotlib-python-development/book?mid/171109cna1h>`_ by Sandro Tosi
13+
14+
* `Matplotlib chapter <http://www.aosabook.org/en/matplotlib.html>`_ by John Hunter and Michael Droettboom in The Architecture of Open Source Applications
15+
16+
* `Graphics with Matplotlib <http://physics.nmt.edu/~raymond/software/python_notes/paper004.html>`_ by David J. Raymond
17+
18+
=======
19+
Videos
20+
=======
21+
22+
* `Getting started with Matplotlib <http://showmedo.com/videotutorials/video?name=7200090&fromSeriesID=720>`_ by `unpingco <http://showmedo.com/videotutorials/?author=6237>`_
23+
24+
* `Plotting with matplotlib <http://www.youtube.com/watch?v=P7SVi0YTIuE>`_ by Mike Müller
25+
26+
* `Introduction to NumPy and Matplotlib <http://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp>`_ by Eric Jones
27+
28+
==========
29+
Tutorials
30+
==========
31+
32+
* `Matplotlib tutorial <http://www.loria.fr/~rougier/teaching/matplotlib/>`_ by Nicolas P. Rougier
33+
34+

0 commit comments

Comments
 (0)