File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 10
10
#}
11
11
{% extends "basic/layout.html" %}
12
12
13
+ {% block extrahead %}
14
+ < script type ="text/javascript ">
15
+
16
+ var _gaq = _gaq || [ ] ;
17
+ _gaq . push ( [ '_setAccount' , 'UA-22606712-2' ] ) ;
18
+ _gaq . push ( [ '_trackPageview' ] ) ;
19
+
20
+ ( function ( ) {
21
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
22
+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
23
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
24
+ } ) ( ) ;
25
+
26
+ </ script >
27
+ {% endblock %}
28
+
13
29
{%- if pagename == 'index' %}
14
30
{% set title = 'scikits.learn: machine learning in Python' %}
15
31
{%- endif %}
77
93
{% else %}
78
94
< h3 > News</ h3 >
79
95
80
- < p > scikits.learn 0.7 is available
96
+ < p > scikits.learn 0.8 is available
81
97
for < a href ="https://sourceforge.net/projects/scikit-learn/files/ "> download</ a > .
82
98
See < a href ="{{pathto('whats_new')}} "> what's new</ a > and tips
83
99
on < a href ="{{pathto('install')}} "> installing</ a > .</ p >
@@ -88,7 +104,7 @@ <h3>Videos</h3>
88
104
ICML < a href ="http://videolectures.net/icml2010_varaquaux_scik/ "> Introductory
89
105
Video</ a > by Gaël Varoquaux.</ p >
90
106
91
- < h3 > Participate</ h3 >
107
+ < h3 > Participate</ h3 >
92
108
93
109
< p > Fork
94
110
the < a href ="http://github.com/scikit-learn/scikit-learn "> source
You can’t perform that action at this time.
0 commit comments