From 522d5fafbd608619a40304f6254bb6e9282a79d3 Mon Sep 17 00:00:00 2001 From: Susani <166315746+Susaniaariya@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:37:15 -0500 Subject: [PATCH 1/2] DOC: link to import tables in events tutorial --- tutorials/intro/20_events_from_raw.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/intro/20_events_from_raw.py b/tutorials/intro/20_events_from_raw.py index 2c368646908..f1efdc492c4 100644 --- a/tutorials/intro/20_events_from_raw.py +++ b/tutorials/intro/20_events_from_raw.py @@ -102,9 +102,9 @@ # magnitudes. You can also see that every time there is a pulse on one of the # other STIM channels, there is a corresponding pulse on ``STI 014``. # -# .. TODO: somewhere in prev. section, link out to a table of which systems -# have STIM channels vs. which have marker files or embedded event arrays -# (once such a table has been created). +# For a list of which EEG/MEG systems use STIM channels versus marker files +# or embedded arrays, see the "Supported data formats" tables in +# :ref:`tut-import-meg` and :ref:`tut-import-eeg`. # # # Converting a STIM channel signal to an Events array From 57e0d46d23811b714ee9e3ee7bc96d90725b3c7c Mon Sep 17 00:00:00 2001 From: Susani <166315746+Susaniaariya@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:20:16 -0500 Subject: [PATCH 2/2] DOC: use :doc: links for MEG/EEG tutorials --- tutorials/intro/20_events_from_raw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/intro/20_events_from_raw.py b/tutorials/intro/20_events_from_raw.py index f1efdc492c4..74abab2b9f5 100644 --- a/tutorials/intro/20_events_from_raw.py +++ b/tutorials/intro/20_events_from_raw.py @@ -104,7 +104,7 @@ # # For a list of which EEG/MEG systems use STIM channels versus marker files # or embedded arrays, see the "Supported data formats" tables in -# :ref:`tut-import-meg` and :ref:`tut-import-eeg`. +# :doc:`/auto_tutorials/io/10_reading_meg_data` and :doc:`/auto_tutorials/io/20_reading_eeg_data`. # # # Converting a STIM channel signal to an Events array