aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNat Williams <nwilliams@leapfrogonline.com>2012-04-16 16:07:10 -0500
committerNat Williams <nwilliams@leapfrogonline.com>2012-04-16 16:09:57 -0500
commitffa3643b14bfc14b8c72596c13012b3cf2aa444f (patch)
tree214726395e1f0108e757a47d2c0de0ec36a3aeb5
parentadd test_requirements.txt and more test running instructions (diff)
downloadpython-github3-ffa3643b14bfc14b8c72596c13012b3cf2aa444f.tar.xz
python-github3-ffa3643b14bfc14b8c72596c13012b3cf2aa444f.zip
add myself to AUTHORS and some other docs tweaks
-rw-r--r--AUTHORS.rst6
-rw-r--r--README.rst7
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 <https://github.com/kennethreitz/requests>`_ library
-which `python-github3` needs it
+Kenneth Reitz is also the author of the awesome
+`requests <https://github.com/kennethreitz/requests>`_ library, which
+`python-github3` requires.
Patches and Suggestions
.........................
@@ -21,3 +22,4 @@ Patches and Suggestions
- Rok Garbas
- Antti Kaihola <akaihol+github@ambitone.com>
- Francisco Marcos <fmarcos83@gmail.com>
+- Nathaniel Williams <nat.williams@gmail.com>
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 <http://developer.github.com/v3/users/>`_
- `Repos service <http://developer.github.com/v3/repos/>`_
- `Gists service <http://developer.github.com/v3/gists/>`_
+- `Git Data service <http://developer.github.com/v3/git/>`_
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 <https://github.com/copitux/python-github3>`_
2. Write a test to cover new feature or to reproduce bug
3. Code with `pep8 <http://www.python.org/dev/peps/pep-0008/>`_ 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.