Skip to content

Commit 47fbd78

Browse files
committed
move ref to end of examples
1 parent c21334e commit 47fbd78

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

examples/plot_2D_simulation_example.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
significantly the spatial uncertainty compared to clustered inference
4242
algorithms which consider only one spatial compression.
4343
44-
References
45-
----------
46-
.. footbibliography::
47-
4844
"""
4945
import matplotlib.pyplot as plt
5046

@@ -356,3 +352,9 @@ def plot(maps, titles):
356352
# conservative. In practice, Type-1 Error guarantees seem to hold
357353
# for a lower spatial tolerance. This is an additional benefit of clustering
358354
# randomization.
355+
356+
#############################################################################
357+
# References
358+
# ----------
359+
# .. footbibliography::
360+
#

examples/plot_diabetes_variable_importance_example.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
single-level case. The aim is to see if integrating the new
3737
statistically-controlled solution has an impact on the results.
3838
39-
References
40-
----------
41-
.. footbibliography::
42-
4339
"""
4440

4541
#############################################################################
@@ -255,3 +251,10 @@ def compute_pval(vim):
255251
ax.set_xticks(range(len(diabetes.feature_names)))
256252
ax.set_xticklabels(diabetes.feature_names)
257253
plt.show()
254+
255+
256+
#############################################################################
257+
# References
258+
# ----------
259+
# .. footbibliography::
260+
#

0 commit comments

Comments
 (0)