Brian Anderson
bcf20a7cb1
doc: Add descriptions to links in the index
...
These are the same descriptions as on the website.
2016-01-10 22:30:09 +00:00
Brian Anderson
9e99a27907
Strip the documentation index down to the essentials.
...
The main documentation page is now www.rust-lang.org/documentation.html
2015-12-23 14:15:13 -08:00
Brian Anderson
6c65cc1f8f
Remove links to out-of-tree docs
2015-12-23 14:04:43 -08:00
Brian Anderson
2f3c472d10
Remove the FAQs in favor of the website
2015-12-23 14:03:45 -08:00
Brian Anderson
5cc0a37123
Minor tweaks to doc index
2015-11-16 11:48:18 -08:00
Brian Anderson
48c170df36
doc: Link to cargo docs, not just crates.io
2015-11-03 12:55:03 -08:00
Brian Anderson
6ca0fa9af2
doc: Add the Rustonomicon
2015-11-03 12:52:18 -08:00
Brian Anderson
53fad90608
doc: Remove community info
2015-11-03 12:49:21 -08:00
Brian Anderson
f553292cf6
doc: Remove non-documentation tool links
2015-11-03 12:48:47 -08:00
Brian Anderson
be9afcca89
doc: Remove irrelevant info about rbe
2015-11-03 12:47:57 -08:00
panicbit
ce1f4fc0ba
Add link to the german trpl translation
2015-10-06 19:50:09 +02:00
Vadim Petrochenkov
c34f350664
Further tweaks to doc/index.md
2015-09-06 16:07:55 +03:00
Vadim Petrochenkov
201bfbe55e
Reorder sections in doc/index.md
2015-09-06 15:25:01 +03:00
Jose Narvaez
b7a88d8702
Updated the link with rendered version of the Spanish trpl translation.
2015-08-11 11:02:38 +01:00
Brian Anderson
5ff8e038f4
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.
2015-06-20 19:09:56 -07:00
Christian Stadelmann
3c0165d59f
[Documentation] Use SSL where possible
2015-06-04 15:44:30 +02:00
Steve Klabnik
321c2f4f8c
Add community translations.
2015-06-01 15:57:44 -04:00
Manish Goregaokar
398148193b
Rollup merge of #25331 - michaelsproul:err-idx-doc-link, r=Manishearth
...
At the moment, http://doc.rust-lang.org/error-index.html isn't linked to from anywhere (except Reddit). This should allow search engines to find error codes!
I also capitalised "The Standard Library" and neatened a few bits of grammar.
Also fixed: `#[main]` inside one of the error descriptions.
2015-05-12 22:57:53 +05:30
Michael Sproul
6faa8d6793
Add a link to the error index to the main doc page.
...
I also capitalised "The Standard Library" and neatened a few bits of grammar.
Also fixed: `#[main]` inside one of the error descriptions.
2015-05-12 21:21:26 +10:00
Brian Anderson
51a1e83cb0
doc: Remove mention of 30 minute intro
2015-05-08 13:19:02 -07:00
Andrew Seidl
86ec4571d5
doc: Fix link to rustbyexample.com
2015-04-15 13:05:52 -05:00
Steve Klabnik
8a65029fac
Link RBE more prominently
...
It's no longer a community based project.
Also, Rust for Rubyists is deprecated at this point, so we shouldn't
link to it anymore.
2015-04-13 18:33:37 -04:00
Raphael Nestler
14c76834fe
Fix "How to submit a bug report" link
...
According to #22650 and bb0bbf639e
the
link changed
2015-02-24 23:26:25 +01:00
Caspar Krieger
4038694718
Link to rustdoc page in the Rust book directly
...
No point sending people to a page which just says "this is now part of
the Rust book".
2015-02-07 22:21:01 +11:00
Brian Anderson
5716ede92c
doc: Add links to users.rust-lang.org
2015-01-29 15:49:00 -08:00
Brian Anderson
94404070d6
discuss.rust-lang.org -> internals.rust-lang.org
2015-01-27 15:44:05 -08:00
Steve Klabnik
16a6ebd1f6
"The Rust Programming Language"
...
This pulls all of our long-form documentation into a single document,
nicknamed "the book" and formally titled "The Rust Programming
Language."
A few things motivated this change:
* People knew of The Guide, but not the individual Guides. This merges
them together, helping discoverability.
* You can get all of Rust's longform documentation in one place, which
is nice.
* We now have rustbook in-tree, which can generate this kind of
documentation. While its style is basic, the general idea is much
better: a table of contents on the left-hand side.
* Rather than a almost 10,000-line guide.md, there are now smaller files
per section.
2015-01-08 12:02:11 -05:00
Earl St Sauver
21617ad620
Update guide index to point to the task page
...
When the "threads" guides were renamed to be "tasks" guides, it looks
like this link was missed.
Here's the other relevant commit.
2015-01-03 20:16:04 -08:00
Steve Klabnik
b8ffad5964
s/task/thread/g
...
A part of #20038
2014-12-26 16:04:27 -05:00
Steve Klabnik
e2fe7a083e
Lifetime guide -> ownership guide
2014-11-26 15:03:12 -05:00
Steve Klabnik
0e6d97aab2
New guide: error handling
2014-11-18 12:56:55 -05:00
Steve Klabnik
0c3ad8be5b
build the crates guide
2014-10-23 07:40:29 -04:00
Steve Klabnik
51c5a8eb1b
Remove the runtime guide.
...
Now that libgreen is gone, this is all wrong.
Fixes #17923
2014-10-10 13:30:17 -04:00
Keegan McAllister
61bf75bb5e
Add a guide to compiler plugins
...
Fixes #16983 .
2014-10-01 13:21:52 -07:00
Steve Klabnik
47682f96de
manual -> reference & formatting
...
'reference' sounds better than 'manual' to me here, and rust.html is
certainly wrong.
I also wrapped everything to 80 cols.
2014-09-22 17:54:09 -04:00
Alex Crichton
b4bff574d2
rollup merge of #17277 : steveklabnik/doc_fix_rollup
2014-09-17 08:49:06 -07:00
Steve Klabnik
b3432b267d
Don't use 'here'
...
Fixes #17225
2014-09-15 13:21:50 -04:00
Steve Klabnik
1b818020a0
Remove container guide.
...
This isn't really what guides are for, this information belongs in the
module-level docs.
Fixes #9314 .
2014-09-13 15:06:00 -04:00
Steve Klabnik
60415e1032
reintroduce manual link in doc index
...
whoops
Fixes https://github.com/rust-lang/rust/pull/16827#issuecomment-55160273
2014-09-10 16:57:07 -04:00
Steve Klabnik
124b80a52f
Revamp doc index
...
Fixes #14972
2014-08-28 14:52:39 -04:00
Brian Anderson
fe13a9fb59
doc: Make sure all doc titles say 'Rust'. #12466
2014-08-01 17:32:24 -07:00
Alexis Beingessner
56f957f463
adding discuss.rust-lang to community
2014-07-29 15:44:08 -07:00
Steve Klabnik
0c30e1faad
Include Strings guide with the others.
...
Three small changes:
1. Re-organize headers in the Strings guide so they show up correctly.
2. build the strings guide with the other docs
3. include the strings guide in the list of guides
2014-07-18 10:48:24 -04:00
Steve Klabnik
e16a87513a
Remove the cheat sheet.
...
Rust by Example is far better.
Fixes #14380 .
2014-06-24 17:22:39 -07:00
Brian Anderson
792d5b742c
doc: Add disclaimers about versions of external docs
2014-06-19 11:45:16 -07:00
Brian Anderson
05641413a7
Update the external links in the doc index
...
Splits 'extern resources' into 'external documentation and 'community',
adds rustforrubyists.com and rustbyexample.com, stackoverflow.com.
2014-06-19 10:52:02 -07:00
Brian Anderson
f4ae8a83f9
Update repo location
2014-06-16 18:16:36 -07:00
Alex Crichton
0dbfa5f611
rustdoc: Fix some more broken links
2014-06-01 21:53:43 -07:00
Corey Richardson
11c0f77107
doc: add a new language design faq
...
This indends to help quell frequently answered questions about the language
design in a single, authoritative place.
2014-05-25 02:53:53 -07:00
Andrew Gallant
b8b7484703
Add a regex crate to the Rust distribution.
...
Also adds a regex_macros crate, which provides natively compiled
regular expressions with a syntax extension.
Closes #3591 .
RFC: 0007-regexps
2014-04-25 00:27:24 -04:00