Skip to content

Commit ffa3643

Browse files
author
Nat Williams
committed
add myself to AUTHORS and some other docs tweaks
1 parent 9517cf5 commit ffa3643

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

AUTHORS.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ Forked and redesign from Kenneth Reitz's repo
1111

1212
Forked from https://github.com/kennethreitz/python-github3
1313

14-
Kenneth Reitz is also the author of the awesome `requests <https://github.com/kennethreitz/requests>`_ library
15-
which `python-github3` needs it
14+
Kenneth Reitz is also the author of the awesome
15+
`requests <https://github.com/kennethreitz/requests>`_ library, which
16+
`python-github3` requires.
1617

1718
Patches and Suggestions
1819
.........................
@@ -21,3 +22,4 @@ Patches and Suggestions
2122
- Rok Garbas
2223
- Antti Kaihola <[email protected]>
2324
- Francisco Marcos <[email protected]>
25+
- Nathaniel Williams <[email protected]>

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ Achievements
4141
- `Users service <http://developer.github.com/v3/users/>`_
4242
- `Repos service <http://developer.github.com/v3/repos/>`_
4343
- `Gists service <http://developer.github.com/v3/gists/>`_
44+
- `Git Data service <http://developer.github.com/v3/git/>`_
4445

4546
TODO
4647
-----
4748

48-
- Services: Git Data, Issues, Orgs, Pull Requests, Events
49+
- Services: Issues, Orgs, Pull Requests, Events
4950
- Oauth authorization API (service?)
5051
- Proxy methods into resources (e.g copitux.followers())
5152

@@ -55,12 +56,12 @@ Contribute
5556
1. Fork the `repository <https://github.com/copitux/python-github3>`_
5657
2. Write a test to cover new feature or to reproduce bug
5758
3. Code with `pep8 <http://www.python.org/dev/peps/pep-0008/>`_ rules
58-
4. Add you to ``AUTHORS``
59+
4. Add yourself to ``AUTHORS``
5960
5. Pull request it
6061

6162
Tests
6263
-----
6364

6465
Test and docs requirements are listed in ``test_requirements.txt``.
6566
Run ``pip install -r test_requirements.txt`` to install them and ``nosetests``
66-
to run tests
67+
to run tests.

0 commit comments

Comments
 (0)