Renamed Developer Interface as The Bigchain class

This commit is contained in:
troymc 2016-06-07 15:28:54 +02:00
parent ac2b1c13fe
commit 94805d927e

View File

@ -1,8 +1,8 @@
###################
Developer Interface
###################
##################
The Bigchain class
##################
The Bigchain class is the top-level API for BigchainDB. If you want to create and initialize a BigchainDB database, you create a Bigchain instance (object). Then you can use its various methods to create transactions, write transactions (to the object/database), read transactions, etc.
The Bigchain class is the top-level Python API for BigchainDB. If you want to create and initialize a BigchainDB database, you create a Bigchain instance (object). Then you can use its various methods to create transactions, write transactions (to the object/database), read transactions, etc.
.. autoclass:: bigchaindb.Bigchain
:members: