8000 support for 1-to-1 GH doc · danpalmer/github3.py@b4893dd · GitHub
[go: up one dir, main page]

Skip to content

Commit b4893dd

Browse files
committed
support for 1-to-1 GH doc
1 parent fd327ed commit b4893dd

File tree

11 files changed

+66
-13
lines changed

11 files changed

+66
-13
lines changed

docs/gh/activity.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Activity
2+
--------
3+
4+
`http://developer.github.com/v3/activity/ <http://developer.github.com/v3/activity/>`_

docs/gh/gists.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Gists
2+
-----
3+
4+
`http://developer.github.com/v3/gists/ <http://developer.github.com/v3/gists/>`_

docs/gh/git.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Git Data
2+
--------
3+
4+
`http://developer.github.com/v3/git/ <http://developer.github.com/v3/git/>`_

docs/gh/issues.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Issues
2+
------
3+
4+
`http://developer.github.com/v3/issues/ <http://developer.github.com/v3/issues/>`_

docs/gh/misc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Miscellaneous
2+
-------------
3+
4+
`http://developer.github.com/v3/misc/ <http://developer.github.com/v3/misc/>`_

docs/gh/orgs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Organizations
2+
-------------
3+
4+
`http://developer.github.com/v3/orgs/ <http://developer.github.com/v3/orgs/>`_

docs/gh/pull.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Pull Requests
2+
-------------
3+
4+
`http://developer.github.com/v3/pulls/ <http://developer.github.com/v3/pulls/>`_

docs/gh/repos.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Repositories
2+
------------
3+
4+
`http://developer.github.com/v3/repos/ <http://developer.github.com/v3/repos/>`_

docs/gh/search.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Search
2+
------
3+
4+
`http://developer.github.com/v3/search/ <http://developer.github.com/v3/search/>`_

docs/gh/users.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Users
2+
-----
3+
4+
`http://developer.github.com/v3/users/ <http://developer.github.com/v3/users/>`_
5+
6+
.. I'm not sure I like this or if i should use :mod:`users`
7+
8+
If you want to manage a user, use the `Users`_ module:
9+
10+
.. _Users: ../modules/users.html
11+
12+
but if you want a list of all users in order they signed up to GitHub, use:
13+
14+
.. similarly to above, perhaps :func:`iter_all_users` would be better suited inline?
15+
16+
.. autofunction:: github3.iter_all_users
17+

0 commit comments

Comments
 (0)
0