Merge pull request #759 from bigchaindb/rm-docs-page-python-server-api-by-example

Removed docs page "The Python Server API by Example"
This commit is contained in:
Troy McConaghy 2016-10-28 12:05:53 +02:00 committed by GitHub
commit 7ed82be0fe
3 changed files with 1 additions and 1315 deletions

View File

@ -4,7 +4,6 @@ Drivers & Clients
.. toctree::
:maxdepth: 1
python-server-api-examples
http-client-server-api
python-driver
example-apps

View File

@ -34,4 +34,4 @@ bigchaindb start
That's it!
For now, you can get a good sense of how to work with BigchainDB Server by going through [the examples in the section on the Python Server API](drivers-clients/python-server-api-examples.html).
Next Steps: You could build valid transactions and push them to your running BigchainDB Server using the [BigchaindB Python Driver](https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html).