-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
MAINT: Sort names.inc using pre-commit hook
#12765
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
|
Also going to push commits for this failing https://app.circleci.com/pipelines/github/mne-tools/mne-python/24815/workflows/55383920-e341-456d-b929-a8ee1c71169f/jobs/67690 |
larsoner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@drammock ready for review/merge from my end!
| # If it's available on PyPI, add it to this set: | ||
| PYPI_PACKAGES = { | ||
| "alphaCSC", | ||
| "conpy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We were linking to the wrong conpy (whoops!)
drammock
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one question (hopefully not a dumb one; reviewing on a phone)
| # directories to ignore when looking for source files. | ||
| # This pattern also affects html_static_path and html_extra_path. | ||
|
|
||
| # NB: changes here should also be made to the linkcheck target in the Makefile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we want linkcheck to ignore our _includes folder? Isn't there valid rST in there that might contain links?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes but it gets .. include::ed somewhere else. If you don't exclude it then you get hundreds of warnings about duplicated link names
Should help us keep it sorted. Also gets in a CircleCI fix. Another option would have been to do
in the
autofix.cijob. But pre-commit hook seemed cleaner.