Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
# key: first image in set
# values: (number of plot in set, height of thumbnail)
carousel_thumbs = {'sphx_glr_plot_classifier_comparison_001.png': 600,
'sphx_glr_plot_outlier_detection_003.png': 372,
'sphx_glr_plot_anomaly_comparison_001.png': 372,
'sphx_glr_plot_gpr_co2_001.png': 350,
'sphx_glr_plot_adaboost_twoclass_001.png': 372,
'sphx_glr_plot_compare_methods_001.png': 349}
Expand Down
4 changes: 2 additions & 2 deletions doc/themes/scikit-learn/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
style="max-height: 200px; max-width: 629px; margin-left: -21px;"></div></a>
</div>
<div class="item">
<a href="{{pathto('auto_examples/covariance/plot_outlier_detection') }}">
<img src="_images/sphx_glr_plot_outlier_detection_003_carousel.png"></a>
<a href="{{pathto('auto_examples/plot_anomaly_comparison') }}">
<img src="_images/sphx_glr_plot_anomaly_comparison_thumb.png"></a>
</div>
<div class="item">
<a href="{{pathto('auto_examples/neighbors/plot_species_kde') }}">
Expand Down