-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
What is your issue?
Our current gallery is not great; it contains a fairly arbitrary selection of things you can do from simple to wildly complex (apply_ufunc hehe).
There has been some parallel work:
- For SciPy, a bunch of us (@benbovy @keewis @scottyhq and I) built https://xarray-indexes.readthedocs.io/ (repo at https://github.com/xarray-contrib/xarray-indexes). We built it externally to move quickly and also because the environment on that repo is quite heavy.
- Presumably, @ianhi's work as part of the CZI grant will also involve some sort of gallery (at https://xarray-contrib.github.io/xarray-for-bio/intro.html) with a different set of packages.
It would be nice to figure out a solution where visitors to our docs can discover all available galleries, AND for us to run a CI test that ensures we aren't breaking them.
I don't have any good ideas for how to do this in a sustainable manner at present.