8000 ENH added telecom to the testimonials · InterferencePattern/scikit-learn@8395f70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8395f70

Browse files
NelleVGaelVaroquaux
authored andcommitted
ENH added telecom to the testimonials
1 parent 6c79db7 commit 8395f70

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed
11.2 KB
Loading

doc/testimonials/testimonials.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,35 @@ Mark Ayzenshtat, Head of Data Products
8888

8989
</span>
9090

91+
`Télécom ParisTech <http://www.telecom-paristech.fr>`_
92+
------------------------
93+
94+
.. raw:: html
95+
96+
<div class="logo">
97+
98+
.. image:: images/telecomparistech.jpg
99+
:target: https://www.telecom-paristech.fr
100+
101+
.. raw:: html
102+
103+
</div>
104+
105+
106+
At Telecom ParisTech, scikit-learn is used for hands on sessions and home
107+
assignments in introductory and advanced machine learning courses. The classes
108+
are for undergrads and masters students. The great benefit of scikit-learn is
109+
its fast learning curve that allows students to quickly start working on
110+
interesting and motivating problems.
111+
112+
.. raw:: html
113+
114+
<span class="testimonial-author">
115+
116+
Alexandre Gramfort, Assistant Professor
117+
118+
.. raw:: html
119+
120+
</span>
121+
91122

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,8 @@ div.logo {
983983
}
984984

985985
div.logo img {
986-
max-width: 200px;
986+
max-width: 150px;
987+
max-height: 150px;
987988
}
988989

989990
div.testimonial p {
@@ -996,6 +997,7 @@ div.testimonial p {
996997
div.testimonial span.testimonial-author {
997998
width: 100%;
998999
text-align: right;
1000+
margin-bottom: 30px;
9991001
}
10001002

10011003
div.testimonial span.testimonial-author p{

0 commit comments

Comments
 (0)
0