-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
gh-101100: Fix Sphinx reference warnings in whatsnew/2.6.rst #139236
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
base: main
Are you sure you want to change the base?
gh-101100: Fix Sphinx reference warnings in whatsnew/2.6.rst #139236
Conversation
Also add a working link for abc.abstractmethod while there
@rowanbudge Looks like the CLA bot still needs appeasing. Please can you check it's signed with the same email address mentioned in the comment? |
I think this is done now, not sure when the github accounts got switched sorry! |
and :meth:`close`. | ||
* :class:`~io.RawIOBase` defines raw I/O operations: :meth:`~io.RawIOBase.read`, | ||
:meth:`~io.RawIOBase.readinto`, | ||
:meth:`~io.RawIOBase.write`, :meth:`~io.IOBase.seek`, :meth:`~io.IOBase.tell`, :meth:`~io.IOBase.truncate`, |
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.
Please wrap lines to 79 characters.
For gh-101100 - Fix all Sphinx reference warnings in the documentation #101100
Fix some of the issues in whatsnew/2.6.rst
Part of sprints at PyConUK 25
π Documentation preview π: https://cpython-previews--139236.org.readthedocs.build/