8000 DOC added link from banner to example. · NelleV/scikit-learn@fa2bc0a · GitHub
[go: up one dir, main page]

Skip to content

Commit fa2bc0a

Browse files
committed
DOC added link from banner to example.
The image in the banner from the front page now links to the example. closes scikit-learn#2325
1 parent 855a753 commit fa2bc0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/themes/scikit-learn/layout.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,11 @@
111111
<div class="row-fluid banner-inner">
112112
<div class="span6">
113113
<div class="row-fluid">
114-
<div class="offset2 span8"><div class="thumbnail"><img src="{{ pathto('_static/banner_example.png', 1) }}"/></div></div>
114+
<div class="offset2 span8"><div class="thumbnail">
115+
<a href="{{ pathto('auto_examples/plot_classifier_comparison') }}">
116+
<img src="{{ pathto('_static/banner_example.png', 1) }}"/>
117+
</a>
118+
</div></div>
115119
</div>
116120
</div>
117121
<div class="span6">

0 commit comments

Comments
 (0)
0