From 1ead2ea0f1f00dcdf69bfecfab010d92af7ccb32 Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Mon, 14 Nov 2016 15:50:27 +0100 Subject: [PATCH 1/4] add a button to the docs linking to the bdb cli --- docs/root/source/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/root/source/index.rst b/docs/root/source/index.rst index 39235cad..c8ddb1ff 100644 --- a/docs/root/source/index.rst +++ b/docs/root/source/index.rst @@ -58,6 +58,9 @@ At a high level, one can communicate with a BigchainDB cluster (set of nodes) us
Python Driver Docs
+
+ Command Line Transaction Tool +
Server Docs
From 44e80ce2a07db273e0d8c45202d2e101f3f9f484 Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Tue, 15 Nov 2016 13:14:37 +0100 Subject: [PATCH 2/4] link to CLI from drivers and clients section of documentation --- docs/server/source/drivers-clients/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index cb749788..c36d0078 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -6,5 +6,5 @@ Drivers & Clients http-client-server-api The Python Driver + Transaction CLI example-apps - \ No newline at end of file From 9951b61076815b6db19f03589570e7f41351a03b Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Tue, 15 Nov 2016 13:20:59 +0100 Subject: [PATCH 3/4] add some explanation to the client-drivers documentation page. --- docs/server/source/drivers-clients/index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index c36d0078..bef13839 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -1,6 +1,13 @@ Drivers & Clients ================= +Currently, the only language-native driver is written in the Python language. + +We also provide the Transaction CLI to be able to script the building of +transactions. You may be able to wrap this tool inside the language of +your choice, and then use the server api directly to post transactions. + + .. toctree:: :maxdepth: 1 From 9b4252a6c9b7044c078a6a4480ed585faa0a992c Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Wed, 16 Nov 2016 14:43:40 +0100 Subject: [PATCH 4/4] wording change to drivers&clients doc as requested by @ttmc --- docs/server/source/drivers-clients/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index bef13839..9eb81f6c 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -5,7 +5,7 @@ Currently, the only language-native driver is written in the Python language. We also provide the Transaction CLI to be able to script the building of transactions. You may be able to wrap this tool inside the language of -your choice, and then use the server api directly to post transactions. +your choice, and then use the HTTP API directly to post transactions. .. toctree::