Skip to content

Commit

Permalink
pythongh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elemen…
Browse files Browse the repository at this point in the history
…ttree.rst` (python#109799)

pythongh-101100: Fix shpinx warnings in `Doc/library/xml.etree.elementtree.rst`
  • Loading branch information
sobolevn committed Sep 24, 2023
1 parent 51863b7 commit 649768f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Doc/library/xml.etree.elementtree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down Expand Up @@ -825,6 +825,8 @@ Reference
Functions
^^^^^^^^^

.. module:: xml.etree.ElementInclude

.. function:: xml.etree.ElementInclude.default_loader( href, parse, encoding=None)
:module:

Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Doc/tools/.nitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 649768f

Please sign in to comment.