Remove unused EXAMPLE START and EXAMPLE END tags from docs (#18403)#19695
Remove unused EXAMPLE START and EXAMPLE END tags from docs (#18403)#19695thiagodcoq wants to merge 3 commits into
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.
|
taldcroft
left a comment
There was a problem hiding this comment.
These changes look fine to me.
|
pre-commit.ci autofix |
dhomeier
left a comment
There was a problem hiding this comment.
Thanks for taking this on. The changes in io.ascii look ok for me, but it seems there are others that remove tags which are actually used. This probably needs a second pass to filter the really unused tags.
Also could you verify that you followed the guidelines on rebasing? Commits like 3a11fdc should not normally appear in a PR branch.
| Astropy's Cosmology I/O, ``to/from_format`` can be used to convert cosmology | ||
| instances between packages! | ||
|
|
||
| .. EXAMPLE START: Planck18 to QTable and back |
There was a problem hiding this comment.
This change has already been flagged as invalid in #19290; looks like the one in custom.rst above also pertains to an existing example.
|
I thought @astropy/learn-astropy-team was gonna see if they would want to keep these or not. Did they ever make a decision? |
|
At a minimum this will need some guidance how to identify unused vs. used tags. Can anything having a title or description be considered “in use”? |
|
@pllim - from what I can see there hasn't been a decision on astropy learn |
|
Hey, thanks for the feedback, I'll look into the requested changes and make a new commit |
Description
This PR removes the unused EXAMPLE START and EXAMPLE END tags from the documentation files as requested
This pull request is to address ...
Fixes #18403