Commit Graph

3750 Commits

Author SHA1 Message Date
Sylvain Bellemare 97a7e62ce0 Add test coverage badge 2016-02-12 01:55:48 +01:00
Sylvain Bellemare e8917b6cdf Install rethinkdb on travis via apt-get
Although the docker setup worked, codecov could not find the report
2016-02-12 01:39:41 +01:00
Sylvain Bellemare 5125e153cd Remove tox.ini - rely on travis built-in matrix 2016-02-12 01:39:41 +01:00
Sylvain Bellemare 44e6bd0848 Use setup.py to list requirements 2016-02-12 01:39:31 +01:00
Alberto Granzotto fd2a6fc5a8 Merge pull request #15 from bigchaindb/update-setup-and-requirements
Update setup.py and requirements
2016-02-11 15:23:43 +01:00
Sylvain Bellemare b7ad16a1de Update setup.py and requirements 2016-02-11 15:17:02 +01:00
Alberto Granzotto 9944c5b3ff Merge pull request #14 from bigchaindb/requirements
Remove no longer used requirements.txt
2016-02-11 15:13:34 +01:00
Sylvain Bellemare 11e968f8ce Remove no longer used requirements.txt
Use `python setup.py develop` or `pip install -e .` instead
2016-02-11 14:59:10 +01:00
Sylvain Bellemare 92865c0384 Merge pull request #13 from bigchaindb/fix-docker-compose
Update command name
2016-02-11 14:34:13 +01:00
Alberto Granzotto 9131da3cb0 Merge pull request #11 from bigchaindb/update-readme-install-instructions
Add instructions to install RethinkDB on !Ubuntu
2016-02-11 14:19:56 +01:00
Sylvain Bellemare 19d00496c7 Update command name 2016-02-11 14:14:35 +01:00
vrde 4ae82d6cce Merge branch 'master' into update-readme-install-instructions 2016-02-11 13:56:44 +01:00
Troy McConaghy 93dd3806b9 Merge pull request #12 from bigchaindb/update-index-in-docs
Update index in documentation
2016-02-10 22:46:15 +01:00
troymc 121d2b25b8 Update index in documentation 2016-02-10 22:40:23 +01:00
vrde 8539e8dc2d Merge branch 'develop' 2016-02-10 22:04:19 +01:00
Alberto Granzotto 5afcfb5ac2 Merge pull request #10 from bigchaindb/travis
Add rethinkdb to travis.yml
2016-02-10 22:03:47 +01:00
Sylvain Bellemare f8fd4ebaf7 Add rethinkdb to travis.yml 2016-02-10 21:56:25 +01:00
Alberto Granzotto bf77d0356b Add instructions to install RethinkDB 2016-02-10 21:06:41 +01:00
Wrigley the Buffalo 841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00
Troy McConaghy 15d88d3dd9 Merge pull request #9 from bigchaindb/change-html-sidebar-in-docs
Change docs sidebar to 'BigchainDB Documentation'
2016-02-10 18:13:31 +01:00
troymc e02f9eb446 Change docs sidebar to 'BigchainDB Documentation' 2016-02-10 18:10:10 +01:00
Troy McConaghy 8342dbc6dc Merge pull request #8 from bigchaindb/change-html-sidebar-in-docs
Changed the HTML sidebar in the Documentation
2016-02-10 17:59:53 +01:00
troymc c0ea052537 Changed the HTML sidebar in documentation 2016-02-10 17:47:23 +01:00
Rodolphe Marques 6a08b72a41 Merge pull request #5 from bigchaindb/improve-documentation
Improve documentation
2016-02-10 16:50:10 +01:00
Rodolphe Marques 9f3a64ec29 Merge pull request #7 from bigchaindb/add-roadmap-md
Add Initial ROADMAP.md
2016-02-10 16:49:42 +01:00
Rodolphe Marques 745d4e9538 added reviewer note on index 2016-02-10 16:25:19 +01:00
Rodolphe Marques 81a86d1db8 Merge branch 'fix-typos-in-docs' into improve-documentation 2016-02-10 15:59:18 +01:00
Rodolphe Marques eaec17e631 Removed outdated or irrelevant documentation
Re wrote some parts
2016-02-10 15:48:57 +01:00
troymc 486fc49f56 Add initial ROADMAP.md 2016-02-10 15:48:31 +01:00
Rodolphe Marques 66885913b6 added a getting started section 2016-02-10 15:21:29 +01:00
vrde 6d46ca43bc Fix typos 2016-02-10 14:59:08 +01:00
Rodolphe Marques 0b1671c988 Merge branch 'add-server-and-cluster-docs' into improve-documentation 2016-02-10 13:59:19 +01:00
AndreasATascribe b1d6203bfc defined startup of rethinkdb 2016-02-10 13:32:33 +01:00
AndreasATascribe ae75e519d0 added documentation to admin page 2016-02-10 13:15:44 +01:00
AndreasATascribe 152f6c3032 started adding cluster docs 2016-02-10 10:36:22 +01:00
Rodolphe Marques 6f19da210c fixed typo 2016-02-10 09:48:56 +01:00
Troy McConaghy 67598872ef Merge pull request #2 from sbellem/pypi
Add setup.py for empty release
2016-02-09 22:02:04 +01:00
Sylvain Bellemare b15861e36d Add setup.py for empty release 2016-02-09 21:50:55 +01:00
troymc 461cbdf6e2 docs/README.md links to ReadTheDocs 2016-02-09 20:40:37 +01:00
Rodolphe Marques 46eb7ece06 Install instructions for bigchain 2016-02-09 19:56:52 +01:00
troymc 42aa629cb9 bigchain -> bigchaindb in docs/source/conf.py 2016-02-09 19:42:38 +01:00
troymc 7cb618dd4e bigchain -> bigchaindb x4 in docs/Makefile 2016-02-09 19:31:05 +01:00
troymc f8c413415e bigchain.* -> bigchaindb.* in docs/make.bat 2016-02-09 19:28:22 +01:00
Rodolphe Marques 20347dff1f ignore /docs/build/ dir 2016-02-09 19:19:00 +01:00
Rodolphe Marques 3f531e5976 moved documentation to new repo 2016-02-09 19:16:18 +01:00
troymc 2c751e04f7 Minor test change in test.rst 2016-02-08 14:57:44 +01:00
troymc 9fe92adba1 Add test page; test ReadTheDocs hook 2016-02-08 14:49:33 +01:00
troymc 08f3eb3467 Initial Sphinx setup 2016-02-08 14:14:25 +01:00
troymc b3857986bf Added LICENSES.md (open source / open content) 2016-02-08 13:03:30 +01:00
Troy McConaghy 0bbd9bc5ad Initial commit 2016-02-08 11:12:58 +01:00