From d8c485aca9201ab312f1f475c3ab5cd125f7827d Mon Sep 17 00:00:00 2001 From: Jose Coll Date: Mon, 28 Nov 2016 10:12:23 +0000 Subject: [PATCH] Fixed formatting problems. --- docs/source/tutorial-clientrpc-api.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/tutorial-clientrpc-api.rst b/docs/source/tutorial-clientrpc-api.rst index 529ee6d692..b966236383 100644 --- a/docs/source/tutorial-clientrpc-api.rst +++ b/docs/source/tutorial-clientrpc-api.rst @@ -69,14 +69,11 @@ The RPC we need to initiate a Cash transaction is ``startFlowDynamic`` which may Finally we have everything in place: we start a couple of nodes, connect to them, and start creating transactions while listening on successfully created ones, which are dumped to the console. We just need to run it!: -.. sourcecode:: bash +.. code-block:: text # Build the example - ./gradlew docs/source/example-code:installDist - # Start it - ./docs/source/example-code/build/install/docs/source/example-code/bin/client-rpc-tutorial Print Now let's try to visualise the transaction graph. We will use a graph drawing library called graphstream_