From ffa3643b14bfc14b8c72596c13012b3cf2aa444f Mon Sep 17 00:00:00 2001 From: Nat Williams Date: Mon, 16 Apr 2012 16:07:10 -0500 Subject: add myself to AUTHORS and some other docs tweaks --- AUTHORS.rst | 6 ++++-- README.rst | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index af05118..4415d5e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -11,8 +11,9 @@ Forked and redesign from Kenneth Reitz's repo Forked from https://github.com/kennethreitz/python-github3 -Kenneth Reitz is also the author of the awesome `requests `_ library -which `python-github3` needs it +Kenneth Reitz is also the author of the awesome +`requests `_ library, which +`python-github3` requires. Patches and Suggestions ......................... @@ -21,3 +22,4 @@ Patches and Suggestions - Rok Garbas - Antti Kaihola - Francisco Marcos +- Nathaniel Williams diff --git a/README.rst b/README.rst index cc787d8..1591e38 100644 --- a/README.rst +++ b/README.rst @@ -41,11 +41,12 @@ Achievements - `Users service `_ - `Repos service `_ - `Gists service `_ +- `Git Data service `_ TODO ----- -- Services: Git Data, Issues, Orgs, Pull Requests, Events +- Services: Issues, Orgs, Pull Requests, Events - Oauth authorization API (service?) - Proxy methods into resources (e.g copitux.followers()) @@ -55,7 +56,7 @@ Contribute 1. Fork the `repository `_ 2. Write a test to cover new feature or to reproduce bug 3. Code with `pep8 `_ rules -4. Add you to ``AUTHORS`` +4. Add yourself to ``AUTHORS`` 5. Pull request it Tests @@ -63,4 +64,4 @@ Tests Test and docs requirements are listed in ``test_requirements.txt``. Run ``pip install -r test_requirements.txt`` to install them and ``nosetests`` -to run tests +to run tests. -- cgit v1.2.3-59-g8ed1b