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

Skip to content

Commit ce6ae7c

Browse files
committed
Hide source code
1 parent a638937 commit ce6ae7c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ def add_js_css_files(app, pagename, templatename, context, doctree):
450450
"auto_examples/datasets/plot_digits_last_image.py": (
451451
"auto_examples/exercises/plot_digits_classification_exercises.py"
452452
),
453-
"auto_examples/datasets/plot_random_dataset.py": (
454-
"auto_examples/classification/plot_classifier_comparison.py"
453+
"auto_examples/datasets/plot_random_dataset": (
454+
"auto_examples/classification/plot_classifier_comparison"
455455
),
456456
"auto_examples/miscellaneous/plot_changed_only_pprint_parameter": (
457457
"auto_examples/miscellaneous/plot_estimator_representation"

doc/datasets/sample_generators.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ near-equal-size classes separated by concentric hyperspheres.
3131

3232
.. plot::
3333
:context: close-figs
34+
:scale: 50
3435
:align: center
36+
:include-source: False
3537

3638
import matplotlib.pyplot as plt
3739

0 commit comments

Comments
 (0)