mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
This commit is contained in:
parent
c92bf83a82
commit
fa089b9b0b
224 changed files with 539 additions and 136 deletions
|
|
@ -3,9 +3,13 @@
|
|||
|
||||
.. module:: xml.dom
|
||||
:synopsis: Document Object Model API for Python.
|
||||
|
||||
.. sectionauthor:: Paul Prescod <paul@prescod.net>
|
||||
.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
|
||||
|
||||
**Source code:** :source:`Lib/xml/dom/__init__.py`
|
||||
|
||||
--------------
|
||||
|
||||
The Document Object Model, or "DOM," is a cross-language API from the World Wide
|
||||
Web Consortium (W3C) for accessing and modifying XML documents. A DOM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue