diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-04-25 23:05:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-25 23:05:58 -0400 |
| commit | e7f1c4fd14b04bf543b24bc587fd9f3d39c9f7da (patch) | |
| tree | 863425193bcb2a02149edf992e65cd6cb184acc7 /src | |
| parent | 997593f16c11efff839be7498807995240b8ada5 (diff) | |
| parent | dce33e96bc2f904fbc5bfb96b5fb92433dc18ba8 (diff) | |
| download | rust-e7f1c4fd14b04bf543b24bc587fd9f3d39c9f7da.tar.gz rust-e7f1c4fd14b04bf543b24bc587fd9f3d39c9f7da.zip | |
Rollup merge of #41527 - steveklabnik:gh41285, r=frewsxcv
Clarify the doc index With regards to the unstable book, the reference, and the processes involved. Also, fix up a link by pointing to the new tracking issue rather than the older one. Fixes #41285 r? @frewsxcv
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/index.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 1294c1a8c59..fd5b120e81f 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -32,16 +32,21 @@ nicknamed 'The Rust Bookshelf.' * [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust. * [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book. +Initially, documentation lands in the Unstable Book, and then, as part of the +stabilization process, is moved into the Book, Nomicon, or Reference. + Another few words about the reference: it is guaranteed to be accurate, but not -complete. We now have a policy that all new features must be included in the -reference before stabilization; however, we are still back-filling things that -landed before then. That work is being tracked [here][38643]. +complete. We have a policy that features must have documentation to be stabilized, +but we did not always have this policy, and so there are some stable things that +are not yet in the reference. We're working on back-filling things that landed +before this policy was put into place. That work is being tracked +[here][refchecklist]. [Rust Learning]: https://github.com/ctjhoa/rust-learning [Docs.rs]: https://docs.rs/ [api]: std/index.html [ref]: reference/index.html -[38643]: https://github.com/rust-lang/rust/issues/38643 +[refchecklist]: https://github.com/rust-lang-nursery/reference/issues/9 [err]: error-index.html [book]: book/index.html [nomicon]: nomicon/index.html |
