From 201bfbe55e6852cc41160f29b617439c7098a128 Mon Sep 17 00:00:00 2001 From: Vadim Petrochenkov Date: Sun, 6 Sep 2015 15:25:01 +0300 Subject: [PATCH] Reorder sections in doc/index.md --- src/doc/index.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/doc/index.md b/src/doc/index.md index 8ca50667507..91ed0d7761c 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -20,6 +20,11 @@ series of small examples. [rbe]: http://rustbyexample.com/ +# Specification + +Rust does not have an exact specification, but an effort to describe as much of +the language in as much detail as possible is in [the reference](reference.html). + # The Standard Library We have [API documentation for the entire standard @@ -27,6 +32,16 @@ library](std/index.html). There's a list of crates on the left with more specific sections, or you can use the search bar at the top to search for something if you know its name. +# Tools + +Rust is still a young language, so there isn't a ton of tooling yet, but the +tools we have are really nice. + +[Cargo](https://crates.io) is Rust's package manager, and its website contains +lots of good documentation. + +[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code. + # Community & Getting Help If you need help with something, or just want to talk about Rust with others, @@ -54,25 +69,10 @@ There is an active [subreddit](https://reddit.com/r/rust) with lots of discussion and news about Rust. There is also a [user forum](https://users.rust-lang.org), for all -user-oriented discussion, and a [developer +user-oriented discussion, and a [developer forum](https://internals.rust-lang.org/), where the development of Rust itself is discussed. -# Specification - -Rust does not have an exact specification, but an effort to describe as much of -the language in as much detail as possible is in [the reference](reference.html). - -# Tools - -Rust is still a young language, so there isn't a ton of tooling yet, but the -tools we have are really nice. - -[Cargo](https://crates.io) is Rust's package manager, and its website contains -lots of good documentation. - -[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code. - # FAQs There are questions that are asked quite often, so we've made FAQs for them: -- 2.44.0