From eed69a96afbdf38c4a83aac7726ea0d0e4f32b35 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Fri, 14 Oct 2016 12:36:38 +0200 Subject: [PATCH] docs: regenerated api docs with new fixed automation script. - fixes the underline consistency --- docs/api/methods/deprecated-methods.rst | 2 +- docs/api/methods/gist-methods.rst | 2 +- docs/api/methods/license-methods.rst | 2 +- docs/api/methods/pull-request-methods.rst | 12 +++++++++++- docs/api/methods/repo-group-methods.rst | 2 +- docs/api/methods/repo-methods.rst | 2 +- docs/api/methods/server-methods.rst | 2 +- docs/api/methods/user-group-methods.rst | 2 +- docs/api/methods/user-methods.rst | 2 +- 9 files changed, 19 insertions(+), 9 deletions(-) diff --git a/docs/api/methods/deprecated-methods.rst b/docs/api/methods/deprecated-methods.rst index d3ca2124..ea5f069f 100644 --- a/docs/api/methods/deprecated-methods.rst +++ b/docs/api/methods/deprecated-methods.rst @@ -1,7 +1,7 @@ .. _deprecated-methods-ref: deprecated methods -================= +================== changeset_comment ----------------- diff --git a/docs/api/methods/gist-methods.rst b/docs/api/methods/gist-methods.rst index 00401433..2b0a75d2 100644 --- a/docs/api/methods/gist-methods.rst +++ b/docs/api/methods/gist-methods.rst @@ -1,7 +1,7 @@ .. _gist-methods-ref: gist methods -================= +============ create_gist ----------- diff --git a/docs/api/methods/license-methods.rst b/docs/api/methods/license-methods.rst index aeae08f2..e29d92e9 100644 --- a/docs/api/methods/license-methods.rst +++ b/docs/api/methods/license-methods.rst @@ -1,7 +1,7 @@ .. _license-methods-ref: license methods -================= +=============== get_license_info (EE only) ---------------- diff --git a/docs/api/methods/pull-request-methods.rst b/docs/api/methods/pull-request-methods.rst index 23ab0ae8..d1effc1c 100644 --- a/docs/api/methods/pull-request-methods.rst +++ b/docs/api/methods/pull-request-methods.rst @@ -1,7 +1,7 @@ .. _pull-request-methods-ref: pull_request methods -================= +==================== close_pull_request ------------------ @@ -103,6 +103,10 @@ create_pull_request :type description: Optional(str) :param reviewers: Set the new pull request reviewers list. :type reviewers: Optional(list) + Accepts username strings or objects of the format: + { + 'username': 'nick', 'reasons': ['original author'] + } get_pull_request @@ -165,6 +169,9 @@ get_pull_request "commit_id": "", } }, + "shadow": { + "clone_url": "", + }, "author": , "reviewers": [ ... @@ -241,6 +248,9 @@ get_pull_requests "commit_id": "", } }, + "shadow": { + "clone_url": "", + }, "author": , "reviewers": [ ... diff --git a/docs/api/methods/repo-group-methods.rst b/docs/api/methods/repo-group-methods.rst index ef39592a..fb4fe4b7 100644 --- a/docs/api/methods/repo-group-methods.rst +++ b/docs/api/methods/repo-group-methods.rst @@ -1,7 +1,7 @@ .. _repo-group-methods-ref: repo_group methods -================= +================== create_repo_group ----------------- diff --git a/docs/api/methods/repo-methods.rst b/docs/api/methods/repo-methods.rst index 9cbe730b..ae55e8ad 100644 --- a/docs/api/methods/repo-methods.rst +++ b/docs/api/methods/repo-methods.rst @@ -1,7 +1,7 @@ .. _repo-methods-ref: repo methods -================= +============ add_field_to_repo ----------------- diff --git a/docs/api/methods/server-methods.rst b/docs/api/methods/server-methods.rst index 78e7c0d7..d69cfa15 100644 --- a/docs/api/methods/server-methods.rst +++ b/docs/api/methods/server-methods.rst @@ -1,7 +1,7 @@ .. _server-methods-ref: server methods -================= +============== get_ip ------ diff --git a/docs/api/methods/user-group-methods.rst b/docs/api/methods/user-group-methods.rst index 7a6aa06c..1f29bc8d 100644 --- a/docs/api/methods/user-group-methods.rst +++ b/docs/api/methods/user-group-methods.rst @@ -1,7 +1,7 @@ .. _user-group-methods-ref: user_group methods -================= +================== add_user_to_user_group ---------------------- diff --git a/docs/api/methods/user-methods.rst b/docs/api/methods/user-methods.rst index 9410ca23..a9446d25 100644 --- a/docs/api/methods/user-methods.rst +++ b/docs/api/methods/user-methods.rst @@ -1,7 +1,7 @@ .. _user-methods-ref: user methods -================= +============ create_user -----------