diff options
| author | scoder <none@none> | 2008-07-16 08:58:10 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2008-07-16 08:58:10 +0200 |
| commit | 8fa6dc2d0b5870f7abcbfd82a36599d1bef7e9ec (patch) | |
| tree | bb8295487819b968e1188cf04bc454e64a8e6767 /doc/docstructure.py | |
| parent | 745f4d3898f29271fdb061d0a7c2f897dcc66be9 (diff) | |
| download | python-lxml-8fa6dc2d0b5870f7abcbfd82a36599d1bef7e9ec.tar.gz | |
[svn r3900] r4637@delle: sbehnel | 2008-07-16 08:55:48 +0200
html5lib parser module provided by Armin Ronacher
--HG--
branch : trunk
Diffstat (limited to 'doc/docstructure.py')
| -rw-r--r-- | doc/docstructure.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/docstructure.py b/doc/docstructure.py index 81966b68..ac5f993a 100644 --- a/doc/docstructure.py +++ b/doc/docstructure.py @@ -6,7 +6,8 @@ SITE_STRUCTURE = [ 'api.txt', 'parsing.txt', 'validation.txt', 'xpathxslt.txt', 'objectify.txt', 'lxmlhtml.txt', - 'cssselect.txt', 'elementsoup.txt')), + 'cssselect.txt', 'elementsoup.txt', + 'html5parser.txt')), ('Extending lxml', ('resolvers.txt', 'extensions.txt', 'element_classes.txt', 'sax.txt', 'capi.txt')), ('Developing lxml', ('build.txt', 'lxml-source-howto.txt', |
