Albert Y. Shih
Albert Y. Shih
What Sphinx version? (I need to update mine, for sure)
I can definitely reproduce this now, but I'm befuddled by what has changed. I'm pretty sure it hadn't been like this a few months ago when I was still working...
Perhaps there is poor caching, but I think there is something really borked with our (new) theme. I just timed a couple of docs re-builds. When I re-build the docs...
Some timing runs of just the "writing output" phase of the docs build: - SunPy Sphinx theme - Build from scratch: 12 minutes, 10 seconds - Re-build: 12 minutes, 20...
FLOAT_CMP isn't powerful enough to handle whitespace that is added in fixed-width printing of floats
I could change the NumPy printing. First setup with: ```python >>> import numpy >>> old_floatmode = np.get_printoptions()['floatmode'] >>> np.set_printoptions(floatmode='fixed') ``` and then teardown with: ```python >>> np.set_printoptions(floatmode=old_floatmode) ``` I'll have...
FLOAT_CMP isn't powerful enough to handle whitespace that is added in fixed-width printing of floats
I guess it's technically out of the scope of `NORMALIZE_WHITESPACE` because that treats all non-zero whitespace the same (and different from zero whitespace), but what I want is for zero...
I'll add that the docstring for `reproject_exact` currently describes itself as "flux-conserving", but it appears to conserve surface brightness instead.
I was surprised to stumble across a helpful paragraph, including a useful reference, near the top of https://reproject.readthedocs.io/en/stable/celestial.html > Computing the **exact overlap** of pixels on the sky by treating...
NDCube: * https://ui.adsabs.harvard.edu/abs/2023JOSS....8.5296R/abstract * https://ui.adsabs.harvard.edu/abs/2023ApJ...956...44R/abstract
Agreed that nothing needs to be done in the core docs. The website needs to be updated to describe how to acknowledge the SunPy Project and then point to the...