mirror of https://github.com/python/cpython
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:
parent
51863b7d6e
commit
649768fb67
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue