File tree Expand file tree Collapse file tree 4 files changed +42
-5
lines changed Expand file tree Collapse file tree 4 files changed +42
-5
lines changed Original file line number Diff line number Diff line change 269
269
<div class =" span4" >
270
270
<h4 >Community</h4 >
271
271
<ul >
272
+ <li ><em >About us</em > See <a href =" about.html" >authors</a > # scikit-learn</li >
272
273
<li ><em >Questions?</em > See <a href =" http://stackoverflow.com/questions/tagged/scikit-learn" >stackoverflow</a > # scikit-learn</li >
273
274
<li ><em >Mailing list:</em > <a href =" https://lists.sourceforge.net/lists/listinfo/scikit-learn-general" >scikit-learn-general@lists.sourceforge.net</a ></li >
274
275
<li ><em >IRC:</em > #scikit-learn @ <a href =" http://webchat.freenode.net/" >freenode</a ></li >
333
334
334
335
</div >
335
336
</div >
337
+
338
+ <!-- Bottom of index page contributions logos-->
339
+ <div class =" container index-upper" >
340
+ <div class =" row-fluid" >
341
+ <div class =" footer" >
342
+ <div class =" span4" >
343
+ Generous funding provided by INRIA, Google and others.
344
+ </div >
345
+ <div class =" span4" >
346
+ <a class =" reference internal" href =" about.html#funding" style =" text-decoration : none " >
347
+ <img id =" index-funding-logo-big" src =" _images/inria-small.jpg" title =" INRIA" >
348
+ <img id =" index-funding-logo-small" src =" _images/google-logo.png" title =" Google" >
349
+ <!-- Due to Télécom ParisTech's logo text being smaller, a style has been added to improve readability-->
350
+ <img id =" index-funding-logo-small" src =" _images/telecomparistech.jpg" title =" Télécom ParisTech" style =" max-height : 36px " >
351
+ <img id =" index-funding-logo-small" src =" _images/FNRS-logo.png" title =" FNRS" >
352
+ </a >
353
+ </div >
354
+ <div class =" span4" >
355
+ <a class =" reference internal" href =" about.html#funding" >
356
+ More information on our contributors
357
+ </a >
358
+ </div >
359
+ </div >
360
+ </div >
361
+ </div >
336
362
</div >
337
363
338
364
Original file line number Diff line number Diff line change @@ -302,18 +302,20 @@ <h2>Machine Learning in Python</h2>
302
302
303
303
{%- block footer %}
304
304
< div class ="footer ">
305
- {%- if show_copyright %}
305
+ {%- if pagename != 'index' %}
306
+ {%- if show_copyright %}
306
307
{%- if hasdoc('copyright') %}
307
308
{% trans path=pathto('copyright'), copyright=copyright|e %}© {{ copyright }}.{% endtrans %}
308
309
{%- else %}
309
310
{% trans copyright=copyright|e %}© {{ copyright }}.{% endtrans %}
310
311
{%- endif %}
311
- {%- endif %}
312
- {%- if last_updated %}
312
+ {%- endif %}
313
+ {%- if last_updated %}
313
314
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
314
- {%- endif %}
315
- {%- if show_source and has_source and sourcename %}
315
+ {%- endif %}
316
+ {%- if show_source and has_source and sourcename %}
316
317
< a href ="{{ pathto('_sources/' + sourcename, true)|e }} " rel ="nofollow "> {{ _('Show this page source') }}</ a >
318
+ {%- endif %}
317
319
{%- endif %}
318
320
</ div >
319
321
Original file line number Diff line number Diff line change @@ -1034,6 +1034,15 @@ div.testimonial span.testimonial-author p{
1034
1034
color: #808080;
1035
1035
}
1036
1036
1037
+#index-funding-logo-big {
1038
+ padding: 0 7px 7px 7px;
1039
+ max-height: 40px
1040
+ }
1041
+
1042
+ #index-funding-logo-small {
1043
+ padding: 0 7px 7px 7px;
1044
+ max-height: 24px
1045
+ }
1037
1046
1038
1047
.no-display {
1039
1048
display: none;
You can’t perform that action at this time.
0 commit comments