Skip to content

Commit bf0d2aa

Browse files
author
Fabian Pedregosa
committed
More doc on 0.7 release.
1 parent aaac3b3 commit bf0d2aa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

doc/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
# The short X.Y version.
6363
version = '0.7'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '0.7-git'
65+
import scikits.learn as skl
66+
release = skl.__version__
6667

6768
# The language for content autogenerated by Sphinx. Refer to documentation
6869
# for a list of supported languages.

doc/themes/scikit-learn/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{% else %}
7878
<h3>News</h3>
7979

80-
<p>scikits.learn 0.6 (release candidate) is available
80+
<p>scikits.learn 0.7 is available
8181
for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>.
8282
See <a href="{{pathto('whats_new')}}">what's new</a> and tips
8383
on <a href="{{pathto('install')}}">installing</a>.</p>

doc/whats_new.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ People that made this release possible preceeded by number of commits:
195195
* 97 `Peter Prettenhofer <http://sites.google.com/site/peterprettenhofer/>`_
196196

197197
* 68 `Alexandre Gramfort
198-
<http://www-sop.inria.fr/members/Alexandre.Gramfort/index.fr.html>`_
198+
<http://www-sop.inria.fr/members/Alexandre.Gramfort/>`_
199199

200200
* 59 `Mathieu Blondel <http://www.mblondel.org/journal/>`_
201201

0 commit comments

Comments
 (0)