From 4f26837b8e7c4aad8aed3b4cda45b9fa07b3a627 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 16 Jan 2018 14:19:10 -0500 Subject: [PATCH] fix literal block markup for blocks within bullet lists Change-Id: I65fb3b69dd71bd5904ae99db6ae4761f3ffa2b90 Signed-off-by: Doug Hellmann --- doc/source/install/development.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index e56bc725..0c783c1d 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -111,18 +111,24 @@ Installing the Javascript-based web client 3. Do **one** of the following that applies to you. - a. Run a local development server, which uses the localhost API:: + a. Run a local development server, which uses the localhost API. - tox -egrunt_no_api -- serve + :: + + tox -egrunt_no_api -- serve b. Run a local development server, which binds to a specific IP and - consumes the localhost API:: + consumes the localhost API. - tox -egrunt_no_api -- serve --hostname 0.0.0.0 + :: - c. Run a local development server, which uses the production API:: + tox -egrunt_no_api -- serve --hostname 0.0.0.0 - tox -egrunt_no_api -- serve:prod + c. Run a local development server, which uses the production API. + + :: + + tox -egrunt_no_api -- serve:prod Make user an admin - current bug