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

Skip to content

Commit 5497d47

Browse files
committed
Merge pull request #2165 from alsaihn/new_resource_page
Sprint: Added new external resources page, link from main and content pages
2 parents e05de8b + 6ebecec commit 5497d47

File tree

3 files changed

+52
-14
lines changed

3 files changed

+52
-14
lines changed

doc/_templates/index.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,8 @@ <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>There are many <a href="{{ pathto('resources/index') }}">external learning
128+
resources</a> available including printed material, videos and tutorials.</p>
141129

142130
<h4>Need help?</h4>
143131

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

0 commit comments

Comments
 (0)