aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/github.rst2
-rw-r--r--docs/repos.rst13
-rw-r--r--docs/resources.rst2
3 files changed, 15 insertions, 2 deletions
diff --git a/docs/github.rst b/docs/github.rst
index b54cef2..ae4941b 100644
--- a/docs/github.rst
+++ b/docs/github.rst
@@ -3,5 +3,5 @@ Github
This is the main entrance of **pygithub3**
-.. autoclass:: pygithub3.github.Github
+.. autoclass:: pygithub3.Github
:members:
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
diff --git a/docs/resources.rst b/docs/resources.rst
index e69de29..24189e2 100644
--- a/docs/resources.rst
+++ b/docs/resources.rst
@@ -0,0 +1,2 @@
+Resources
+==========