From 9588f5cbf5ec17b65910b3a64fb0f25f9188dd7a Mon Sep 17 00:00:00 2001 From: hydrabolt Date: Sun, 27 Sep 2015 20:21:22 +0100 Subject: [PATCH] doc formatting test --- docs/docs_client.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/docs_client.rst b/docs/docs_client.rst index a2d1b4228..3a900dd7a 100644 --- a/docs/docs_client.rst +++ b/docs/docs_client.rst @@ -125,13 +125,12 @@ Functions ----- login(email, password, `callback`) -~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `Parameters`: -- `email` - A `String` which is the email you want to sign in with. -- `password` - A `String` which is the password you want to sign in with. -- `callback` - A `function` that can take the following parameters: - - - `error` - null if there was no error, otherwise it is set. - - `token` - if successful, it is the received authorisation token. \ No newline at end of file +- **email** - A `String` which is the email you want to sign in with. +- **password** - A `String` which is the password you want to sign in with. +- **callback** - A `function` that can take the following parameters: + - **error** - null if there was no error, otherwise it is set. + - **token** - if successful, it is the received authorisation token. \ No newline at end of file