From ae9d6f1e6e71a74a3f1a81a82d675d9f93b9e8f8 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 26 Apr 2017 10:11:45 +0200 Subject: [PATCH] Updated Drivers & Clients docs page, including Ruby driver --- docs/server/source/drivers-clients/index.rst | 30 +++++++++----------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index 127d6309..0bfde7ad 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -1,29 +1,27 @@ Drivers & Clients ================= -Currently, the only language-native driver is written in the Python language. +Libraries and Tools Maintained by the BigchainDB Team +----------------------------------------------------- -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 HTTP API directly to post transactions. - -If you use a language other than Python, you may want to look at the current -community projects listed below. - - -.. toctree:: - :maxdepth: 1 - - The Python Driver - Transaction CLI +* `The Python Driver `_ +* `The Transaction CLI `_ is + a command-line interface for building BigchainDB transactions. + You may be able to call it from inside the language of + your choice, and then use :ref:`the HTTP API ` + to post transactions. Community-Driven Libraries and Tools ------------------------------------ -Please note that some of these projects may be work in progress, but may -nevertheless be very useful. + +.. note:: + + Some of these projects are a work in progress, + but may still be useful. * `Javascript transaction builder `_ * `Haskell transaction builder `_ * `Go driver `_ * `Java driver `_ +* `Ruby driver `_