diff --git a/docs/conf.py b/docs/conf.py index a5f021c7..ed18cec7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + from recommonmark.parser import CommonMarkParser source_parsers = { diff --git a/docs/index.rst b/docs/index.rst index 177ec22f..658d4a04 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,26 +1,9 @@ .. include:: ../README.md .. toctree:: - :caption: Quickstart - :maxdepth: 2 + :caption: Quickstart + :maxdepth: 2 - quickstart/requirements - quickstart/installation - quickstart/run - -.. toctree:: - :maxdepth: 2 - :numbered: - :caption: Demo Documents - - demo/structure - demo/demo - demo/lists_tables - demo/api - -.. toctree:: - :maxdepth: 3 - :numbered: - :caption: This is an incredibly long caption for a long menu - - demo/long + quickstart/requirements + quickstart/installation + quickstart/run