[Lxml-checkins] r44192 - in lxml/branch/lxml-1.3/doc: . html
scoder at codespeak.net
scoder at codespeak.net
Tue Jun 12 19:25:31 CEST 2007
Author: scoder
Date: Tue Jun 12 19:25:31 2007
New Revision: 44192
Modified:
lxml/branch/lxml-1.3/doc/api.txt
lxml/branch/lxml-1.3/doc/html/style.css
Log:
doc updates from trunk
Modified: lxml/branch/lxml-1.3/doc/api.txt
==============================================================================
--- lxml/branch/lxml-1.3/doc/api.txt (original)
+++ lxml/branch/lxml-1.3/doc/api.txt Tue Jun 12 19:25:31 2007
@@ -1,11 +1,11 @@
-=====================
-APIs specific to lxml
-=====================
-
-lxml tries to follow established APIs wherever possible. Sometimes, however,
-the need to expose a feature in an easy way led to the invention of a new API.
-This page describes the major differences and a few additions to the main
-ElementTree API.
+===========================
+APIs specific to lxml.etree
+===========================
+
+lxml.etree tries to follow established APIs wherever possible. Sometimes,
+however, the need to expose a feature in an easy way led to the invention of a
+new API. This page describes the major differences and a few additions to the
+main ElementTree API.
Separate pages describe the support for `parsing XML`_, executing `XPath and
XSLT`_, `validating XML`_ and interfacing with other XML tools through the
Modified: lxml/branch/lxml-1.3/doc/html/style.css
==============================================================================
--- lxml/branch/lxml-1.3/doc/html/style.css (original)
+++ lxml/branch/lxml-1.3/doc/html/style.css Tue Jun 12 19:25:31 2007
@@ -41,13 +41,13 @@
/*** TOC ***/
-div.contents.topic > ul {
+div.contents.topic ul {
margin-top: 0px;
}
-div.contents.topic > ul > li {
+div.contents.topic ul > li {
text-decoration: none;
- line-height: 1.1em;
+ line-height: 1.2em;
}
div.contents.topic > p > a {
More information about the lxml-checkins
mailing list