Fix references to file-like objects in glossary#15715
Conversation
|
Thank you for your contribution to Astropy! 🌌 This checklist is meant to remind the package maintainers who will review this pull request of some common things to look for.
|
pllim
left a comment
There was a problem hiding this comment.
Thanks! I was wondering why RTD is failing on latest. How was this not caught in the original PR?
|
Thanks for pointing out about the milestone/backport inconsistency. I changed the original PR milestone to be the same as this one. If someone really wants to backport the original changes, they need to manually backport both this and that other PR at the same time. |
|
I can't give a very detailed explanation, but if a link target is deleted but something is still linking to it then apparently that goes entirely unnoticed in the pull request and only becomes a problem after the pull request has been merged. I managed to break the documentation build in a very similar manner just last week. |
|
Ah, yeah, we have some weird setup in Line 108 in 034d055 🤷 |
85c9c4f to
605fb75
Compare
In 0ffdbb2 (Improve astropy glossary) the glossary was sorted alphabetically. The "writable file-like object" and "readable file-like object" entries were renamed so that they would be next to each other, but that broke some references to the old entries in a few docstrings. [ci skip]
605fb75 to
0267269
Compare
|
Thanks for the fix! I didn't realize things could break like this. |
Description
In 0ffdbb2 the glossary was sorted alphabetically. The "writable file-like object" and "readable file-like object" entries were renamed so that they would be next to each other, but that broke some references to the old entries in some of the docstrings.
Note that #15705 was milestoned for 6.0.1, but despite that it was not backported, so I've milestoned this pull request for 6.1.0.