Jessica Scheick

Results 76 comments of Jessica Scheick

Where in the docs would be the best spot to add this? I'd like to submit a PR to save others from all the digging I had to do to...

Perhaps my implementation isn't quite right then. I was trying to add a download link to some notebooks rendered (using MyST-NB) on ReadTheDocs. I installed `jupyter-sphinx` as a dependency, added...

As I searched, jupyter-sphinx was the only place I could find any docs on adding download links and the roles to do so. It sounds like I accidentally landed on...

@all-contributors add @trevorskaggs for bug and code

A bunch of tests are still failing (so feel free to wait to review). Apparently VSCode's testing suite failed to actually pick up and run the tests properly (AGAIN), so...

> I know that it is more work but I think it would be more beneficial to have this information formated nicely than simply returning some lists. Sounds good -...

> That would not display in a nice table though. But might be anyway nice to add ;) Agreed. I added a `__str__` to the `BackendEntrypoint` class, but... > So...

> we also probably don't want to pollute xarray's public namespace with multiple functions that do basically the same thing. Though maybe as it's all behind the backends namespace that...

> add `list_backends` under `Advanced API` Turns out it was already available so I added it to the Advance API docs as well as https://docs.xarray.dev/en/stable/internals/how-to-add-new-backend.html. @dcherian I'll bookmark adding it...