Melissa DeLucchi

Results 10 comments of Melissa DeLucchi

Are you suggesting we add to the default test targets in the pyproject toml? Or just add some documentation in the pytest page about how you could set it up?

We're already calculating the code coverage amounts, so this would be a matter of twiddling with the output/verbosity options to get something useful. The best I've come up with is...

![dbdaf1fe-d7b6-43df-ad11-8f480776c4fd](https://github.com/user-attachments/assets/1d22dda1-365d-4261-8e60-0b812a206008)

Switching to use `uv pip` instead, which does its own caching pretty well. https://github.com/lincc-frameworks/python-project-template/issues/541

Or put a link in the left-hand-side navigation panel, a la tinygp: https://tinygp.readthedocs.io/en/stable/index.html But generally agree with making it easier to find the github link. I've been going nuts looking...

This extension may be helpful: https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/execute_time/readme.html

Those warnings show up now, even without any changes you're talking about (e.g. [this docs build](https://github.com/astronomy-commons/hats/actions/runs/12909007272/job/35995737139)). I think it comes from some convenience aliasing of commonly-used classes. I'm getting really...

@dougbrn did this very explicitly for the nested-pandas package documentation. https://nested-pandas.readthedocs.io/en/latest/

Based on in-person discussion, we should just remove the sphinx build from pre-commits entirely.

As I understand, the notebook rendering tool will try to run a notebook if it doesn't have any output cells already. So the notebooks we'd typically have that are *really*...