From 6039a4b0be2343b464a7dd45017d488db533b833 Mon Sep 17 00:00:00 2001 From: Quinn Murphy Date: Thu, 1 Dec 2016 18:32:48 -0500 Subject: [PATCH] An easier to see link to the documentation in response to issue #480. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae065a7b..90d236c7 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ for repo in g.get_user().get_repos(): repo.edit(has_wiki=False) ``` +## Documentation + +More information can be found on the [PyGitHub documentation site.](http://pygithub.readthedocs.io/en/latest/introduction.html) + ## Development ### Contributing