From 1bfe338cd4d30c4cc0f08d3163c29137b2f6bb64 Mon Sep 17 00:00:00 2001 From: Carissa Brittain Date: Fri, 28 Jun 2013 18:12:14 -0400 Subject: [PATCH 1/2] Sprint: Added new external resources page, link from main and content pages --- doc/_templates/index.html | 15 +-------------- doc/contents.rst | 1 + doc/resources/index.rst | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 14 deletions(-) create mode 100644 doc/resources/index.rst diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 2768472bc8c8..3dda0900fe7a 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -124,20 +124,7 @@

Documentation

Other learning resources

- +

Check the external resources page

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..e43ff9f15b09 --- /dev/null +++ b/doc/resources/index.rst @@ -0,0 +1,34 @@ +.. _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 + +========== + Tutorials +========== + +* `Matplotlib tutorial `_ by Nicolas P. Rougier + + From 6ebececd3269ee55d19a574044e1a15f87d4f4a5 Mon Sep 17 00:00:00 2001 From: Carissa Brittain Date: Fri, 19 Jul 2013 09:30:48 -0400 Subject: [PATCH 2/2] Updated index page text and added another video --- doc/_templates/index.html | 3 ++- doc/resources/index.rst | 29 ++++++++++++++++++++++------- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 3dda0900fe7a..0ff5d9241a8f 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -124,7 +124,8 @@

Documentation

Other learning resources

-

Check the external resources page

+

There are many external learning + resources available including printed material, videos and tutorials.

Need help?

diff --git a/doc/resources/index.rst b/doc/resources/index.rst index e43ff9f15b09..98dbd6f4599a 100644 --- a/doc/resources/index.rst +++ b/doc/resources/index.rst @@ -9,26 +9,41 @@ Books and Chapters =================== -* `Matplotlib for Python Developers `_ by Sandro Tosi +* `Matplotlib for Python Developers + `_ + by Sandro Tosi -* `Matplotlib chapter `_ by John Hunter and Michael Droettboom in The Architecture of Open Source Applications +* `Matplotlib chapter `_ + by John Hunter and Michael Droettboom in The Architecture of Open Source + Applications -* `Graphics with Matplotlib `_ by David J. Raymond +* `Graphics with Matplotlib + `_ + by David J. Raymond ======= Videos ======= -* `Getting started with Matplotlib `_ by `unpingco `_ +* `Getting started with Matplotlib + `_ + by `unpingco `_ -* `Plotting with matplotlib `_ by Mike Müller +* `Plotting with matplotlib `_ + by Mike Müller -* `Introduction to NumPy and Matplotlib `_ by Eric Jones +* `Introduction to NumPy and Matplotlib + `_ by Eric Jones + +* `Anatomy of Matplotlib + `_ + by Benjamin Root ========== Tutorials ========== -* `Matplotlib tutorial `_ by Nicolas P. Rougier +* `Matplotlib tutorial `_ + by Nicolas P. Rougier