Skip to content
Snippets Groups Projects
Commit bf0d2aaf authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

More doc on 0.7 release.

parent aaac3b34
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,8 @@ copyright = u'2010, scikits.learn developers (BSD License)' ...@@ -62,7 +62,8 @@ copyright = u'2010, scikits.learn developers (BSD License)'
# The short X.Y version. # The short X.Y version.
version = '0.7' version = '0.7'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
......
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
{% else %} {% else %}
<h3>News</h3> <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>. for <a href="https://sourceforge.net/projects/scikit-learn/files/">download</a>.
See <a href="{{pathto('whats_new')}}">what's new</a> and tips See <a href="{{pathto('whats_new')}}">what's new</a> and tips
on <a href="{{pathto('install')}}">installing</a>.</p> on <a href="{{pathto('install')}}">installing</a>.</p>
......
...@@ -195,7 +195,7 @@ People that made this release possible preceeded by number of commits: ...@@ -195,7 +195,7 @@ People that made this release possible preceeded by number of commits:
* 97 `Peter Prettenhofer <http://sites.google.com/site/peterprettenhofer/>`_ * 97 `Peter Prettenhofer <http://sites.google.com/site/peterprettenhofer/>`_
* 68 `Alexandre Gramfort * 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/>`_ * 59 `Mathieu Blondel <http://www.mblondel.org/journal/>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment