docs: rtd working

This commit is contained in:
Zach Ramsay 2017-09-01 22:16:53 -04:00
parent 085d0cb44e
commit e60b311796
2 changed files with 20 additions and 4 deletions

View File

@ -20,6 +20,7 @@
# import sys # import sys
# sys.path.insert(0, os.path.abspath('.')) # sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
@ -82,7 +83,8 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme'
# html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the

View File

@ -3,10 +3,24 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Welcome to Cosmos-SDK's documentation! Welcome to the Cosmos SDK!
====================================== ======================================
.. image:: graphics/cosmos-sdk-image.png
:height: 250px
:width: 500px
:align: center
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents:
overview.rst
install.rst
basecoin-basics.rst
basecoin-tool.rst
key-management.rst
roles-and-multi-sig.rst
basecoin-plugins.rst
ibc.rst
glossary.rst
stdlib.rst