Brad Anderson
653d97dfd6
Fix call to build/publish script for TravisCI
2017-02-25 23:15:46 -06:00
Brad Anderson
6ce0d19b1d
Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing
2017-02-25 22:57:37 -06:00
Brad Anderson
2958bd0090
Fix other failing rand test
2017-02-25 22:52:26 -06:00
Bradley Anderson
1ea7ae498f
Merge pull request #17 from brson/contributing
...
Fix install process for Travis CI
2017-02-25 22:43:06 -06:00
Brad Anderson
1e7ecee333
Fix install process for Travis CI
2017-02-25 22:39:44 -06:00
Bradley Anderson
cf49da9ad2
Merge pull request #16 from brson/next
...
Add a key to push built docs
2017-02-25 22:37:49 -06:00
Brian Anderson
d5a387bcee
Add a key to push built docs
2017-02-25 20:34:34 -08:00
Trent Spice
e3ff7fe90d
Merge pull request #15 from brson/contributing
...
Ignore failing test in rand.md
2017-02-25 23:32:08 -05:00
Brad Anderson
228a3f99cd
Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing
2017-02-25 22:25:21 -06:00
Trent Spice
96c50b15b0
Merge pull request #14 from brson/contributing
...
Add algorithms and networking chapters to front page
2017-02-25 23:20:50 -05:00
Brad Anderson
c076e57a60
Ignore failing test in rand.md
2017-02-25 22:19:30 -06:00
Brad Anderson
2c85656df6
Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing
2017-02-25 22:16:48 -06:00
Brad Anderson
cf32d18ca5
Add algorithms and networking chapters
2017-02-25 22:15:52 -06:00
Trent Spice
f3535f6f7b
Merge pull request #13 from brson/contributing
...
Contributing
2017-02-25 23:05:02 -05:00
Brad Anderson
be581695be
Fix badges on table of contents and README
2017-02-25 22:03:10 -06:00
Brad Anderson
bb1aff9440
Fix contributing link on front page
2017-02-25 21:56:57 -06:00
Brad Anderson
d06ae60c30
Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing
2017-02-25 21:52:02 -06:00
Brad Anderson
32914ce9da
Modify travis config
2017-02-25 21:50:57 -06:00
Brad Anderson
deed994322
Add travis configuration
2017-02-25 21:46:39 -06:00
David Harris
c78374af95
Added style guidelines link
2017-02-25 16:56:49 -06:00
Bradley Anderson
f15e9a8158
Merge pull request #12 from brson/contributing
...
Add automatic build and publish script
2017-02-25 16:50:16 -06:00
Brad Anderson
d198618a95
Merge branch 'master' of https://github.com/brson/rust-cookbook into contributing
2017-02-25 16:49:32 -06:00
trentspi
fc050022d5
Updated version on rand crate
2017-02-25 17:43:23 -05:00
Brad Anderson
1bbb510756
Add automatic build and publish script
2017-02-25 16:42:31 -06:00
David Harris
01859904b2
Changed build directory so we can run cargo test again
2017-02-25 16:38:41 -06:00
David Harris
308e35f2ba
Added another rand example
2017-02-25 16:27:08 -06:00
Trent Spice
d66b7fbf58
Merge pull request #11 from brson/mdbook
...
Start transition to mdbook
2017-02-25 16:20:58 -05:00
Brad Anderson
38d65f293c
Fix README links to toml and rand
2017-02-25 15:17:57 -06:00
Brad Anderson
e36d826777
Fix bug with reference links not being parsed
...
"Links" comment before links are listed at the bottom of each .md file
needs to have a space after it or no relative links will be parsed.
This is possibly a bug in mdbook's markdown parser.
2017-02-25 15:11:20 -06:00
Brad Anderson
c1577a5f74
Move toml and rand to mdbook
2017-02-25 15:07:58 -06:00
Brad Anderson
2afeac2b6e
Convert to mdbook
2017-02-25 14:56:50 -06:00
David Harris
8acc2c3820
Added rand dependency
2017-02-25 14:53:13 -06:00
David Harris
09c235283a
renamed rand file
2017-02-25 14:34:14 -06:00
David Harris
17e6a7a446
uncapitalized rand for consistency
2017-02-25 14:32:52 -06:00
David Harris
a36773206b
Added monte carlo integration in rand crate example
2017-02-25 14:30:30 -06:00
Bradley Anderson
671ceed73d
Merge pull request #10 from Charlesetc/toml-badge
...
Add badge to toml page
2017-02-25 13:25:36 -06:00
Charles Chamberlain
69c81802d8
adding badge to toml page
2017-02-25 13:25:53 -06:00
Bradley Anderson
25f19d4363
Merge pull request #9 from Charlesetc/toml-example
...
first examples on toml page
2017-02-25 13:21:29 -06:00
Charles Chamberlain
dfbe6b25e8
adding links for badge
2017-02-25 12:57:55 -06:00
Charles Chamberlain
65b4db8a5e
updating readme with toml
2017-02-25 12:51:39 -06:00
Charles Chamberlain
f846011bb1
first examples on toml page
2017-02-25 12:43:11 -06:00
Trent Spice
4fa74d85f5
Merge pull request #7 from brson/develop
...
Added detailed description on JSON recipe.
2017-02-25 13:26:21 -05:00
Trent Spice
88aa7bf477
Merge pull request #8 from Charlesetc/test-all-files
...
build.rs runs all the tests with new skeptic library
2017-02-25 13:26:14 -05:00
Charles Chamberlain
662002da04
build.rs runs all the tests with new skeptic library
2017-02-25 12:19:20 -06:00
Trent Spice
dfd355158c
Wrapped markdown code around assert_eq! macro
2017-02-25 13:01:40 -05:00
Trent Spice
6ec45fe16f
Added period to end of instantiate sentence.
2017-02-25 13:00:30 -05:00
Trent Spice
ab0c1ea8f4
Created description on JSON example.
...
Added descriptions on parsed and instantiated JSON in Rust. Also explained that by using the assert_eq macro we are ensuring equivalence.
2017-02-25 12:59:24 -05:00
trentspi
7b88a53beb
Rewrote example on json with assert and unwrap
2017-02-25 12:46:05 -05:00
David Harris
b79f1542d9
Merge pull request #6 from brson/develop
...
Add changes for build.rs bug
2017-02-25 11:25:58 -06:00
David Harris
0a3fe6675f
Fixed bug that only tested one file
2017-02-25 11:24:24 -06:00