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
This commit is contained in:
commit
e7f1c4fd14
1 changed files with 9 additions and 4 deletions
|
@ -32,16 +32,21 @@ nicknamed 'The Rust Bookshelf.'
|
||||||
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
|
* [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.
|
* [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
|
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
|
complete. We have a policy that features must have documentation to be stabilized,
|
||||||
reference before stabilization; however, we are still back-filling things that
|
but we did not always have this policy, and so there are some stable things that
|
||||||
landed before then. That work is being tracked [here][38643].
|
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
|
[Rust Learning]: https://github.com/ctjhoa/rust-learning
|
||||||
[Docs.rs]: https://docs.rs/
|
[Docs.rs]: https://docs.rs/
|
||||||
[api]: std/index.html
|
[api]: std/index.html
|
||||||
[ref]: reference/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
|
[err]: error-index.html
|
||||||
[book]: book/index.html
|
[book]: book/index.html
|
||||||
[nomicon]: nomicon/index.html
|
[nomicon]: nomicon/index.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue