diff options
| author | Brian Anderson <banderson@mozilla.com> | 2015-06-20 19:09:56 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2015-06-20 19:09:56 -0700 |
| commit | 5ff8e038f447f6c0bfe2ea09c4114684a8add429 (patch) | |
| tree | 7b6434a0e424e0be1f0460de68cd0feef5350fb7 | |
| parent | f4518127636e6bffab0599ab4dad785a873c5bd8 (diff) | |
doc: Make it easier to find the std docs from the index
This is usually the link I want when I come to this page.
| -rw-r--r-- | src/doc/index.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index fba919b7115..c1f9ea6b3b0 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -20,6 +20,13 @@ series of small examples. [rbe]: http://rustbyexample.com/ +# The Standard Library + +We have [API documentation for the entire standard +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. + # Community & Getting Help If you need help with something, or just want to talk about Rust with others, @@ -75,13 +82,6 @@ There are questions that are asked quite often, so we've made FAQs for them: * [Project FAQ](complement-project-faq.html) * [How to submit a bug report](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports) -# The Standard Library - -We have [API documentation for the entire standard -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. - # The Error Index If you encounter an error while compiling your code you may be able to look it |
