Skip to content

Commit

Permalink
[3.11] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.eleme…
Browse files Browse the repository at this point in the history
…nttree.rst` (GH-109799) (#109801)

gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.rst` (GH-109799)
(cherry picked from commit 649768f)


gh-101100: Fix shpinx warnings in `Doc/library/xml.etree.elementtree.rst`

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
  • Loading branch information
miss-islington and sobolevn authored Sep 24, 2023
1 parent 4ec7c7e commit e6a9cbd
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 @@ -141,7 +141,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 e6a9cbd

Please sign in to comment.