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

Skip to content

[MRG] DOC Resolve a missing link on the home page #12847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Dec 27, 2018
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