P. L. Lim
P. L. Lim
I think what you really want is maybe this: https://docs.astropy.org/en/stable/api/astropy.utils.data.download_file.html#astropy.utils.data.download_file It already takes a `pkgname` and under the hood, it uses `astropy.config.paths.get_cache_dir(pkgname)` to determine where to store the cache: ```python...
Sounds like you have found an alternative solution then. Otherwise, please see https://github.com/astropy/astropy/pull/16771#issuecomment-2253279408 . Thanks anyway!
From outsider POV, if you want to make these keywords public, please also rename them to be more user-friendly. "left kwargs" and "right kwargs" mean nothing to me. Thanks!
Hello! :smile: Are you referring to https://github.com/astropy/astropy.github.com or what Sphinx renders at https://astropy.readthedocs.io/en/latest/ ?
Thanks for the clarifications! I'll defer to the @astropy/coordinators . :smile_cat:
astropy now uses pydata-sphinx-theme too like numpy, but looks like https://github.com/numpy/numpy.org/issues/43 is still open. Anything we can do to push this forward after 5 years?
@nstarman , I vaguely you were involved in something similar a while back? 🙏
Looks like the sphinx issue was just resolved.
cc @astropy/modeling
The CI failure here looks related: ` E ValueError: Big-endian buffer not supported on little-endian compiler`