Skip to content

Commit d68db1c

Browse files
committed
update location
1 parent 3aa6618 commit d68db1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/changes/dev/13673.other.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Reorganized EDF submodule structure by moving private functionality into the public ``mne.io.edf`` namespace to improve module consistency and avoid exposing private modules in the Credits page, by `Aniket Singh Yadav`_.
1+
Reorganized EDF submodule structure by moving private functionality into the public ``mne.io`` namespace to improve module consistency and avoid exposing private modules in the Credits page, by `Aniket Singh Yadav`_.

doc/sphinxext/credit_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def generate_credit_rst(app=None, *, verbose=False):
335335
globs["bin/*"] = "mne.commands"
336336
globs["mne/morph_map.py"] = "mne.surface"
337337
globs["mne/baseline.py"] = "mne.epochs"
338-
globs["mne/_edf/open.py"] = "mne.io.edf"
338+
globs["mne/io/edf/_open.py"] = "mne.io"
339339
for key in """
340340
parallel.py rank.py misc.py data/*.* defaults.py fixes.py icons/*.* icons.*
341341
""".strip().split():

0 commit comments

Comments
 (0)