diff options
| author | scoder <none@none> | 2010-01-25 10:33:07 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2010-01-25 10:33:07 +0100 |
| commit | 69ca1b8a8a36a21ece30aeef5a4de06afc4c0ae6 (patch) | |
| tree | 3d9047af02cc67248fe5a1ee22d3b5b874563e99 /doc/docstructure.py | |
| parent | b6e0a0745a38ba66eba81ca18d3d24166253f494 (diff) | |
| download | python-lxml-69ca1b8a8a36a21ece30aeef5a4de06afc4c0ae6.tar.gz | |
[svn r4316] r5417@lenny: sbehnel | 2010-01-25 10:32:52 +0100
removed 'what's new in 2.0' page
--HG--
branch : trunk
Diffstat (limited to 'doc/docstructure.py')
| -rw-r--r-- | doc/docstructure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docstructure.py b/doc/docstructure.py index ac5f993a..9b8bfef5 100644 --- a/doc/docstructure.py +++ b/doc/docstructure.py @@ -1,6 +1,6 @@ SITE_STRUCTURE = [ - ('lxml', ('main.txt', 'intro.txt', '../INSTALL.txt', 'lxml2.txt', + ('lxml', ('main.txt', 'intro.txt', '../INSTALL.txt', # 'lxml2.txt', 'performance.txt', 'compatibility.txt', 'FAQ.txt')), ('Developing with lxml', ('tutorial.txt', '@API reference', 'api.txt', 'parsing.txt', |
