-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Docs: Resolve Sphinx warnings in calendar.rst #108192
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Add docs for HTMLCalendar.formatmonthname - Fix links to HTMLCalendar methods - Suppress links in HTMLCalendar subclass note
@@ -341,7 +341,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is | |||
|
|||
.. note:: | |||
|
|||
The constructor, :meth:`formatweekday` and :meth:`formatmonthname` methods | |||
The constructor, :meth:`!formatweekday` and :meth:`!formatmonthname` methods |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignoring valid warnings will only make us forget about the issue. We already have too many open and forgotten issues.
If the goal is to suppress warnings, just add the corresponding option to Sphinx invocation.
It seems to me this PR risks running stale. Instead of contributing to the huge number of stale PRs, I'll close this issue right away. The status quo is not better or worse than this PR (the current links don't work anyway). I created issue gh-108202 for the undocumented methods of the |
Add docs for HTMLCalendar.formatmonthname📚 Documentation preview 📚: https://cpython-previews--108192.org.readthedocs.build/