bigchaindb / bigchaindb-driver

Official Python driver for BigchainDB
https://www.bigchaindb.com
Apache License 2.0
105 stars 104 forks source link

[docs] Make examples self-contained #331

Closed sbellem closed 6 years ago

sbellem commented 7 years ago

Show all the code that is needed for each use case.

For example, when looking at the multiple owner example, the code shown should be sufficient to run the example.

The user shouldn't need to scan the docs to figure out how to set a variable that had been set in another example.