Merge pull request #1260 from bigchaindb/remove-old-topic-guides-section-from-server-docs

Removed the old 'Topic Guides' section from the BigchainDB Server docs
This commit is contained in:
Troy McConaghy 2017-03-13 14:18:07 +01:00 committed by GitHub
commit 1de7ae1104
4 changed files with 1 additions and 20 deletions

View File

@ -12,7 +12,7 @@ The `Bigchain` class is defined here. Most operations outlined in the [whitepap
### [`models.py`](./models.py) ### [`models.py`](./models.py)
`Block`, `Transaction`, and `Asset` classes are defined here. The classes mirror the block and transaction structure from the [documentation](https://docs.bigchaindb.com/projects/server/en/latest/topic-guides/models.html), but also include methods for validation and signing. `Block`, `Transaction`, and `Asset` classes are defined here. The classes mirror the block and transaction structure from the [documentation](https://docs.bigchaindb.com/projects/server/en/latest/data-models/index.html), but also include methods for validation and signing.
### [`consensus.py`](./consensus.py) ### [`consensus.py`](./consensus.py)

View File

@ -13,7 +13,6 @@ BigchainDB Server Documentation
server-reference/index server-reference/index
drivers-clients/index drivers-clients/index
clusters-feds/index clusters-feds/index
topic-guides/index
data-models/index data-models/index
schema/transaction schema/transaction
schema/vote schema/vote

View File

@ -1,12 +0,0 @@
Topic Guides
============
.. note::
Most of the Topic Guides have been moved over to `the root BigchainDB project docs <https://docs.bigchaindb.com/en/latest/index.html>`_.
.. toctree::
:maxdepth: 1
models

View File

@ -1,6 +0,0 @@
# The Transaction, Block and Vote Models
This page about transaction concepts and data models was getting too big, so it was split into smaller pages. It will be deleted eventually, so update your links. Here's where you can find the new pages:
* [Transaction Concepts](https://docs.bigchaindb.com/en/latest/transaction-concepts.html)
* [Data Models (all of them)](../data-models/index.html)