8000 URL and name cleanup · simahawk/github3.py@6f80592 · GitHub
[go: up one dir, main page]

Skip to content < 8000 /span>

Commit 6f80592

Browse files
committed
URL and name cleanup
1 parent 398417d commit 6f80592

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

AUTHORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Development Lead
22
----------------
33

4-
- Ian Cordasco <graffatcolmingov@gmail.com>
4+
- Ian Stapleton Cordasco <graffatcolmingov@gmail.com>
55

66
- Matt Chung (@itsmemattchung)
77

HISTORY.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,18 @@
6969
- Allow users to pass a two-factor authentication callback to
7070
``GitHub#authorize``.
7171

72-
.. _single authorization: https://github3py.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorization
73-
.. _all authorizations: https://github3py.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorizations
74-
.. _ping: https://github3py.readthedocs.io/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
75-
.. _Repository's collaborators: https://github3py.readthedocs.io/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
76-
.. _pagination changes: https://developer.github.com/changes/2014-03-18-paginating-method-changes/
77-
.. _stargarzers_url: https://github.com/sigmavirus24/github3.py/pull/240
72+
.. _single authorization:
73+
https://github3.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorization
74+
.. _all authorizations:
75+
https://github3.readthedocs.io/en/latest/github.html#github3.github.GitHub.revoke_authorizations
76+
.. _ping:
77+
https://github3.readthedocs.io/en/latest/repos.html?highlight=ping#github3.repos.hook.Hook.ping
78+
.. _Repository's collaborators:
79+
https://github3.readthedocs.io/en/latest/repos.html#github3.repos.repo.Repository.iter_collaborators
80+
.. _pagination changes:
81+
https://developer.github.com/changes/2014-03-18-paginating-method-changes/
82+
.. _stargarzers_url:
83+
https://github.com/sigmavirus24/github3.py/pull/240
7884

7985
0.8.2: 2014-02-11
8086
~~~~~~~~~~~~~~~~~

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Installation
1616
Dependencies
1717
------------
1818

19-
- requests_ by Kenneth Reitz
20-
- uritemplate_ by Ian Cordasco
19+
- requests_
20+
- uritemplate_
2121

2222
.. _requests: https://github.com/kennethreitz/requests
2323
.. _uritemplate: https://github.com/sigmavirus24/uritemplate
@@ -56,7 +56,7 @@ Examples
5656

5757
See the docs_ for more examples.
5858

59-
.. _docs: https://github3py.readthedocs.io/en/latest/index.html#more-examples
59+
.. _docs: https://github3.readthedocs.io/en/latest/index.html#more-examples
6060

6161
Testing
6262
~~~~~~~
@@ -70,7 +70,7 @@ Install the dependencies from requirements.txt e.g.:
7070
Author
7171
------
7272

73-
Ian Cordasco (sigmavirus24)
73+
Ian Stapleton Cordasco (sigmavirus24)
7474

7575
Contact Options
7676
---------------

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Let's get information about a user::
1717
gh = login('sigmavirus24', password='<password>')
1818

1919
sigmavirus24 = gh.me()
20-
# <User [sigmavirus24:Ian Cordasco]>
20+
# <User [sigmavirus24:Ian Stapleton Cordasco]>
2121

2222
print(sigmavirus24.name)
23-
# Ian Cordasco
23+
# Ian Stapleton Cordasco
2424
print(sigmavirus24.login)
2525
# sigmavirus24
2626
print(sigmavirus24.followers_count)
@@ -111,7 +111,7 @@ Dependencies
111111
~~~~~~~~~~~~
112112

113113
- requests_ by Kenneth Reitz
114-
- uritemplate_ by Ian Cordasco
114+
- uritemplate_ by Ian Stapleton Cordasco
115115

116116
.. _requests: https://github.com/kennethreitz/requests
117117
.. _uritemplate: https://github.com/sigmavirus24/uritemplate

0 commit comments

Comments
 (0)
0