From bf0d2aaf7ccc57e7d8466dd3aa7e68d7be1874cd Mon Sep 17 00:00:00 2001
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>
Date: Mon, 28 Feb 2011 15:28:16 +0100
Subject: [PATCH] More doc on 0.7 release.

---
 doc/conf.py                         | 3 ++-
 doc/themes/scikit-learn/layout.html | 2 +-
 doc/whats_new.rst                   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/conf.py b/doc/conf.py
index 2592e441e9..94f471e429 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -62,7 +62,8 @@ copyright = u'2010, scikits.learn developers (BSD License)'
 # The short X.Y version.
 version = '0.7'
 # The full version, including alpha/beta/rc tags.
-release = '0.7-git'
+import scikits.learn as skl
+release = skl.__version__
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/doc/themes/scikit-learn/layout.html b/doc/themes/scikit-learn/layout.html
index edffc225c9..96a8e79cef 100644
--- a/doc/themes/scikit-learn/layout.html
+++ b/doc/themes/scikit-learn/layout.html
@@ -77,7 +77,7 @@
         {% else %}
         <h3>News</h3>
 
-       <p>scikits.learn 0.6 (release candidate) is available
+       <p>scikits.learn 0.7 is available
          for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>.
          See <a href="{{pathto('whats_new')}}">what's new</a> and tips
          on <a href="{{pathto('install')}}">installing</a>.</p>
diff --git a/doc/whats_new.rst b/doc/whats_new.rst
index 09a1af7067..b5f902b08a 100644
--- a/doc/whats_new.rst
+++ b/doc/whats_new.rst
@@ -195,7 +195,7 @@ People that made this release possible preceeded by number of commits:
    * 97 `Peter Prettenhofer <http://sites.google.com/site/peterprettenhofer/>`_
 
    * 68 `Alexandre Gramfort
-     <http://www-sop.inria.fr/members/Alexandre.Gramfort/index.fr.html>`_
+     <http://www-sop.inria.fr/members/Alexandre.Gramfort/>`_
 
    * 59  `Mathieu Blondel <http://www.mblondel.org/journal/>`_
 
-- 
GitLab