gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (GH-109799)
(cherry picked from commit
649768fb6781ba810df44017fee1975a11d65e2f)
gh-101100: Fix shpinx warnings in `Doc/library/xml.etree.elementtree.rst`
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
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::
Functions
^^^^^^^^^
+.. module:: xml.etree.ElementInclude
+
.. function:: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
:module:
Element Objects
^^^^^^^^^^^^^^^
+.. module:: xml.etree.ElementTree
+ :noindex:
+
.. class:: Element(tag, attrib={}, **extra)
Element class. This class defines the Element interface, and provides a
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