diff --git a/docs/source/drivers-clients/index.rst b/docs/source/drivers-clients/index.rst index 221816bc..428861c8 100644 --- a/docs/source/drivers-clients/index.rst +++ b/docs/source/drivers-clients/index.rst @@ -6,6 +6,6 @@ Drivers & Clients python-server-api-examples http-client-server-api - python-driver-api-examples + python-driver example-apps \ No newline at end of file diff --git a/docs/source/drivers-clients/python-driver-api-examples.md b/docs/source/drivers-clients/python-driver-api-examples.md deleted file mode 100644 index 20015df9..00000000 --- a/docs/source/drivers-clients/python-driver-api-examples.md +++ /dev/null @@ -1,9 +0,0 @@ -# The Python Driver API by Example - -The Python driver API is used by app developers to develop client apps which can communicate with one or more BigchainDB clusters. Under the hood, the Python driver API communicates with the BigchainDB cluster using the BigchainDB HTTP client-server API. - -We've been moving the Python driver code into [its own repository](https://github.com/bigchaindb/bigchaindb-driver) with its own documentation. You can find that documentation at: - -[https://bigchaindb-driver.readthedocs.io/en/latest/index.html](https://bigchaindb-driver.readthedocs.io/en/latest/index.html) - -That documentation will soon have examples. It's a work-in-progress. diff --git a/docs/source/drivers-clients/python-driver.md b/docs/source/drivers-clients/python-driver.md new file mode 100644 index 00000000..99563924 --- /dev/null +++ b/docs/source/drivers-clients/python-driver.md @@ -0,0 +1,7 @@ +# The Python Driver + +The BigchainDB Python Driver is a Python wrapper around the [HTTP Client-Server API](http-client-server-api.html). A developer can use it to develop a Python app that communicates with one or more BigchainDB clusters. + +The BigchainDB Python Driver documentation is at: + +[http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html](http://docs.bigchaindb.com/projects/py-driver/en/latest/index.html)