facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
28 lines
679 B
ReStructuredText
28 lines
679 B
ReStructuredText
.. _markup:
|
|
|
|
**********************************
|
|
Structured Markup Processing Tools
|
|
**********************************
|
|
|
|
Python supports a variety of modules to work with various forms of structured
|
|
data markup. This includes modules to work with the Standard Generalized Markup
|
|
Language (SGML) and the Hypertext Markup Language (HTML), and several interfaces
|
|
for working with the Extensible Markup Language (XML).
|
|
|
|
|
|
.. toctree::
|
|
|
|
html.rst
|
|
html.parser.rst
|
|
html.entities.rst
|
|
xml.rst
|
|
xml.etree.elementtree.rst
|
|
xml.dom.rst
|
|
xml.dom.minidom.rst
|
|
xml.dom.pulldom.rst
|
|
xml.sax.rst
|
|
xml.sax.handler.rst
|
|
xml.sax.utils.rst
|
|
xml.sax.reader.rst
|
|
pyexpat.rst
|