Edited root index.rst & added index.rst to new subdirs of docs

This commit is contained in:
troymc 2016-06-07 15:32:21 +02:00
parent 94805d927e
commit b4b1ee7027
5 changed files with 63 additions and 30 deletions

View File

@ -0,0 +1,16 @@
.. You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Appendices
==========
.. toctree::
:maxdepth: 1
glossary
json-serialization
cryptography
the-Bigchain-class
consensus
local-rethinkdb-cluster
licenses

View File

@ -0,0 +1,12 @@
.. You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
BigchainDB Drivers & Clients
============================
.. toctree::
:maxdepth: 1
http-client-server-api
python-driver-api-examples

View File

@ -7,37 +7,12 @@ BigchainDB Documentation
Table of Contents
-----------------
.. toctree::
:maxdepth: 5
:numbered:
:maxdepth: 1
introduction
installing-server
running-unit-tests
configuration
python-server-api-examples
bigchaindb-cli
http-client-server-api
python-driver-api-examples
local-rethinkdb-cluster
deploy-on-aws
json-serialization
cryptography
models
developer-interface
consensus
monitoring
licenses
contributing
topic-guides/index
servers/index
drivers-clients/index
release-notes
glossary
Indices and Tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
appendices/index

View File

@ -0,0 +1,16 @@
.. You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
BigchainDB Servers (Nodes) & Clusters
=====================================
.. toctree::
:maxdepth: 1
installing-server
running-unit-tests
configuration
bigchaindb-cli
python-server-api-examples
deploy-on-aws
monitoring

View File

@ -0,0 +1,14 @@
.. You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Topic Guides
============
Topic guides give background and explain concepts at a high level.
.. toctree::
:maxdepth: 1
decentralized
immutable
models