From: Eli Bendersky Date: Sun, 31 Mar 2013 23:57:03 +0000 (-0700) Subject: doc fixes X-Git-Tag: v0.21~11 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=daa787f579df328e24a2a5f609f16672e26873e5;p=pyelftools.git doc fixes --- diff --git a/README.rst b/README.rst index 07bd671..264b898 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,9 @@ install from source, as usual:: > python setup.py install -Since **pyelftools** is a work in progress, it's recommended to get the ``tip`` -tag ("trunk") from *Downloads* or just clone the Mercurial repository, to get -the latest code. +Since **pyelftools** is a work in progress, it's recommended to have the most +recent version of the code. This can be done by downloading the ``tip`` tag +("trunk") from *Downloads* or just cloning the Mercurial repository. How to use it? -------------- diff --git a/elftools/construct/README b/elftools/construct/README index 2c1b798..0d76f7f 100644 --- a/elftools/construct/README +++ b/elftools/construct/README @@ -1,8 +1,7 @@ -'construct' is the actual library, with my modifications for Python 3 -compatibility and various bug fixes. +construct is a Python library for declarative parsing and building of binary +data. This is my fork of construct 2, with some modifications for Python 3 +and bug fixes. The construct website is http://construct.readthedocs.org -Taken from my fork: https://github.com/eliben/construct - -Take a look at LICENSE for the original license +LICENSE is the original license.