diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2012-06-17 16:45:37 +0300 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2012-06-17 16:45:37 +0300 |
commit | 43eaecb1c8e4f0d7400f37c3a87811f1a7fd4e05 (patch) | |
tree | f681f7cff1d18f0d2b42421a4fd8c3617bfc7bf8 | |
parent | a95795917ca532fc673106ff8496df84d8e45d00 (diff) | |
download | python-lxml-patch-1.tar.gz |
Fix documentation link to etreepublic.pxd
patch-1
The file has moved to src/lxml/include in
6d33615e46e4a2316331c1bfe8051875abf59ed3
-rw-r--r-- | doc/capi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/capi.txt b/doc/capi.txt index d2580762..6662643f 100644 --- a/doc/capi.txt +++ b/doc/capi.txt @@ -9,7 +9,7 @@ without going through the Python API. The API is described in the file `etreepublic.pxd`_, which is directly c-importable by extension modules implemented in Pyrex_ or Cython_. -.. _`etreepublic.pxd`: https://github.com/lxml/lxml/blob/master/src/lxml/etreepublic.pxd +.. _`etreepublic.pxd`: https://github.com/lxml/lxml/blob/master/src/lxml/include/etreepublic.pxd .. _Cython: http://cython.org .. _Pyrex: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ |