P. L. Lim

Results 538 comments of P. L. Lim

But where is it generated? Which RST file? 😬

Yeah, definitely, I noticed that in `synphot` as well. 🤔

I don't see how this can add extra slash... https://github.com/astropy/sphinx-astropy/blob/088f073519a02bd02a9c38dc8b14d81dcc4e69ad/sphinx_astropy/conf/v1.py#L138-L140 ```python try: import matplotlib.sphinxext.plot_directive extensions += [matplotlib.sphinxext.plot_directive.__name__] ``` @larrybradley mentioned maybe it was https://github.com/sphinx-doc/sphinx/blob/f6882d74663438b281a1260684a16e97696ed6d9/sphinx/ext/viewcode.py#L193 ```python parents.append({ 'link': urito(pagename, '_modules/' +...

@bsipocz , I have not gotten to it yet and unlikely this week, so feel free to take it. Thanks! 🙇‍♀

Still should be avoided regardless. I think it becomes an issue if there is some sort of ambiguity in resolving the server-side contents. https://stackoverflow.com/questions/20523318/is-a-url-with-in-the-path-section-valid

Definitely need someone on the tutorial team to vet any translated languages. For instance, if someone starts to contribute in Chinese but we do not have anyone fluent in written...

Hmm, `local_bkg` throws exception when aperture has multiple centers. Is this feature or bug? From the doc example: ```python >>> aper2 >>> median 5.408250014261292 >>> aperstats2 = ApertureStats(data, aper2, local_bkg=median)...

Thanks for the hint. I fixed the doctest but I'll leave it up to you if the changes make sense.

"given a spectrum and bandpass profiles, predict mag and color" is done in https://synphot.readthedocs.io , which is not (yet) astropy-affiliated. Hence, it is currently out of scope?

I feel like STScI already has tools for things like this. Maybe @stsci-hack knows.