Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 222fee3

Browse files
glouppeGaelVaroquaux
authored andcommitted
Polishing on "Who's using scikit-learn"
1 parent 002fda7 commit 222fee3

File tree

2 files changed

+24
-18
lines changed

2 files changed

+24
-18
lines changed

doc/index.rst

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
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>July 22th - 28th, 2013: internal sprint</em>
255+
<li><em>July 22th - 28th, 2013: international sprint.</em>
256256
During this week-long sprint, we gathered most of the core
257257
developers in Paris.
258258
<!--
@@ -300,22 +300,35 @@
300300
<div id="testimonials_carousel" class="carousel slide">
301301
<div class="carousel-inner">
302302
<div class="active item">
303-
<img src="_images/inria.jpg" class="thumbnail" /><br />
303+
<img src="_images/inria.jpg" class="thumbnail" />
304+
<p align="center">
305+
<em>"We use scikit-learn to support leading-edge basic research [...]"</em>
306+
<a href="testimonials/testimonials.html">More testimonials</a>
307+
</p>
304308
</div>
305309
<div class="item">
306-
<img src="_images/evernote.png" class="thumbnail" /><br />
310+
<img src="_images/evernote.png" class="thumbnail" />
311+
<p align="center">
312+
<em>"For these tasks, we relied on the excellent scikit-learn package for Python."</em>
313+
<a href="testimonials/testimonials.html">More testimonials</a>
314+
</p>
307315
</div>
308316
<div class="item">
309317
<img src="_images/telecomparistech.jpg"
310-
class="thumbnail" /><br />
318+
class="thumbnail" />
319+
<p align="center">
320+
<em>"The great benefit of scikit-learn is its fast learning curve [...]"</em>
321+
<a href="testimonials/testimonials.html">More testimonials</a>
322+
</p>
311323
</div>
312324
<div class="item">
313-
<img src="_images/aweber.png" class="thumbnail" /><br />
325+
<img src="_images/aweber.png" class="thumbnail" />
326+
<p align="center">
327+
<em>"It allows us to do AWesome stuff we would not otherwise accomplish"</em>
328+
<a href="testimonials/testimonials.html">More testimonials</a>
329+
</p>
314330
</div>
315331
</div>
316-
<div style="margin-top: 5px">
317-
<a class="testimonials" href="testimonials/testminonials.html">
318-
More testimonials</a></div>
319332
</div>
320333

321334
<a class="btn btn-warning btn-big cite-us"

doc/themes/scikit-learn/static/nature.css_t

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -858,8 +858,8 @@ div.carousel>.carousel-inner>.item {
858858

859859

860860
div.carousel img {
861-
max-height: 50px;
862-
height: 50px;
861+
max-height: 70px;
862+
height: 70px;
863863
background-color: #fff;
864864
margin: auto;
865865
}
@@ -1005,7 +1005,7 @@ div.testimonial p {
10051005

10061006
div.testimonial span.testimonial-author {
10071007
width: 100%;
1008-
text-align: right;
1008+
text-align: right;
10091009
margin-bottom: 30px;
10101010
}
10111011

@@ -1143,7 +1143,6 @@ div.container-index {
11431143

11441144
.cite-us {
11451145
margin: auto;
1146-
margin-top: 30px;
11471146
display: block;
11481147
max-width: 100px;
11491148
}
@@ -1171,9 +1170,3 @@ div.container-index {
11711170
}
11721171

11731172
}
1174-
1175-
a.testimonials {
1176-
font-size: 0.9em;
1177-
float: right;
1178-
padding-right: 5px;
1179-
}

0 commit comments

Comments
 (0)