Commit graph

37 commits

Author SHA1 Message Date
Ivan Tham
b61c8e588a
Update to edition 2018 (#565)
* Update to edition 2018

Update mdbook to 0.3.5

Command:
sed -i '/extern crate/ {N;s/\n$//}' src/**.md; sed -i 's/extern crate error_chain;/use error_chain::error_chain;/; s/extern crate lazy_static;/use lazy_static::lazy_static;/; s/extern crate bitflags;/use bitflags::bitflags;/; s/extern crate serde_json;/ use serde_json::json;/; s/extern crate serde_derive;/use serde::{Serialize, Deserialize};/; /macro_use/d; /extern crate/ d; s/```rust/```rust,edition2018/; s/bail!/error_chain::&/; s/\(debug\|info\|warn\|error\)!/log::&/;' src/**.md

Fix #530

* Update rand-dist.md

* Fixes #569

* dump syslog

version 4 depends on error-chain v 0.11 and version 5 depends on v 0.12 
!!!!

Co-authored-by: Andrew Gauger <andygauge@gmail.com>
2020-05-31 17:26:32 -07:00
Aleksandr
7a06c79008
Added percent-encoding badge (#587) 2020-05-05 06:47:51 -07:00
Jubilee
16a043b09a Update inclusive range syntax, fix script pathname, crate deps (#547)
Fix docs directing developer to incorrect pathname for spellcheck.sh
Add note on the normal behavior of spellcheck.sh for clarity
Fix instances of inclusive range syntax to use '..=' style
Depend directly on percent-encoding instead of expecting re-exports
This commit compiles and tests correctly on rustc v1.37.0

link-checker found 452 failures before this commit
link-checker found 452 failures after this commit
no new errors were added by this commit
2019-09-19 11:04:37 -07:00
Stefan Dombrowski
353ccf46cc Fix link (#526) 2019-04-15 14:00:23 -07:00
Andrew Gauger
40265251d8 Revert "Update to mdbook 0.2.1 (#482)"
This reverts commit fbcaca6c05.
2018-10-10 15:15:49 -07:00
James Hinshelwood
fbcaca6c05 Update to mdbook 0.2.1 (#482) 2018-10-10 09:13:29 -07:00
Laurențiu Nicola
d4cbf55038 CONTRIBUTING.md clarifications (#465) 2018-10-03 15:21:24 -07:00
Andrew Gauger
97dabe59ae
Restructure Cookbook (#404) 2018-07-10 14:07:24 -07:00
Yogesh Choudhary
af25e615d2 fix rand crate example and broken links 2018-06-04 12:58:13 +02:00
Andrew Gauger
29dacc6267 Style guide update to include embedded example and sections 2018-04-19 08:29:26 +02:00
Jeff Hajewski
b31b7a7688 Updates the wording on error handling to improve clarity.
It was not previously clear when a contributor should use `error_chain`
and when they should use `main()`. This patch adds a couple sentences to
the section on error handling to make that more explicit.
2017-10-17 23:12:10 +02:00
Michal Budzynski
6cd55fe84b fixed links and CI auto-deploy after move to rust-lang-nursery
- fixed stargazers example broken due to repo move
- fixed edit functionality broken due to repo move
2017-07-29 18:38:26 +02:00
David Tolnay
62fd9dc136
Link to example of a commit 2017-05-17 15:00:32 -07:00
David Tolnay
adf974ac89
Link to the example tag to find what to contribute 2017-05-17 14:04:10 -07:00
David Tolnay
22dc40330a
Touch up the example guidelines 2017-05-17 11:13:06 -07:00
David Tolnay
a6c6ad2102
Mention real sections and categories 2017-05-17 11:08:45 -07:00
David Tolnay
0b29151297
Correct the tracking issue tag 2017-05-17 11:05:20 -07:00
David Tolnay
e1c79a0d46
Recommend serving the cookbook locally 2017-05-17 11:00:48 -07:00
Michal Budzynski
a816cc089d Fixed typos 2017-05-13 11:19:08 +02:00
Michal Budzynski
e63f47c63e Fixing rest of broken links in CONTRIBUTING.md 2017-05-11 23:15:38 +02:00
Raphaël Huchet
416d6e9e40 Fix ["how to read this book"] link (#67)
Fix ["how to read this book"] link
2017-05-11 07:36:00 -07:00
David Tolnay
8640a7c1fd Merge pull request #66 from rap2hpoutre/patch-2
add crate-tasks link
2017-05-11 07:34:32 -07:00
Raphaël Huchet
32a26029c0 add crate-tasks link 2017-05-11 10:21:19 +02:00
Raphaël Huchet
9a1eb9d563 add libz blitz link 2017-05-11 10:17:08 +02:00
glennsl
605e1e0b53 Tiny typo fix in CONTRIBUTING.md 2017-05-05 23:34:22 +02:00
Brian Anderson
cde6b886fa Fix link 2017-05-04 16:43:01 -07:00
Brian Anderson
6e1ef42db1 Fix contributing markup 2017-05-04 16:36:28 -07:00
Brian Anderson
b7f70c76d0 Fill out CONTRIBUTING.md 2017-05-04 12:13:44 -07:00
David Tolnay
91bbdf3afb
Clean up trailing whitespace 2017-05-03 21:41:05 -07:00
Brian Anderson
9832f40758 More stuff 2017-04-29 23:52:32 -07:00
Brian Anderson
7bd8dd1062 Various restructuring 2017-04-29 23:21:34 -07:00
David Harris
c78374af95 Added style guidelines link 2017-02-25 16:56:49 -06:00
Brad Anderson
1bbb510756 Add automatic build and publish script 2017-02-25 16:42:31 -06:00
Brad Anderson
2afeac2b6e Convert to mdbook 2017-02-25 14:56:50 -06:00
Brad Anderson
46c755db03 Fix line breaks in contributing 2017-02-25 02:34:02 -06:00
Brad Anderson
9ff05b43c5 Fix contributing table of contents 2017-02-25 02:31:04 -06:00
Brad Anderson
b46a78aa7c Add contribution guide skeleton 2017-02-25 02:25:51 -06:00