index.rst 969 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .. blockchain documentation master file, created by
  2. sphinx-quickstart on Mon Mar 6 15:54:51 2017.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to blockchain's documentation!
  6. ======================================
  7. Executables
  8. ***********
  9. .. list-table::
  10. :stub-columns: 1
  11. :widths: 10 90
  12. * - miner
  13. - .. automodule:: miner
  14. * - wallet
  15. - .. automodule:: wallet
  16. Source Code Documentation
  17. *************************
  18. .. autosummary::
  19. :toctree: _autosummary
  20. src.blockchain
  21. src.block
  22. src.chainbuilder
  23. src.crypto
  24. src.merkle
  25. src.mining
  26. src.mining_strategy
  27. src.proof_of_work
  28. src.protocol
  29. src.transaction
  30. src.persistence
  31. src.rpc_client
  32. src.rpc_server
  33. Tests
  34. *****
  35. To run the tests, just run the `pytest` command.
  36. Indices and tables
  37. ==================
  38. * :ref:`genindex`
  39. * :ref:`modindex`
  40. * :ref:`search`