Use sphinx note for note in document

This commit is contained in:
tim 2016-11-16 13:47:51 +01:00
parent 0dc9b46ea7
commit e243a1be9b

View File

@ -47,12 +47,13 @@ POST /transactions/
Push a new transaction. Push a new transaction.
Note: The posted transaction should be a valid and signed :doc:`transaction <../data-models/transaction-model>`. .. note::
The steps to build a valid transaction are beyond the scope of this page. The posted transaction should be valid `transaction
One would normally use a driver such as the `BigchainDB Python Driver <https://bigchaindb.readthedocs.io/en/latest/data-models/transaction-model.html>`_.
<https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>`_ to The steps to build a valid transaction are beyond the scope of this page.
build a valid transaction. The exact contents of a valid transaction depend One would normally use a driver such as the `BigchainDB Python Driver
on the associated public/private keypairs. <https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>`_
to build a valid transaction.
**Example request**: **Example request**: