From 373b070c9cf492e1576fb9613c650712a8c3a1eb Mon Sep 17 00:00:00 2001 From: Athish M Date: Fri, 3 Apr 2026 22:28:56 +0530 Subject: [PATCH 1/3] DOC: Add crossrefs to info docstring --- mne/_fiff/meas_info.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mne/_fiff/meas_info.py b/mne/_fiff/meas_info.py index fbb602caf2f..14d8c67cef7 100644 --- a/mne/_fiff/meas_info.py +++ b/mne/_fiff/meas_info.py @@ -1286,6 +1286,18 @@ class Info(ValidatedDict, SetChannelsMixin, MontageMixin, ContainsMixin): modified by various MNE-Python functions or methods (which have safeguards to ensure all fields remain in sync). + Some common methods that safely modify the ``info`` object include: + * :meth:`mne.io.Raw.add_proj`, :meth:`mne.Epochs.add_proj`, + :meth:`mne.Evoked.add_proj` + * :meth:`mne.io.Raw.del_proj`, :meth:`mne.Epochs.del_proj`, + :meth:`mne.Evoked.del_proj` + * :meth:`mne.io.Raw.set_channel_types`, + :meth:`mne.Epochs.set_channel_types`, + :meth:`mne.Evoked.set_channel_types` + * :meth:`mne.io.Raw.set_meas_date`, + :meth:`mne.Epochs.set_meas_date`, + :meth:`mne.Evoked.set_meas_date` + Parameters ---------- *args : list From 137843337b28a7bddd4b00737b9d473a9efeffd1 Mon Sep 17 00:00:00 2001 From: Athish M Date: Fri, 3 Apr 2026 23:12:53 +0530 Subject: [PATCH 2/3] MAINT: Add news fragment for PR 13811 --- doc/changes/dev/13811.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changes/dev/13811.doc.rst diff --git a/doc/changes/dev/13811.doc.rst b/doc/changes/dev/13811.doc.rst new file mode 100644 index 00000000000..e276659cfff --- /dev/null +++ b/doc/changes/dev/13811.doc.rst @@ -0,0 +1 @@ +Added cross-references to common modification methods in :class:mne.Info docstring. \ No newline at end of file From 57b3fdff657f3b85759ab627e43da113ce18748c Mon Sep 17 00:00:00 2001 From: ATHISH M Date: Wed, 15 Apr 2026 18:29:37 +0530 Subject: [PATCH 3/3] DOC: Add Epochs proj methods and fix news fragment extension --- doc/changes/dev/{13811.doc.rst => 13811.other.rst} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename doc/changes/dev/{13811.doc.rst => 13811.other.rst} (100%) diff --git a/doc/changes/dev/13811.doc.rst b/doc/changes/dev/13811.other.rst similarity index 100% rename from doc/changes/dev/13811.doc.rst rename to doc/changes/dev/13811.other.rst