1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-29 00:57:45 +02:00
Commit Graph

89 Commits

Author SHA1 Message Date
Troy McConaghy
11dc570872 Added a link to the post 'What is a Valid Transaction in BigchainDB?' 2017-06-20 16:41:26 +02:00
Troy McConaghy
da08f08c6a Updated the root docs page titled Production-Ready? 2017-06-15 16:09:40 +02:00
Troy McConaghy
a20dbffa38 Docs section on tx validity checklist now refers to blog post 2017-06-08 11:22:45 +02:00
Troy McConaghy
cb5e9fefa6 Fixed an old error in Markdown-->RST conversion 2017-06-08 11:14:41 +02:00
KURO1
a44523081a Fix typo in docs 2017-04-28 10:39:03 +08:00
Troy McConaghy
59be30187f Merge branch 'master' into docs/1170/move-http-api-docs-to-top-level-section 2017-04-18 10:43:02 +02:00
Troy McConaghy
6cc1e75595 root docs: updated Terminology page 2017-04-11 11:15:55 +02:00
Troy McConaghy
8964ba33b4 updated links to the HTTP API docs in this repo 2017-04-10 15:14:18 +02:00
Troy McConaghy
9aa243c9f8 Merge pull request #1300 from bigchaindb/update-copyright-year-in-docs
Updated copyright year in docs footers
2017-03-20 09:38:24 +01:00
Troy McConaghy
da92d1e1c2 Merge branch 'master' into change-federation-to-consortium 2017-03-17 13:51:28 +01:00
Troy McConaghy
ff132a9464 Updated copyright year in docs footers 2017-03-17 09:28:16 +01:00
Krish
ea6ce5c1a1 Single node/cluster bootstrap and node addition workflow in k8s (#1278)
* Combining configs
*  Combining the persistent volume claims into a single file.
*  Combining the storage classes into a single file.

* Updating documentation

* Multiple changes
*  Support for ConfigMap
*  Custom MongoDB container for BigchainDB
*  Update documentation to run a single node on k8s

* Additional documentation

* Documentation to add a node to an existing BigchainDB cluster

* Commit on rolling upgrades

* Fixing minor documentation mistakes

* Documentation updates as per @ttmc's comments

* Block formatting error

* Change in ConfigMap yaml config
2017-03-15 16:22:49 +01:00
Troy McConaghy
421b5b03b3 Changed 'federation' to 'cluster' or 'consortium' in docs and some code 2017-03-07 17:41:25 +01:00
tim
aae8c57902 Fix production-ready-note 2017-02-08 13:56:55 +01:00
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