Problem: Appendices page 'The Bigchain Class' not Updated for Tendermint (#2330)

* Fixed 2 PEP257 compliance errors

* Upgrade Tendermint to 0.19.7 except for Docker image, which is still at 0.19.2

* In the Appendices, update page re/ The Bigchain Class
This commit is contained in:
Troy McConaghy 2018-06-04 12:19:04 +02:00 committed by Vanshdeep Singh
parent c5b4fa357d
commit 1753a7019b
3 changed files with 8 additions and 10 deletions

View File

@ -7,7 +7,7 @@ Appendices
install-os-level-deps
json-serialization
cryptography
the-Bigchain-class
the-bigchaindb-class
backend
commands
tendermint-integration

View File

@ -1,9 +0,0 @@
##################
The Bigchain class
##################
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
.. automethod:: bigchaindb.core.Bigchain.__init__

View File

@ -0,0 +1,7 @@
####################
The BigchainDB Class
####################
.. autoclass:: bigchaindb.tendermint.BigchainDB
.. automethod:: bigchaindb.tendermint.lib.BigchainDB.__init__