25 Commits

Author SHA1 Message Date
Brett Sun
2f4da6a32f Extra renames and small fixes for inputs-outputs (#952)
* Fix typos pointed out in review by @ttmc

* Reword description of an input in the transaction schema

* Re-add removed comment in transaction model

* Fix small typos in some comments in the transaction model

* Add trailling commas to a multiline dict in the transaction model tests

* Fix small things with server docs changes

* Add description of public keys' association with conditions in transaction concept docs

* Reword description of Transaction.create's  and  args

* Rename output_uri to output_condition_uri

* Fix hardcoded class name vs. self.__class__

* Rename instances of 'out' with 'output'

* Rename instances of  and  with  to avoid name clash with built-in

* Remove unnecessary renaming of cryptoconditions.Fulfillment import in transaction model

* Remove instances of  in transaction model

* Remove usages of fulfillment in cases where input makes more sense

* Reword docstrings for init methods in transaction models

* Rename usages of condition where output is now a better fit

* Add descriptions to TransactionLink's txid and idx in schema

* Minor correction to output idx description in transaction yaml
2016-12-19 12:29:29 +01:00
Scott Sadler
27ad7b5092 s/fulfillments/inputs/g && s/conditions/outputs/g (docs changes) 2016-12-19 12:29:29 +01:00
Scott Sadler
ec31fdeb30 treat warnings as errors in documentation builds 2016-12-13 14:55:46 +01:00
troymc
8c5947a1b2 Upgraded link to Red Hat blog post to HTTPS 2016-12-11 16:35:01 +01:00
Sylvain Bellemare
bf0b2a32f0 Set root docs html_static_path to empty list 2016-12-08 11:45:41 +01:00
troymc
95f605287f Added clarity to TRANSFER Transactions section of the Transaction Concepts page 2016-11-28 17:55:13 +01:00
troymc
3a410b33ed Updated Transactions Concepts docs re/ divisible assets 2016-11-26 12:18:18 +01:00
troymc
34bbf4d31a Updated assets.rst docs re/ divisible assets 2016-11-26 12:17:45 +01:00
Troy McConaghy
3e8f4b40e9 Merge pull request #863 from bigchaindb/bump-sphinx-for-readthedocs
bump sphinx version to 1.4.8 and add sphinxcontrib-napoleon to setup.…
2016-11-24 14:35:01 +01:00
Scott Sadler
8f47ec2796 bump sphinx version to 1.4.8 and add sphinxcontrib-napoleon to setup.py:docs_require 2016-11-24 14:33:59 +01:00
Scott Sadler
85b3422799 leave link to Data Models in root section with hard link 2016-11-24 10:01:20 +01:00
Scott Sadler
c8228d7ff7 move 'Data Models' from root to server docs and make links to schema 2016-11-23 16:14:11 +01:00
Troy McConaghy
7cbcd4d502 Put timestamps back in docs/root/source/index.rst
The docs page about timestamps in BigchainDB was temporarily removed from the docs by PR #817. The timestamps.md file itself was put back (and edited) but it was never put back in the index. This commit puts it back in the index.
2016-11-22 14:29:00 +01:00
Scott Sadler
22d267efe4 mention assignment_timestamp by name in timestamps.md 2016-11-22 13:05:25 +01:00
Scott Sadler
59394233b2 timestamps.md "many associated timestamps" 2016-11-22 13:03:30 +01:00
Scott Sadler
51452dea57 changes to timestamps.md documentation 2016-11-22 13:03:30 +01:00
Scott Sadler
33bafc341a put back timestamps.md 2016-11-22 13:03:30 +01:00
Scott Sadler
7dc9f52fe0 remove transaction timestamp 2016-11-22 13:03:30 +01:00
Rodolphe Marques
eead7dbdda Merge remote-tracking branch 'origin/master' into feat/746/new-naming-convention-for-keys 2016-11-17 11:41:23 +01:00
Scott Sadler
1ead2ea0f1 add a button to the docs linking to the bdb cli 2016-11-16 15:27:13 +01:00
Rodolphe Marques
c068f04a82 Replaced VerifyingKey with PublicKey
Replaced SigningKey with PrivateKey
Replaced all occurences of signing key with private key
Replaced all occurences of verifying key with public key
2016-11-10 17:01:06 +01:00
Troy McConaghy
dc1d23f7d0 Merge pull request #777 from bigchaindb/bug/767/fix-link-to-conditions-and-fulfillments
Fixed three broken links in page about the transaction model
2016-11-01 19:54:33 +01:00
troymc
ad65115b48 Fixed three broken links in page about the transaction model 2016-11-01 13:50:17 +01:00
troymc
78694b65d8 Expanded/updated the docs explaining tx validation 2016-10-30 12:11:07 +01:00
troymc
e9c2655935 Copied docs-root repo to docs/root, added requirements.txt 2016-10-29 15:06:29 +02:00