gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (#109799)

gh-101100: Fix shpinx warnings in `Doc/library/xml.etree.elementtree.rst`
This commit is contained in:
Nikita Sobolev 2023-09-24 12:49:02 +03:00 committed by GitHub
parent 51863b7d6e
commit 649768fb67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@ for parsing and creating XML data.
This module will use a fast implementation whenever available.
.. deprecated:: 3.3
The :mod:`xml.etree.cElementTree` module is deprecated.
The :mod:`!xml.etree.cElementTree` module is deprecated.
.. warning::
@ -825,6 +825,8 @@ Reference
Functions
^^^^^^^^^
.. module:: xml.etree.ElementInclude
.. function:: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
:module:
@ -862,6 +864,9 @@ Functions
Element Objects
^^^^^^^^^^^^^^^
.. module:: xml.etree.ElementTree
:noindex:
.. class:: Element(tag, attrib={}, **extra)
Element class. This class defines the Element interface, and provides a

View File

@ -139,7 +139,6 @@ Doc/library/wsgiref.rst
Doc/library/xml.dom.minidom.rst
Doc/library/xml.dom.pulldom.rst
Doc/library/xml.dom.rst
Doc/library/xml.etree.elementtree.rst
Doc/library/xml.rst
Doc/library/xml.sax.handler.rst
Doc/library/xml.sax.reader.rst