You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MNE-Python (and it sounds like elsewhere), one way of working around single-backtick parameter names not cross-linking and emitting nitpicky warnings etc. has been to use double-backticks. We should write a little utility to go through docstrings, find parameters, look for double-backtick-enclosed versions of those, and replace with single backticks.
I can work on this at some point perhaps! I have code to test it on 🙂
The text was updated successfully, but these errors were encountered:
astropy and related projects also double backticked all parameter names, I can offer astroquery and pyvo for testing ground if we need some smaller projects.
Though any such PRs will touch a lot of files/lines, so a tool that does it incrementally, just on the diffed files would be nice, too.
In MNE-Python (and it sounds like elsewhere), one way of working around single-backtick parameter names not cross-linking and emitting
nitpicky
warnings etc. has been to use double-backticks. We should write a little utility to go through docstrings, find parameters, look for double-backtick-enclosed versions of those, and replace with single backticks.I can work on this at some point perhaps! I have code to test it on 🙂
The text was updated successfully, but these errors were encountered: