From ef65ff7b225ff69b6d5c80d1c2264718fb61ea48 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Fri, 2 Feb 2018 19:50:15 +0000 Subject: [PATCH] remove stdlib.rst --- docs/index.rst | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 docs/index.rst diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000000..62a3f62b59 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,53 @@ +.. Cosmos-SDK documentation master file, created by + sphinx-quickstart on Fri Sep 1 21:37:02 2017. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to the Cosmos SDK! +========================== + +.. image:: graphics/cosmos-sdk-image.png + :height: 250px + :width: 500px + :align: center + +SDK +--- + +.. toctree:: + :maxdepth: 2 + + sdk/overview.rst + sdk/install.rst + sdk/key-management.rst + sdk/roles-and-multi-sig.rst + +Basecoin +-------- + +.. toctree:: + :maxdepth: 2 + + basecoin/basics.rst + basecoin/tool.rst + basecoin/plugins.rst + basecoin/kubernetes.rst + +Staking Module +-------------- + +.. toctree:: + :maxdepth: 2 + + staking/intro.rst + staking/local-testnet.rst + staking/public-testnet.rst + +Extras +------ + +.. toctree:: + :maxdepth: 2 + + ibc.rst + glossary.rst