Skip to content

Commit 6272b9a

Browse files
committed
fix sphinx errors
1 parent 7070558 commit 6272b9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/preprocessing/60_maxwell_filtering_sss.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
#
309309
#
310310
# Extended SSS (eSSS)
311-
# ^^^^^^^^^^^^^^^^^^
311+
# ^^^^^^^^^^^^^^^^^^^
312312
#
313313
# Extended SSS (eSSS) is a variant of SSS that improves suppression of external
314314
# interference especially, when the “ideal” external model is not perfect
@@ -322,11 +322,13 @@
322322
# - Prefer empty-room data from the same session/environment.
323323
# - eSSS can be combined with tSSS (“teSSS”, i.e. setting ``st_duration=X``).
324324
# - you can get projectsion from an empty room recording via
325+
#
325326
# :func:`mne.compute_proj_raw` like::
326327
#
327328
# proj = mne.compute_proj_raw(
328329
# noise_raw, n_grad=3, n_mag=3, n_eeg=0, meg="combined",
329330
# )
331+
#
330332
# You can enable eSSS by setting ``extended_proj=proj`` in
331333
# :func:`~mne.preprocessing.maxwell_filter`.
332334
#

0 commit comments

Comments
 (0)