Troy McConaghy
7f94242f85
Update all docs re/ votes when Tendermint integrated
2018-02-16 16:24:44 +01:00
Troy McConaghy
46a2909c4d
Remove 2 refs/links to the deprecated Transaction CLI tool
2018-02-15 17:34:51 +01:00
Troy McConaghy
c0b32213e4
Updated all refs to the IPDB Transaction Spec & its URL
2018-01-10 14:40:34 +01:00
Troy McConaghy
31479eb3f3
docs: IPDB Testnet --> BigchainDB Testnet
2018-01-08 11:25:36 +01:00
Troy McConaghy
ebb6e84ad0
New page about production-readiness for Tendermint branch
2017-12-18 17:57:13 +01:00
Troy McConaghy
9c2d04d887
Updated & removed some root docs on tendermint branch
2017-11-30 15:39:45 +01:00
Trent McConaghy
3b33cdb111
Update bft.md
2017-11-03 13:48:08 +01:00
Troy McConaghy
fba6e1b30b
New root docs page about permissions in BigchainDB
2017-10-18 15:38:46 +02:00
Michiel Mulders
8385b7d4ef
Added Link To JavaScript Driver Docs
2017-10-12 17:23:27 +02:00
michielmulders
43ac6d72d5
Typo satisified -> satisfied
2017-09-13 11:00:15 +02:00
michielmulders
3dab5ae472
Typo requesing -> requesting
2017-09-13 10:58:40 +02:00
Troy McConaghy
2dc92a2851
Added blurb about economic incentives to help achieve immutability
2017-08-09 10:19:32 +02:00
Troy McConaghy
e929658f14
Updated the page about BDB & smart contracts
2017-08-05 11:37:40 +02:00
Troy McConaghy
01453bc806
Updated text linking to the page about immutability
2017-08-05 11:33:06 +02:00
Troy McConaghy
e3c923958c
Updated our stance on BFT in bft.md
2017-08-05 11:27:37 +02:00
Troy McConaghy
5864415d96
Updated page about how BigchainDB is immutable
2017-08-05 11:21:08 +02:00
Troy McConaghy
29776554cf
Emphasize MongoDB over RethinkDB in terminology.md
2017-08-05 11:02:01 +02:00
Troy McConaghy
733f52be6c
For Python stuff, we follow Python's version of SemVer
2017-08-05 10:59:21 +02:00
Troy McConaghy
74b4628b75
Update decentralized.md
2017-08-03 14:48:08 +02:00
Troy McConaghy
7db977cdb5
Added how block order comes from MongoDB
2017-07-26 10:06:24 +02:00
Troy McConaghy
fa1c4843d5
Mention that the signature in 'fulfillment' is encoded
2017-06-30 09:51:35 +02:00
Troy McConaghy
7913e8730b
'tranfer-enablers' --> 'transfer-enablers' (× 3)
2017-06-30 09:42:29 +02:00
Troy McConaghy
1efb3e6db4
Updated CC-related root docs
2017-06-21 15:01:35 +02:00
Troy McConaghy
6436e78788
Merge pull request #1524 from bigchaindb/edit-docs-re-tx-validity
...
Edited root docs regarding transaction validity
2017-06-21 10:22:23 +02:00
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