8000 MAINT: add print(__doc__) to release highlights too · scikit-learn/scikit-learn@4a99a5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a99a5f

Browse files
MAINT: add print(__doc__) to release highlights too
1 parent dc1c5e5 commit 4a99a5f

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

examples/release_highlights/plot_release_highlights_0_22_0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
conda install -c conda-forge scikit-learn
2020
2121
"""
22+
print(__doc__)
2223

2324
# %%
2425
# New plotting API

examples/release_highlights/plot_release_highlights_0_23_0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
conda install -c conda-forge scikit-learn
2121
2222
"""
23+
print(__doc__)
2324

2425
##############################################################################
2526
# Generalized Linear Models, and Poisson loss for gradient boosting

examples/release_highlights/plot_release_highlights_0_24_0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
conda install -c conda-forge scikit-learn
2121
2222
"""
23+
print(__doc__)
2324

2425
##############################################################################
2526
# Successive Halving estimators for tuning hyper-parameters

examples/release_highlights/plot_release_highlights_1_0_0.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
conda install -c conda-forge scikit-learn
2727
2828
"""
29+
print(__doc__)
2930

3031
##############################################################################
3132
# Keyword and positional arguments

examples/text/plot_document_clustering.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119

120120
print(__doc__)
121121
op.print_help()
122+
print()
122123

123124

124125
def is_interactive():

0 commit comments

Comments
 (0)
0