An easier to see link to the documentation in response to issue #480.

This commit is contained in:
Quinn Murphy
2016-12-01 18:32:48 -05:00
parent 77fc4e0f9c
commit 6039a4b0be
+4
View File
@@ -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