aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2014-11-19 17:07:47 +0100
committerSebastian Thiel <byronimo@gmail.com>2014-11-19 17:07:47 +0100
commit8a72a7a43ae004f1ae1be392d4322c07b25deff5 (patch)
tree56b841ec77a4b70b3cc47a50edb2edc4d0028dbf /README.md
parent616ae503462ea93326fa459034f517a4dd0cc1d1 (diff)
parent4ae92aa57324849dd05997825c29242d2d654099 (diff)
downloadGitPython-8a72a7a43ae004f1ae1be392d4322c07b25deff5.tar.gz
GitPython-8a72a7a43ae004f1ae1be392d4322c07b25deff5.zip
Merge branch 'read-the-docs' into 0.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44b55748..b99c4c2f 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ GitPython's git repo is available on GitHub, which can be browsed at [github](ht
### INFRASTRUCTURE
-* [User Documentation](http://packages.python.org/GitPython/)
+* [User Documentation](http://gitpython.readthedocs.org)
* [Mailing List](http://groups.google.com/group/git-python)
* [Issue Tracker](https://github.com/gitpython-developers/GitPython/issues)
@@ -67,6 +67,8 @@ New BSD License. See the LICENSE file.
[![Build Status](https://travis-ci.org/gitpython-developers/GitPython.svg?branch=0.3)](https://travis-ci.org/gitpython-developers/GitPython)
[![Coverage Status](https://coveralls.io/repos/gitpython-developers/GitPython/badge.png)](https://coveralls.io/r/gitpython-developers/GitPython)
+[![Documentation Status](https://readthedocs.org/projects/gitpython/badge/?version=stable)](https://readthedocs.org/projects/gitpython/?badge=stable)
+
The project was idle for 2 years, the last release (v0.3.2 RC1) was made on July 2011. Reason for this might have been the project's dependency on me as sole active maintainer, which is an issue in itself.