From 464a5d7fba1888667eb1c68a7777d69003c62314 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Wed, 29 Apr 2020 09:55:28 +1000 Subject: Fix some docs build warnings. --- docs/source/api/authentication.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/source/api/authentication.rst') diff --git a/docs/source/api/authentication.rst b/docs/source/api/authentication.rst index 2db4a7bd..860783e3 100644 --- a/docs/source/api/authentication.rst +++ b/docs/source/api/authentication.rst @@ -53,7 +53,7 @@ redirect_uri Response -^^^^^^^^ +-------- You will get back a response: @@ -67,10 +67,10 @@ expires_at This is time that the client credentials expire. If this is 0 the client registration does not expire. Examples --------- +~~~~~~~~ Register Client -^^^^^^^^^^^^^^^ +--------------- To register a client for the first time, this is the minimum you must supply:: @@ -89,7 +89,7 @@ A Response will look like:: Updating Client -^^^^^^^^^^^^^^^ +--------------- Using the response we got above we can update the information and add new information we may have opted not to supply:: @@ -113,7 +113,7 @@ The response will just return back the client_id and client_secret you sent:: Possible Registration Errors ----------------------------- +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are a number of errors you could get back, This explains what could cause some of them: -- cgit v1.2.3