mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
c5b4fa357d
commit
1753a7019b
@ -7,7 +7,7 @@ Appendices
|
|||||||
install-os-level-deps
|
install-os-level-deps
|
||||||
json-serialization
|
json-serialization
|
||||||
cryptography
|
cryptography
|
||||||
the-Bigchain-class
|
the-bigchaindb-class
|
||||||
backend
|
backend
|
||||||
commands
|
commands
|
||||||
tendermint-integration
|
tendermint-integration
|
||||||
|
@ -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__
|
|
7
docs/server/source/appendices/the-bigchaindb-class.rst
Normal file
7
docs/server/source/appendices/the-bigchaindb-class.rst
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
####################
|
||||||
|
The BigchainDB Class
|
||||||
|
####################
|
||||||
|
|
||||||
|
.. autoclass:: bigchaindb.tendermint.BigchainDB
|
||||||
|
|
||||||
|
.. automethod:: bigchaindb.tendermint.lib.BigchainDB.__init__
|
Loading…
x
Reference in New Issue
Block a user