We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68db1c commit c726085Copy full SHA for c726085
1 file changed
doc/sphinxext/credit_tools.py
@@ -336,6 +336,7 @@ def generate_credit_rst(app=None, *, verbose=False):
336
globs["mne/morph_map.py"] = "mne.surface"
337
globs["mne/baseline.py"] = "mne.epochs"
338
globs["mne/io/edf/_open.py"] = "mne.io"
339
+ globs["mne/_edf/open.py"] = "mne.io"
340
for key in """
341
parallel.py rank.py misc.py data/*.* defaults.py fixes.py icons/*.* icons.*
342
""".strip().split():
0 commit comments