From ad7db62c981d6d2785079145b344d4c3a9d1821b Mon Sep 17 00:00:00 2001 From: 4tochka Date: Wed, 20 Jun 2018 15:10:59 +0400 Subject: [PATCH] Documentation --- docs/source/block.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/source/block.rst diff --git a/docs/source/block.rst b/docs/source/block.rst new file mode 100644 index 0000000..027e75c --- /dev/null +++ b/docs/source/block.rst @@ -0,0 +1,10 @@ +====== +Blocks +====== + +The class for creating transaction. + + + +.. autoclass:: pybtc.Block + \ No newline at end of file