index.rst 931 B

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