From 20b274f181cfdd242a81b2b7664f24b4b1c440d3 Mon Sep 17 00:00:00 2001 From: "Seyed (Yahya) Shirazi" Date: Fri, 27 Feb 2026 12:35:58 -0800 Subject: [PATCH 1/6] Add OSA chat widget to documentation --- doc/_templates/layout.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 87bf1bde9ac..0e62bdaddb7 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -17,4 +17,15 @@ {%- block scripts_end %} {{ super() }} + + {%- endblock %} From 5be4a502ecc2760aedee9c658f397bd4e71846ef Mon Sep 17 00:00:00 2001 From: "Seyed (Yahya) Shirazi" Date: Fri, 27 Feb 2026 12:39:25 -0800 Subject: [PATCH 2/6] Add towncrier changelog fragment --- doc/changes/dev/13702.other.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changes/dev/13702.other.rst diff --git a/doc/changes/dev/13702.other.rst b/doc/changes/dev/13702.other.rst new file mode 100644 index 00000000000..b4fc9346786 --- /dev/null +++ b/doc/changes/dev/13702.other.rst @@ -0,0 +1 @@ +Add OSA chat widget to documentation pages, by `Yahya Shirazi`_. \ No newline at end of file From 4c6c9bdd897ff70261a373fd1f7d10387b2c0774 Mon Sep 17 00:00:00 2001 From: "Seyed (Yahya) Shirazi" Date: Mon, 2 Mar 2026 08:54:09 -0800 Subject: [PATCH 3/6] use name as registered on names.inc --- doc/changes/dev/13702.other.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/dev/13702.other.rst b/doc/changes/dev/13702.other.rst index b4fc9346786..f191b4f430a 100644 --- a/doc/changes/dev/13702.other.rst +++ b/doc/changes/dev/13702.other.rst @@ -1 +1 @@ -Add OSA chat widget to documentation pages, by `Yahya Shirazi`_. \ No newline at end of file +Add OSA chat widget to documentation pages, by `Seyed Yahya Shirazi`_. From 777efa4a9b77e44ca2889091e117622c99f1c453 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 2 Mar 2026 12:04:40 -0500 Subject: [PATCH 4/6] Update 13702.other.rst --- doc/changes/dev/13702.other.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/dev/13702.other.rst b/doc/changes/dev/13702.other.rst index f191b4f430a..e7129f130ea 100644 --- a/doc/changes/dev/13702.other.rst +++ b/doc/changes/dev/13702.other.rst @@ -1 +1 @@ -Add OSA chat widget to documentation pages, by `Seyed Yahya Shirazi`_. +Add OSA chat widget to documentation pages, by :newcontrib:`Seyed Yahya Shirazi`. From 85143aff650e18a6bc930fe7d100de257b823b40 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 2 Mar 2026 12:05:13 -0500 Subject: [PATCH 5/6] Update documentation for OSA chat widget contribution --- doc/changes/dev/13702.other.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/dev/13702.other.rst b/doc/changes/dev/13702.other.rst index e7129f130ea..f191b4f430a 100644 --- a/doc/changes/dev/13702.other.rst +++ b/doc/changes/dev/13702.other.rst @@ -1 +1 @@ -Add OSA chat widget to documentation pages, by :newcontrib:`Seyed Yahya Shirazi`. +Add OSA chat widget to documentation pages, by `Seyed Yahya Shirazi`_. From ec94cad810512a08cb0c22640cd5b943a98cfcc5 Mon Sep 17 00:00:00 2001 From: "Seyed (Yahya) Shirazi" Date: Mon, 2 Mar 2026 10:18:47 -0800 Subject: [PATCH 6/6] Update doc/_templates/layout.html Co-authored-by: Daniel McCloy --- doc/_templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 0e62bdaddb7..c683f0f0070 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -22,8 +22,8 @@ OSAChatWidget.setConfig({ communityId: 'mne', suggestedQuestions: [ - 'How do I read raw EEG data in MNE?', - 'How do I filter and preprocess my data?', + 'How do I read raw EEG data in BrainVision format?', + 'How do I do source localization with an LCMV beamformer?', 'How do I run ICA for artifact removal?' ] });