aboutsummaryrefslogtreecommitdiffstats
path: root/docs/repos.rst
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-03-01 19:41:46 +0100
committerDavid Medina <davidmedina9@gmail.com>2012-03-01 19:43:26 +0100
commit5d7ee35eb23f193ec79a1a7b24ea87c6f1bc28b8 (patch)
treec90ab9489c5217151c1f1c716aea8fa39b303393 /docs/repos.rst
parentWIP on services.repos doc (diff)
downloadpython-github3-5d7ee35eb23f193ec79a1a7b24ea87c6f1bc28b8.tar.xz
python-github3-5d7ee35eb23f193ec79a1a7b24ea87c6f1bc28b8.zip
Complete services.repos doc
Also add Mimetypes doc
Diffstat (limited to 'docs/repos.rst')
-rw-r--r--docs/repos.rst21
1 files changed, 14 insertions, 7 deletions
diff --git a/docs/repos.rst b/docs/repos.rst
index f42796f..2b58f32 100644
--- a/docs/repos.rst
+++ b/docs/repos.rst
@@ -22,7 +22,8 @@ Some request always need ``user`` and ``repo`` parameters, both, to identify
a `repository`. Because there are a lot of requests which need that parameters,
you can :ref:`config each service` with ``user`` and ``repo`` globally.
-So several requests follow a simple precedence ``user_in_arg > user_in_config``
+So several requests follow a simple precedence
+``user_in_arg > user_in_config | repo_in_arg > repo_in_config``
You can see it better with an example: ::
@@ -127,10 +128,16 @@ Watchers
.. autoclass:: pygithub3.services.repos.Watchers
:members:
+.. _Hooks service:
+
+Hooks
+---------
+
.. _github repos doc: http://developer.github.com/v3/repos
-.. _github collaborators doc: http://developer.github.com/v3/repos
-.. _github commits doc: http://developer.github.com/v3/repos
-.. _github downloads doc: http://developer.github.com/v3/repos
-.. _github forks doc: http://developer.github.com/v3/repos
-.. _github watching doc: http://developer.github.com/v3/repos
-.. _github hooks doc: http://developer.github.com/v3/repos
+.. _github collaborators doc: http://developer.github.com/v3/repos/collaborators
+.. _github commits doc: http://developer.github.com/v3/repos/commits
+.. _github downloads doc: http://developer.github.com/v3/repos/downloads
+.. _github forks doc: http://developer.github.com/v3/repos/forks
+.. _github keys doc: http://developer.github.com/v3/repos/keys
+.. _github watching doc: http://developer.github.com/v3/repos/watching
+.. _github hooks doc: http://developer.github.com/v3/repos/hooks