[Lxml-checkins] r46169 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Wed Aug 29 20:06:56 CEST 2007


Author: scoder
Date: Wed Aug 29 20:06:55 2007
New Revision: 46169

Modified:
   lxml/trunk/doc/main.txt
Log:
link to API docs

Modified: lxml/trunk/doc/main.txt
==============================================================================
--- lxml/trunk/doc/main.txt	(original)
+++ lxml/trunk/doc/main.txt	Wed Aug 29 20:06:55 2007
@@ -37,8 +37,8 @@
 .. _FAQ:          FAQ.html
 
 
-This page describes the current in-development version of lxml that will
-eventually become lxml 2.0.
+**This page describes the current in-development version of lxml that will
+become lxml 2.0.**
 
 
 Documentation
@@ -58,6 +58,8 @@
 
   * `lxml.etree specific API`_ documentation
 
+  * the `generated API documentation`_
+
   * parsing_ and validating_ XML
 
   * `XPath and XSLT`_ support
@@ -105,6 +107,7 @@
 .. _cElementTree: http://effbot.org/zone/celementtree.htm
 
 .. _`lxml.etree Tutorial`: tutorial.html
+.. _`generated API documentation`:   api/index.html
 .. _`benchmark results`: performance.html
 .. _`compatibility`: compatibility.html
 .. _`lxml.etree specific API`: api.html


More information about the lxml-checkins mailing list