about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-01-20 22:32:43 +0100
committerGitHub <noreply@github.com>2018-01-20 22:32:43 +0100
commitd3176efa7896d0e6570b841f83ab1bc786fb1d33 (patch)
tree994c3d7198a29a50d407729e4ba018fb4cbeffe9
parent0e270fc842bab8529b22ed483494d63ac4d6370f (diff)
parent0e1ecbed8364716d131a466b3e3f09e74e52385e (diff)
downloadrust-d3176efa7896d0e6570b841f83ab1bc786fb1d33.tar.gz
rust-d3176efa7896d0e6570b841f83ab1bc786fb1d33.zip
Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnik
add Rust By Example to the bookshelf

cc #46194

With #46196 freshly merged, we should add a link to the main docs distribution so people can find it! We discussed this at the docs team meeting today and decided to go ahead with adding it to the bookshelf.
-rw-r--r--src/doc/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md
index 3784cc3c4b4..3add2774105 100644
--- a/src/doc/index.md
+++ b/src/doc/index.md
@@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
 nicknamed 'The Rust Bookshelf.'
 
 * [The Rust Programming Language][book] teaches you how to program in Rust.
+* [Rust By Example][rbe] teaches you how to program in Rust using editable examples.
 * [The Cargo Book][cargo-book] is a guide to Cargo, Rust's build tool and dependency manager.
 * [The Unstable Book][unstable-book] has documentation for unstable features.
 * [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
@@ -51,6 +52,7 @@ before this policy was put into place. That work is being tracked
 [refchecklist]: https://github.com/rust-lang-nursery/reference/issues/9
 [err]: error-index.html
 [book]: book/index.html
+[rbe]: rust-by-example/index.html
 [nomicon]: nomicon/index.html
 [unstable-book]: unstable-book/index.html
 [rustdoc-book]: rustdoc/index.html