Removed outdated or irrelevant documentation

Re wrote some parts
This commit is contained in:
Rodolphe Marques
2016-02-10 15:48:57 +01:00
parent 66885913b6
commit eaec17e631
8 changed files with 12 additions and 270 deletions

View File

@@ -0,0 +1,10 @@
##################
Developer Interface
##################
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.
.. autoclass:: bigchaindb.Bigchain
:members:
.. automethod:: bigchaindb.core.Bigchain.__init__