PDA

View Full Version : python-lxml documentation?



SouthOfHell
November 10th, 2009, 03:12 PM
Hey just installed this via apt-get. I'm trying to find its documentation, after invoking help() in python and then typing lxml im presented with:


elp on package lxml:

NAME
lxml - # this is a package

FILE
/usr/lib/python2.6/dist-packages/lxml/__init__.py

MODULE DOCS
/usr/share/doc/python2.6/html/library/lxml.html

PACKAGE CONTENTS
ElementInclude
_elementpath
builder
cssselect
doctestcompare
etree
html (package)
objectify
pyclasslookup
sax
usedoctest

So i head over to /usr/share/doc/python2.6/html/library/lxml.html, but to find theres nothing there, so i try sudo apt-cache search python-lxml* to see if theres anything in there for the doc's and.. nothing, anyone know where I can get the documentation (Not in PDF format as per the lxml site, that is)

geofio
November 19th, 2009, 11:21 AM
Hi,

there is a decent documentation of lxml at their website:

http://codespeak.net/lxml/index.html#documentation

also this documentation proofed to be useful for me:

http://infohost.nmt.edu/tcc/help/pubs/pylxml/index.html

Hope this is any help??

Ciao,

geofio