docs: fixed small wanrings/errors during build.

This commit is contained in:
Marcin Kuzminski 2016-11-15 14:01:59 +01:00
parent 09d36e8196
commit c152f31d62
16 changed files with 39 additions and 24 deletions

View file

@ -38,7 +38,7 @@ changeset_comment
Example error output:
.. code-block:: json
.. code-block:: bash
{
"id" : <id_given_in_input>,

View file

@ -4,7 +4,7 @@ license methods
===============
get_license_info (EE only)
----------------
--------------------------
.. py:function:: get_license_info(apiuser)
@ -32,7 +32,7 @@ get_license_info (EE only)
set_license_key (EE only)
---------------
-------------------------
.. py:function:: set_license_key(apiuser, key)

View file

@ -73,7 +73,7 @@ delete_repo_group
id : <id_given_in_input>
result : {
'msg': 'deleted repo group ID:<repogroupid> <repogroupname>
'msg': 'deleted repo group ID:<repogroupid> <repogroupname>'
'repo_group': null
}
error : null

View file

@ -48,7 +48,7 @@ comment_commit
Example error output:
.. code-block:: json
.. code-block:: bash
{
"id" : <id_given_in_input>,
@ -125,7 +125,7 @@ create_repo
id : <id_given_in_input>
result : null
error : {
'failed to create repository `<repo_name>`
'failed to create repository `<repo_name>`'
}
@ -729,7 +729,7 @@ lock
id : <id_given_in_input>
result : null
error : {
'Error occurred locking repository `<reponame>`
'Error occurred locking repository `<reponame>`'
}