aboutsummaryrefslogtreecommitdiffstats
path: root/docs/repos.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/repos.rst')
-rw-r--r--docs/repos.rst13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/repos.rst b/docs/repos.rst
index f6dbead..2a5bbe2 100644
--- a/docs/repos.rst
+++ b/docs/repos.rst
@@ -49,7 +49,7 @@ You can see it better with an example: ::
Repo
-------
-.. autoclass:: pygithub3.services.repos.Repo
+.. autoclass:: pygithub3.services.repos.Repos
:members:
.. attribute:: collaborators
@@ -81,33 +81,44 @@ Repo
Collaborators
--------------
+.. autoclass:: pygithub3.services.repos.Collaborators
.. _Commits service:
Commits
----------
+.. autoclass:: pygithub3.services.repos.Commits
+
.. _Downloads service:
Downloads
------------
+.. autoclass:: pygithub3.services.repos.Downloads
+
.. _Forks service:
Forks
---------
+.. autoclass:: pygithub3.services.repos.Forks
+
.. _RepoKeys service:
Keys
----------
+.. autoclass:: pygithub3.services.repos.Keys
+
.. _Watchers service:
Watchers
---------
+.. autoclass:: pygithub3.services.repos.Watchers
+
.. _github repo doc: http://developer.github.com/v3/repos