docs: regenerated api docs with new fixed automation script.

- fixes the underline consistency
This commit is contained in:
Marcin Kuzminski 2016-10-14 12:36:38 +02:00
parent 23d86579e4
commit eed69a96af
9 changed files with 19 additions and 9 deletions

View file

@ -1,7 +1,7 @@
.. _deprecated-methods-ref:
deprecated methods
=================
==================
changeset_comment
-----------------

View file

@ -1,7 +1,7 @@
.. _gist-methods-ref:
gist methods
=================
============
create_gist
-----------

View file

@ -1,7 +1,7 @@
.. _license-methods-ref:
license methods
=================
===============
get_license_info (EE only)
----------------

View file

@ -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": [
...

View file

@ -1,7 +1,7 @@
.. _repo-group-methods-ref:
repo_group methods
=================
==================
create_repo_group
-----------------

View file

@ -1,7 +1,7 @@
.. _repo-methods-ref:
repo methods
=================
============
add_field_to_repo
-----------------

View file

@ -1,7 +1,7 @@
.. _server-methods-ref:
server methods
=================
==============
get_ip
------

View file

@ -1,7 +1,7 @@
.. _user-group-methods-ref:
user_group methods
=================
==================
add_user_to_user_group
----------------------

View file

@ -1,7 +1,7 @@
.. _user-methods-ref:
user methods
=================
============
create_user
-----------