8000 DOC: update documentation for release · scikit-learn/scikit-learn@d8bd3d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8bd3d3

Browse files
committed
DOC: update documentation for release
1 parent 33cf98c commit d8bd3d3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '0.14-git'
71+
version = '0.14'
7272
# The full version, including alpha/beta/rc tags.
7373
import sklearn
7474
release = sklearn.__version__

doc/documentation.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="container-index">
44

5-
Documentation of scikit-learn 0.13
5+
Documentation of scikit-learn 0.14
66
==================================
77

88
.. raw:: html
@@ -78,9 +78,10 @@ Documentation of scikit-learn 0.13
7878
<div class="span4 box">
7979
<h2>Other Versions</h2>
8080
<ul>
81-
<li><a href="http://scikit-learn.org/0.13/user_guide.html">scikit-learn 0.13 (stable)</a></li>
82-
<li>scikit-learn 0.14 (development)</li>
81+
<li>scikit-learn 0.14 (stable)</li>
82+
<li><a href="http://scikit-learn.org/0.15/user_guide.html">scikit-learn 0.15 (development)</a></li>
8383

84+
<li><a href="http://scikit-learn.org/0.13/user_guide.html">scikit-learn 0.13</a></li>
8485
<li><a href="http://scikit-learn.org/0.12/user_guide.html">scikit-learn 0.12</a></li>
8586
<li><a href="http://scikit-learn.org/0.11/user_guide.html">scikit-learn 0.11</a></li>
8687
<li><a href="http://scikit-learn.org/0.10/user_guide.html">scikit-learn 0.10</a></li>

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@
252252
<li><em>On-going development:</em>
253253
<a href="whats_new.html"><em>What's new</em> (changelog)</a>
254254
</li>
255+
<li><em>August 2013.</em> scikit-learn 0.14 is available for download (<a href="whats_new.html">Changelog</a>).
256+
</li>
255257
<li><em>July 22-28th, 2013: international sprint.</em>
256258
During this week-long sprint, we gathered most of the core
257259
developers in Paris.
@@ -260,8 +262,6 @@
260262
and <a href="http://www.tinyclues.com/">tinyclues</a>, and
261263
donations that helped fund this event.
262264

263-
<li><em>February 2013.</em> scikit-learn 0.13.1 is available for download (<a href="whats_new.html">Changelog</a>).
264-
</li>
265265
</ul>
266266
</div>
267267

0 commit comments

Comments
 (0)
0