diff --git a/documentation/source/index.rst b/documentation/source/index.rst index f0c2274..19199c2 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -7,6 +7,8 @@ Table of Contents .. toctree:: install + modules-api + other-impls contribute changelog code-of-conduct diff --git a/documentation/source/modules-api.rst b/documentation/source/modules-api.rst new file mode 100644 index 0000000..3bf4768 --- /dev/null +++ b/documentation/source/modules-api.rst @@ -0,0 +1,8 @@ +.. _modules_api: + +*********** +Modules API +*********** + +.. .. automodule:: merkle_tree_stream.XXX +.. :members: diff --git a/documentation/source/other-impls.rst b/documentation/source/other-impls.rst new file mode 100644 index 0000000..f1db98c --- /dev/null +++ b/documentation/source/other-impls.rst @@ -0,0 +1,8 @@ +.. _other-implementations: + +Other Implementations +********************* + +* https://github.com/mafintosh/merkle-tree-stream +* https://github.com/datrs/merkle-tree-stream +* https://github.com/datcxx/merkle-tree-stream