index.rst 911 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. Tests
  31. *****
  32. To run the tests, just run the `pytest` command.
  33. Indices and tables
  34. ==================
  35. * :ref:`genindex`
  36. * :ref:`modindex`
  37. * :ref:`search`