Skip to content

Commit 1a18cb1

Browse files
committed
Add statuses service to repos docs.
1 parent 167d600 commit 1a18cb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/repos.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ Hooks
136136
.. autoclass:: pygithub3.services.repos.Hooks
137137
:members:
138138

139+
Statuses
140+
---------
141+
142+
.. autoclass:: pygithub3.services.repos.Statuses
143+
:members:
144+
139145
.. _github repos doc: http://developer.github.com/v3/repos
140146
.. _github collaborators doc: http://developer.github.com/v3/repos/collaborators
141147
.. _github commits doc: http://developer.github.com/v3/repos/commits
@@ -144,3 +150,4 @@ Hooks
144150
.. _github keys doc: http://developer.github.com/v3/repos/keys
145151
.. _github watching doc: http://developer.github.com/v3/repos/watching
146152
.. _github hooks doc: http://developer.github.com/v3/repos/hooks
153+
.. _github statuses doc: http://developer.github.com/v3/repos/statuses

0 commit comments

Comments
 (0)