Scott Sadler
eeef08a43a
mention version of pysha3 and link to pypi page instead
2017-01-03 17:04:43 +01:00
Scott Sadler
c31feaf83d
update pysha3 to 1.0b1, sha3 NIST 2015 standard
2017-01-03 16:55:28 +01:00
Rodolphe Marques
976a3e8254
Merge remote-tracking branch 'origin/master' into feat/905/abstract-db-changefeed
2016-12-14 12:43:47 +01:00
Troy McConaghy
f75e9e9c0d
Merge pull request #929 from bigchaindb/update-cryptography-page-in-docs
...
Updated the Cryptography page in the docs
2016-12-13 14:18:56 +01:00
troymc
0e100e405c
There's no standard for Base58 encoding.
2016-12-13 14:10:18 +01:00
Rodolphe Marques
8c46e40761
fixed documentation
2016-12-13 11:40:20 +01:00
Troy McConaghy
4493c17476
Merge pull request #930 from bigchaindb/fix-links-in-docs
...
Fixed broken & redirecting links in the docs
2016-12-12 18:41:47 +01:00
Sylvain Bellemare
8a68e24e69
Abstract db layer cherrypick docs ( #932 )
...
* Add README.md to tests/ to describe test structure and pytest customizations
* Add package-level docstrings to backends
* Add README.md explaining the backend architecture
* Small improvements to docstrings in backend modules
* Restructure the backend automodule docs
* Add more docstrings to backend connections
* Add init to base backend Connection class to document expected interface
* Reword the backend/README.md docs
2016-12-12 18:28:43 +01:00
Sylvain Bellemare
d43e77ce4a
Add docs for backend
2016-12-12 15:48:48 +01:00
troymc
bf231df6ce
Updated link to Docker docs about mounting a host dir as a data volume
2016-12-11 13:02:48 +01:00
troymc
084ad2c7c1
Fixed redirecting link to Red Hat blog
2016-12-11 12:56:31 +01:00
troymc
c2a5d325cf
Updated the Cryptography page in the docs
2016-12-11 12:41:44 +01:00
troymc
24fa339a2e
Fixed redirecting link to Amazon EC2 Console
2016-12-11 11:11:54 +01:00
Sylvain Bellemare
7940479ee3
Make the autodoc members option the default
2016-12-06 10:23:49 +01:00
Rodolphe Marques
3909538c62
Replace all occurrences where vk
is used as a shortcut
...
for public key and replaced it with `pk`
2016-11-10 17:20:27 +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
troymc
cd2fd494ac
Moved docs directory to docs/server, except README.md
2016-10-27 14:09:24 +02:00