Skip to content

Commit 429f346

Browse files
authored
Prevent duplication & insertion of reports from damaging website layout (nilearn#429)
1 parent 27c37cb commit 429f346

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/02_first_level_models/plot_adhd_dmn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
#########################################################################
9696
# We have several ways to access the report:
9797

98-
report # This report can be viewed in a notebook
98+
# report # This report can be viewed in a notebook
9999
# report.save_as_html('report.html')
100100
# report.open_in_browser()

examples/02_first_level_models/plot_bids_features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,6 @@
159159
#########################################################################
160160
# We have several ways to access the report:
161161

162-
report # This report can be viewed in a notebook
162+
# report # This report can be viewed in a notebook
163163
# report.save_as_html('report.html')
164164
# report.open_in_browser()

examples/02_first_level_models/plot_fiac_analysis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,6 @@ def pad_vector(contrast_, n_columns):
163163
#########################################################################
164164
# We have several ways to access the report:
165165

166-
report # This report can be viewed in a notebook
166+
# report # This report can be viewed in a notebook
167167
# report.save_as_html('report.html')
168168
# report.open_in_browser()

examples/03_second_level_models/plot_oasis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@
145145
#########################################################################
146146
# We have several ways to access the report:
147147

148-
report # This report can be viewed in a notebook
148+
# report # This report can be viewed in a notebook
149149
# report.save_as_html('report.html')
150150
# report.open_in_browser()

0 commit comments

Comments
 (0)