Docs/826/direct link from server docs to py driver docs (#827)

* Removed python-driver.md page in server docs

* In server docs, changed Py Driver docs link to a direct link
This commit is contained in:
Troy McConaghy 2016-11-16 14:24:05 +01:00 committed by Brett Sun
parent eb362fd6e9
commit 81250e6059
2 changed files with 1 additions and 8 deletions

View File

@ -5,6 +5,6 @@ Drivers & Clients
:maxdepth: 1
http-client-server-api
python-driver
The Python Driver <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>
example-apps

View File

@ -1,7 +0,0 @@
# 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)