]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101100: Fix Sphinx reference warnings (GH-112416)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sat, 25 Nov 2023 23:40:19 +0000 (01:40 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Nov 2023 23:40:19 +0000 (15:40 -0800)
commit3faf8e586d36e73faba13d9b61663afed6a24cb4
treec766743b912d6d0b78794d6bea5729a5b8281e47
parent97f8f28b3e50196f6713faceccc2e15039117470
gh-101100: Fix Sphinx reference warnings (GH-112416)

* Fix Sphinx warning in library/xml.rst

Direct use of the pyexpat module is deprecated, but this is how to check the version for security purposes

* Fix Sphinx warning in library/importlib.resources.rst

* Use italics for parameters

* Link to the exception

* Fix Sphinx warning in library/gzip.rst

* Document message and header defect base classes to fix Sphinx warning in library/email.headerregistry.rst

* Restore feed_eof() doc to fix Sphinx warning in library/asyncio-stream.rst

* Fix Sphinx warning in extending/newtypes.rst

* Fix Sphinx warning in c-api/set.rst

On stdtypes.rst, set and frozenset are documented together and the frozenset has the working refs
Doc/c-api/set.rst
Doc/extending/newtypes.rst
Doc/library/asyncio-stream.rst
Doc/library/email.errors.rst
Doc/library/gzip.rst
Doc/library/importlib.resources.rst
Doc/library/xml.rst
Doc/tools/.nitignore