@@ -1621,6 +1621,7 @@ def reset_warnings(gallery_conf, fname):
1621
1621
co = "connectivity"
1622
1622
mne_conn = "https://mne.tools/mne-connectivity/stable"
1623
1623
tu = "auto_tutorials"
1624
+ pr = "preprocessing"
1624
1625
di = "discussions"
1625
1626
sm = "source-modeling"
1626
1627
fw = "forward"
@@ -1666,7 +1667,7 @@ def reset_warnings(gallery_conf, fname):
1666
1667
f"{ tu } /{ sd } /plot_phantom_4DBTi.html" : f"{ tu } /{ nv } /90_phantom_4DBTi.html" ,
1667
1668
f"{ tu } /{ sd } /plot_brainstorm_auditory.html" : f"{ tu } /io/60_ctf_bst_auditory.html" ,
1668
1669
f"{ tu } /{ sd } /plot_sleep.html" : f"{ tu } /clinical/60_sleep.html" ,
1669
- f"{ tu } /{ di } /plot_background_filtering.html" : f"{ tu } /preprocessing /25_background_filtering.html" , # noqa E501
1670
+ f"{ tu } /{ di } /plot_background_filtering.html" : f"{ tu } /{ pr } /25_background_filtering.html" , # noqa E501
1670
1671
f"{ tu } /{ di } /plot_background_statistics.html" : f"{ tu } /{ sn } /10_background_stats.html" ,
1671
1672
f"{ tu } /{ sn } /plot_stats_cluster_erp.html" : f"{ tu } /{ sn } /20_erp_stats.html" ,
1672
1673
f"{ tu } /{ sn } /plot_stats_cluster_1samp_test_time_frequency.html" : f"{ tu } /{ sn } /40_cluster_1samp_time_freq.html" , # noqa E501
@@ -1681,7 +1682,7 @@ def reset_warnings(gallery_conf, fname):
1681
1682
f"{ tu } /{ si } /plot_creating_data_structures.html" : f"{ tu } /{ si } /10_array_objs.html" ,
1682
1683
f"{ tu } /{ si } /plot_point_spread.html" : f"{ tu } /{ si } /70_point_spread.html" ,
1683
1684
f"{ tu } /{ si } /plot_dics.html" : f"{ tu } /{ si } /80_dics.html" ,
1684
- f"{ tu } /{ tf } /plot_eyetracking.html" : f"{ tu } /preprocessing /90_eyetracking_data.html" ,
1685
+ f"{ tu } /{ tf } /plot_eyetracking.html" : f"{ tu } /{ pr } /90_eyetracking_data.html" ,
1685
1686
f"{ ex } /{ co } /mne_inverse_label_connectivity.html" : f"{ mne_conn } /{ ex } /mne_inverse_label_connectivity.html" , # noqa E501
1686
1687
f"{ ex } /{ co } /cwt_sensor_connectivity.html" : f"{ mne_conn } /{ ex } /cwt_sensor_connectivity.html" , # noqa E501
1687
1688
f"{ ex } /{ co } /mixed_source_space_connectivity.html" : f"{ mne_conn } /{ ex } /mixed_source_space_connectivity.html" , # noqa E501
@@ -1692,6 +1693,7 @@ def reset_warnings(gallery_conf, fname):
1692
1693
f"{ ex } /{ co } /mne_inverse_psi_visual.html" : f"{ mne_conn } /{ ex } /mne_inverse_psi_visual.html" , # noqa E501
1693
1694
f"{ ex } /{ co } /sensor_connectivity.html" : f"{ mne_conn } /{ ex } /sensor_connectivity.html" ,
1694
1695
f"{ ex } /{ vi } /publication_figure.html" : f"{ tu } /{ vi } /10_publication_figure.html" ,
1696
+ f"{ ex } /{ vi } /sensor_noise_level.html" : f"{ tu } /{ pr } /50_artifact_correction_ssp.html" ,
1695
1697
}
1696
1698
1697
1699
0 commit comments