8000 Sprint: Added new external resources page, link from main and content pages by alsaihn · Pull Request #2165 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Sprint: Added new external resources page, link from main and content pages #2165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 19, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions doc/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,8 @@ <h1>Documentation</h1>

<h4>Other learning resources</h4>

<ul>
<li>Sandro Tosi has a new book
<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
for python developers</a> also
at <a href="http://www.amazon.com/Matplotlib-Python-Developers-Sandro-Tosi/dp/1847197906">amazon</a>.</li>

<li>Nicolas Rougier has
a <a href="http://www.loria.fr/~rougier/teaching/matplotlib/">beginner
tutorial.</a></li>

<li>Eric Jones gave
an <a href="http://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp">introductory
tutorial on Numpy and matplotlib</a> at SciPy 2012.</li>
</ul>
<p>There are many <a href="{{ pathto('resources/index') }}">external learning
resources</a> available including printed material, videos and tutorials.</p>

<h4>Need help?</h4>

Expand Down
1 change: 1 addition & 0 deletions doc/contents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Overview

users/index.rst
faq/index.rst
resources/index.rst
devel/index.rst
mpl_toolkits/index.rst
api/index.rst
Expand Down
49 changes: 49 additions & 0 deletions doc/resources/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.. _resources-index:

*******************
External Resources
*******************


===================
Books and Chapters
===================

* `Matplotlib for Python Developers
<http://www.packtpub.com/matplotlib-python-development/book?mid/171109cna1h>`_
by Sandro Tosi

* `Matplotlib chapter <http://www.aosabook.org/en/matplotlib.html>`_
by John Hunter and Michael Droettboom in The Architecture of Open Source
Applications

* `Graphics with Matplotlib
<http://physics.nmt.edu/~raymond/software/python_notes/paper004.html>`_
by David J. Raymond

=======
Videos
=======

* `Getting started with Matplotlib
<http://showmedo.com/videotutorials/video?name=7200090&fromSeriesID=720>`_
by `unpingco <http://showmedo.com/videotutorials/?author=6237>`_

* `Plotting with matplotlib <http://www.youtube.com/watch?v=P7SVi0YTIuE>`_
by Mike Müller

* `Introduction to NumPy and Matplotlib
<http://www.youtube.com/watch?v=3Fp1zn5ao2M&feature=plcp>`_ by Eric Jones

* `Anatomy of Matplotlib
<https://conference.scipy.org/scipy2013/tutorial_detail.php?id=103>`_
by Benjamin Root

==========
Tutorials
==========

* `Matplotlib tutorial <http://www.loria.fr/~rougier/teaching/matplotlib/>`_
3EC4 by Nicolas P. Rougier


0