From 72639d800c29c1f9d76ec9578a02af0b16e8d12b Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Fri, 21 Dec 2012 16:28:32 +0100 Subject: [PATCH] added pygit api link --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index d7f88d5..c0e5131 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,8 @@ pygit2 - libgit2 bindings in Python pygit2 is a set of Python bindings to the libgit2 linkable C Git library. The supported versions of Python are 2.6, 2.7, 3.1 and 3.2 +You can find an up-to-date api documentation at http://libgit2.github.com/pygit2. + Through this text Python 3 is used for the inline examples. Also, the Python 3 terminology is used (for instance we say text strings instead of unicode strings).