##// END OF EJS Templates
docs: regenerated api docs with new fixed automation script....
marcink -
r989:51ecbd66 default
parent child Browse files
Show More
@@ -1,7 +1,7 b''
1 .. _deprecated-methods-ref:
1 .. _deprecated-methods-ref:
2
2
3 deprecated methods
3 deprecated methods
4 =================
4 ==================
5
5
6 changeset_comment
6 changeset_comment
7 -----------------
7 -----------------
@@ -1,7 +1,7 b''
1 .. _gist-methods-ref:
1 .. _gist-methods-ref:
2
2
3 gist methods
3 gist methods
4 =================
4 ============
5
5
6 create_gist
6 create_gist
7 -----------
7 -----------
@@ -1,7 +1,7 b''
1 .. _license-methods-ref:
1 .. _license-methods-ref:
2
2
3 license methods
3 license methods
4 =================
4 ===============
5
5
6 get_license_info (EE only)
6 get_license_info (EE only)
7 ----------------
7 ----------------
@@ -1,7 +1,7 b''
1 .. _pull-request-methods-ref:
1 .. _pull-request-methods-ref:
2
2
3 pull_request methods
3 pull_request methods
4 =================
4 ====================
5
5
6 close_pull_request
6 close_pull_request
7 ------------------
7 ------------------
@@ -103,6 +103,10 b' create_pull_request'
103 :type description: Optional(str)
103 :type description: Optional(str)
104 :param reviewers: Set the new pull request reviewers list.
104 :param reviewers: Set the new pull request reviewers list.
105 :type reviewers: Optional(list)
105 :type reviewers: Optional(list)
106 Accepts username strings or objects of the format:
107 {
108 'username': 'nick', 'reasons': ['original author']
109 }
106
110
107
111
108 get_pull_request
112 get_pull_request
@@ -165,6 +169,9 b' get_pull_request'
165 "commit_id": "<commit_id>",
169 "commit_id": "<commit_id>",
166 }
170 }
167 },
171 },
172 "shadow": {
173 "clone_url": "<clone_url>",
174 },
168 "author": <user_obj>,
175 "author": <user_obj>,
169 "reviewers": [
176 "reviewers": [
170 ...
177 ...
@@ -241,6 +248,9 b' get_pull_requests'
241 "commit_id": "<commit_id>",
248 "commit_id": "<commit_id>",
242 }
249 }
243 },
250 },
251 "shadow": {
252 "clone_url": "<clone_url>",
253 },
244 "author": <user_obj>,
254 "author": <user_obj>,
245 "reviewers": [
255 "reviewers": [
246 ...
256 ...
@@ -1,7 +1,7 b''
1 .. _repo-group-methods-ref:
1 .. _repo-group-methods-ref:
2
2
3 repo_group methods
3 repo_group methods
4 =================
4 ==================
5
5
6 create_repo_group
6 create_repo_group
7 -----------------
7 -----------------
@@ -1,7 +1,7 b''
1 .. _repo-methods-ref:
1 .. _repo-methods-ref:
2
2
3 repo methods
3 repo methods
4 =================
4 ============
5
5
6 add_field_to_repo
6 add_field_to_repo
7 -----------------
7 -----------------
@@ -1,7 +1,7 b''
1 .. _server-methods-ref:
1 .. _server-methods-ref:
2
2
3 server methods
3 server methods
4 =================
4 ==============
5
5
6 get_ip
6 get_ip
7 ------
7 ------
@@ -1,7 +1,7 b''
1 .. _user-group-methods-ref:
1 .. _user-group-methods-ref:
2
2
3 user_group methods
3 user_group methods
4 =================
4 ==================
5
5
6 add_user_to_user_group
6 add_user_to_user_group
7 ----------------------
7 ----------------------
@@ -1,7 +1,7 b''
1 .. _user-methods-ref:
1 .. _user-methods-ref:
2
2
3 user methods
3 user methods
4 =================
4 ============
5
5
6 create_user
6 create_user
7 -----------
7 -----------
General Comments 0
You need to be logged in to leave comments. Login now