-
Notifications
You must be signed in to change notification settings - Fork 1.4k
MAINT: Rename examples and tutorials #9292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
FYI @drammock I push-forced after a rebase |
TODO:
|
SG will give it one automatically:
So you should be able to do something like:
|
No need, I think this is a dup of #9007 . Will comment over there / in @GuillaumeFavelier's PR |
9b64752
to
cb396cc
Compare
@larsoner this appears to be working now in my local testing. Ready for review once CIs come back green. |
This has a conflict again unfortunately |
@larsoner I've put in an upstream PR for the In the meantime I'll push a theme override here with the fix in place, to get Circle building again. |
@drammock there is another conflict but I'll fix + push + merge in quick succession once CircleCI comes back happy here |
* upstream/main: MNT: BackgroundPlotter has no attribute named image (mne-tools#9318) [MRG, DOC] Remove CSD average reference note (mne-tools#9320)
Changed my mind, the build wasn't that far along |
* upstream/main: Add XDF to "Reading EEG data" tutorial (mne-tools#9289)
proof of concept: https://27567-1301584-gh.circle-artifacts.com/0/dev/auto_tutorials/misc/plot_ecog.html redirects to |
Awesome work @drammock ! |
🍾🍺🎉
… |
Adds automated redirect from
plot_*
to all of our examples, and renames them. @drammock for:I implemented (but did not test) some
custom_redirects
code that you can use. I think you'll want to adapt it to take care of the number renaming. I added the conditionalfname not in needed_plot_redirects.values()
to the auto-plot_
-redirect code, but you'll need to do a bit of testing to make sure things work. Can you take over and make the necessary code changes andgit mv
s?closes #9082
closes #9290