Skip to content

Commit 201bfbe

Browse files
committed
Reorder sections in doc/index.md
1 parent 205c356 commit 201bfbe

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/doc/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,28 @@ series of small examples.
2020

2121
[rbe]: http://rustbyexample.com/
2222

23+
# Specification
24+
25+
Rust does not have an exact specification, but an effort to describe as much of
26+
the language in as much detail as possible is in [the reference](reference.html).
27+
2328
# The Standard Library
2429

2530
We have [API documentation for the entire standard
2631
library](std/index.html). There's a list of crates on the left with more
2732
specific sections, or you can use the search bar at the top to search for
2833
something if you know its name.
2934

35+
# Tools
36+
37+
Rust is still a young language, so there isn't a ton of tooling yet, but the
38+
tools we have are really nice.
39+
40+
[Cargo](https://crates.io) is Rust's package manager, and its website contains
41+
lots of good documentation.
42+
43+
[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code.
44+
3045
# Community & Getting Help
3146

3247
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
5469
discussion and news about Rust.
5570

5671
There is also a [user forum](https://users.rust-lang.org), for all
57-
user-oriented discussion, and a [developer
72+
user-oriented discussion, and a [developer
5873
forum](https://internals.rust-lang.org/), where the development of Rust
5974
itself is discussed.
6075

61-
# Specification
62-
63-
Rust does not have an exact specification, but an effort to describe as much of
64-
the language in as much detail as possible is in [the reference](reference.html).
65-
66-
# Tools
67-
68-
Rust is still a young language, so there isn't a ton of tooling yet, but the
69-
tools we have are really nice.
70-
71-
[Cargo](https://crates.io) is Rust's package manager, and its website contains
72-
lots of good documentation.
73-
74-
[`rustdoc`](book/documentation.html) is used to generate documentation for Rust code.
75-
7676
# FAQs
7777

7878
There are questions that are asked quite often, so we've made FAQs for them:

0 commit comments

Comments
 (0)