From b5f1a5ec47ae744ac9f78ee806a0b595b8d7d535 Mon Sep 17 00:00:00 2001
From: Andreas Mueller <amueller@ais.uni-bonn.de>
Date: Sun, 6 May 2012 18:39:07 +0200
Subject: [PATCH] WEB Added page with links to various tutorials/presentations
 on scikit-learn

---
 doc/index.rst                       |  1 +
 doc/presentations.rst               | 31 +++++++++++++++++++++++++++++
 doc/themes/scikit-learn/layout.html |  6 ++----
 3 files changed, 34 insertions(+), 4 deletions(-)
 create mode 100644 doc/presentations.rst

diff --git a/doc/index.rst b/doc/index.rst
index f849d116af..a9b0ef15b3 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -199,3 +199,4 @@ Development
 
    support
    whats_new
+   presentations
diff --git a/doc/presentations.rst b/doc/presentations.rst
new file mode 100644
index 0000000000..be4d422be6
--- /dev/null
+++ b/doc/presentations.rst
@@ -0,0 +1,31 @@
+===========================================
+Presentations and Tutorials on Scikit-Learn
+===========================================
+
+Videos
+======
+
+- `Introduction to scikit-learn
+  <http://videolectures.net/icml2010_varaquaux_scik/>`_ by `Gael Varoquaux`_ at
+  ICML 2010
+
+- Extensive four part `Introduction to machine learning with scikit
+  learn <http://archive.org/search.php?query=scikit-learn>`_ by
+  `Gael Varoquaux`_ at SciPy 2011
+
+- `Statistical Learning for Text Classification with scikit-learn and NLTK
+  <http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362>`_
+  (and `slides <http://www.slideshare.net/ogrisel/statistical-machine-learning-for-text-classification-with-scikitlearn-and-nltk>`_)
+  by `Olivier Grisel`_ at PyCon 2011
+
+- `Statistical Learning for Text Classification with scikit-learn and NLTK
+  <http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-statistical-machine-learning-for-text-classification-with-scikit-learn-4898362>`_
+  by `Olivier Grisel`_ at PyCon 2012
+
+
+- `scikit-learn - Machine Learning in Python <http://marakana.com/s/scikit-learn_machine_learning_in_python,1152/index.html>`_
+  by `Jake Vanderplas`_ at the 2012 PyData workshop at Google
+
+.. _Gael Varoquaux: http://gael-varoquaux.info
+.. _Jake Vanderplas: http://www.astro.washington.edu/users/vanderplas/
+.. _Olivier Grisel: http://twitter.com/ogrisel
diff --git a/doc/themes/scikit-learn/layout.html b/doc/themes/scikit-learn/layout.html
index 778743e844..e9f8de43bb 100644
--- a/doc/themes/scikit-learn/layout.html
+++ b/doc/themes/scikit-learn/layout.html
@@ -158,10 +158,8 @@
     on <a href="{{pathto('install')}}">installing</a>.</p>
 
 
-    <h3>Videos</h3>
-    <p>Watch the 2010
-    ICML <a href="http://videolectures.net/icml2010_varaquaux_scik/">Introductory
-    Video</a> by Gaƫl Varoquaux.</p>
+    <h3>Presentations</h3>
+    <p>Get into the spirit with <a href="{{pathto('presentations')}}">videos</a> from Scikit-Learn tutorials.</p>
 
     <h3>Participate</h3>
 
-- 
GitLab