docs: regenerated api docs with new fixed automation script.
- fixes the underline consistency
This commit is contained in:
parent
23d86579e4
commit
eed69a96af
9 changed files with 19 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.. _deprecated-methods-ref:
|
||||
|
||||
deprecated methods
|
||||
=================
|
||||
==================
|
||||
|
||||
changeset_comment
|
||||
-----------------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _gist-methods-ref:
|
||||
|
||||
gist methods
|
||||
=================
|
||||
============
|
||||
|
||||
create_gist
|
||||
-----------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _license-methods-ref:
|
||||
|
||||
license methods
|
||||
=================
|
||||
===============
|
||||
|
||||
get_license_info (EE only)
|
||||
----------------
|
||||
|
|
|
|||
|
|
@ -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": "<commit_id>",
|
||||
}
|
||||
},
|
||||
"shadow": {
|
||||
"clone_url": "<clone_url>",
|
||||
},
|
||||
"author": <user_obj>,
|
||||
"reviewers": [
|
||||
...
|
||||
|
|
@ -241,6 +248,9 @@ get_pull_requests
|
|||
"commit_id": "<commit_id>",
|
||||
}
|
||||
},
|
||||
"shadow": {
|
||||
"clone_url": "<clone_url>",
|
||||
},
|
||||
"author": <user_obj>,
|
||||
"reviewers": [
|
||||
...
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _repo-group-methods-ref:
|
||||
|
||||
repo_group methods
|
||||
=================
|
||||
==================
|
||||
|
||||
create_repo_group
|
||||
-----------------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _repo-methods-ref:
|
||||
|
||||
repo methods
|
||||
=================
|
||||
============
|
||||
|
||||
add_field_to_repo
|
||||
-----------------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _server-methods-ref:
|
||||
|
||||
server methods
|
||||
=================
|
||||
==============
|
||||
|
||||
get_ip
|
||||
------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _user-group-methods-ref:
|
||||
|
||||
user_group methods
|
||||
=================
|
||||
==================
|
||||
|
||||
add_user_to_user_group
|
||||
----------------------
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.. _user-methods-ref:
|
||||
|
||||
user methods
|
||||
=================
|
||||
============
|
||||
|
||||
create_user
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue