Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix doc bugs found in 3.5.3#23641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Though these are not intended to be seen, this silences validators.
The anchor ID was changed, but as this was entered manually, it did notbreak the build.Instead, insert a pending cross-reference so that Sphinx will resolve itand warn if it breaks.The output changes minimally from `external` to `internal` class, andalso gains `std std-ref` classes due to it being a standard reference.
Since a link in
I thinkhttps://www-archive.mozilla.org/projects/mathml/demo/texvsmml.xhtml is the correct one. |
@tfpf Can you open a PR with that change? |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free tosuggest an improvement. |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free tosuggest an improvement. |
…3.5.3-docBackport PR#23641 on branch v3.5.3-doc (Fix doc bugs found in 3.5.3)
…3.5.xBackport PR#23641 on branch v3.5.x (Fix doc bugs found in 3.5.3)
PR Summary
This fixes several dead links and HTML errors found after building docs for 3.5.3.
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).