[Lxml-checkins] r51512 - in lxml/trunk: . doc
scoder at codespeak.net
scoder at codespeak.net
Fri Feb 15 10:39:38 CET 2008
Author: scoder
Date: Fri Feb 15 10:39:37 2008
New Revision: 51512
Modified:
lxml/trunk/ (props changed)
lxml/trunk/doc/lxml-source-howto.txt
Log:
r3521 at delle: sbehnel | 2008-02-15 10:39:01 +0100
doc section on documentation
Modified: lxml/trunk/doc/lxml-source-howto.txt
==============================================================================
--- lxml/trunk/doc/lxml-source-howto.txt (original)
+++ lxml/trunk/doc/lxml-source-howto.txt Fri Feb 15 10:39:37 2008
@@ -15,6 +15,7 @@
.. _lxml: http://codespeak.net/lxml
.. _`how to build lxml from sources`: build.html
+.. _`ReStructured Text`: http://docutils.sourceforge.net/rst.html
.. contents::
..
@@ -54,8 +55,6 @@
``src`` of the checkout. The documentation (which is written in the
`ReStructured Text`_ format) lives in the ``doc`` directory.
-.. _`ReStructured Text`:
-
The main extension modules in lxml are ``lxml.etree`` and
``lxml.objectify``. All main modules have the file extension
``.pyx``, which shows the descendence from Pyrex. As usual in Python,
@@ -71,7 +70,16 @@
* proxies
* naming conventions
-*
+* ...
+
+
+The documentation
+=================
+
+* docs in ``doc`` directory
+* `ReStructured Text`_ format
+* generated through ``mkhtml.py`` script
+* ...
lxml.etree
More information about the lxml-checkins
mailing list