Daniel McCloy
Daniel McCloy
Example site: https://pydata-sphinx-theme.readthedocs.io/en/latest/examples/kitchen-sink/tables.html#list-tables The last table on the page should contain images from https://source.unsplash.com/200x200/daily?cute+puppy. But it appears the unsplash API has changed, as that URL now returns 404 with message...
...so that ~~downstream~~ themes can ensure WCAG contrast is maintained for links in tables.
PR Description -------------- This PR removes numbering from the titles of the examples, and switches the example ordering heuristic from relying on the (no-longer-numbered) titles, to instead relying on a...
use code-block directive instead of triple-backtick fencing, since the file is rST not markdown
a bunch of tests are failing on azure on merges to main, with ``` ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from...
@jarrodmillman proposed this idea at the Summit and I volunteered to implement. However, I'm actually not sure it's a good idea to merge this, because: 1. The template's current location...
This example has the potential to be a more informative discussion about the pros/cons of different ICA algorithms. Also right now it doesn't really fit the goal of being a...
- [ ] include estimated heartrate in the ECG projectors section - [x] in the ~~BEM~~ *sensor alignment* section, make the helmet position fixed and rotate the subject head, instead...
This PR uses [tach](https://github.com/gauge-sh/tach) as a pre-commit hook to test submodule interdependence. TODO: - [x] make sure it runs in `pre-commmit.ci` (https://github.com/mne-tools/mne-python/actions/runs/13843290676/job/38735774113?pr=13160#step:4:153) - [x] change the `tach.toml` config to stop...