Skip to content
Snippets Groups Projects
Commit cca1fcf7 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

layout tweaks

parent 4f2c7d1a
Branches
Tags
No related merge requests found
...@@ -123,7 +123,6 @@ def generate_example_rst(app): ...@@ -123,7 +123,6 @@ def generate_example_rst(app):
.figure img { .figure img {
display: inline; display: inline;
margin: 3px;
} }
.figure .caption { .figure .caption {
...@@ -280,7 +279,7 @@ def generate_file_rst(fname, target_dir, src_dir, plot_gallery): ...@@ -280,7 +279,7 @@ def generate_file_rst(fname, target_dir, src_dir, plot_gallery):
if not os.path.exists(thumb_file): if not os.path.exists(thumb_file):
# create something not to replace the thumbnail # create something not to replace the thumbnail
shutil.copy('logos/scikit-learn-logo-thumb.png', thumb_file) shutil.copy('images/blank_image.png', thumb_file)
docstring, short_desc, end_row = extract_docstring(example_file) docstring, short_desc, end_row = extract_docstring(example_file)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment