File tree Expand file tree Collapse file tree 1 file changed +31
-16
lines changed Expand file tree Collapse file tree 1 file changed +31
-16
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,22 @@ In depth documentation
64
64
----------------------
65
65
66
66
Organized using GitHub's documentation
67
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
67
+ --------------------------------------
68
+
69
+ Users (`http://developer.github.com/v3/users/ <http://developer.github.com/v3/users/ >`_)
70
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71
+
72
+ .. I'm not sure I like this or if i should use :mod:`users`
73
+
74
+ If you want to manage a user, use the `Users `_ module:
75
+
76
+ .. _Users : modules/users.html
77
+
78
+ but if you want a list of all users in order they signed up to GitHub, use:
79
+
80
+ .. similarly to above, perhaps :func:`iter_all_users` would be better suited inline?
81
+
82
+ .. autofunction :: github3.iter_all_users
68
83
69
84
.. one-to-one correspondence with developer.github.com/v3
70
85
@@ -81,20 +96,20 @@ Modules
81
96
.. toctree ::
82
97
:maxdepth: 1
83
98
84
- api
85
- auths
86
- events
87
- gists
88
- git
89
- github
90
- issues
91
- models
92
- orgs
93
- pulls
94
- repos
95
- search_structs
96
- structs
97
- users
99
+ modules/ api
100
+ modules/ auths
101
+ modules/ events
102
+ modules/ gists
103
+ modules/ git
104
+ modules/ github
105
+ modules/ issues
106
+ modules/ models
107
+ modules/ orgs
108
+ modules/ pulls
109
+ modules/ repos
110
+ modules/ search_structs
111
+ modules/ structs
112
+ modules/ users
98
113
99
114
Internals
100
115
~~~~~~~~~
@@ -105,7 +120,7 @@ feel the need to contribute to the project.
105
120
.. toctree ::
106
121
:maxdepth: 1
107
122
108
- models
123
+ modules/ models
109
124
decorators
110
125
111
126
You can’t perform that action at this time.
0 commit comments