From: W. Trevor King Date: Mon, 8 Jan 2018 22:06:55 +0000 (-0800) Subject: doc/reference/index: Remove "Now that you have an overview" paragraph X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~3^2~52^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=75f51727fa583eba2dac5819602b92f0f6215013;p=cargo.git doc/reference/index: Remove "Now that you have an overview" paragraph This wording was originally from 58a1804f (At the end, point to docs that might be interesting next, 2016-05-17, #2688), which added it to the end of the guide (where telling readers what they know makes some sense). It was moved to a "Cargo in Depth" section with 01aa9e3c ([src/doc/book] Move a paragraph to cargo-in-depth.md, 2017-08-31, #4453), where it makes a bit less sense. When that section became the reference index in 3f2d93e3 ([doc/book] Create dir for book sections, 2017-08-31, #4455) the context assumed by the paragraph was completely missing. This commit removes the paragraph, which doesn't reduce the usefulness of the reference index. And the removal avoids confusing readers who start with the reference docs and may now have the assumed overview. --- diff --git a/src/doc/src/reference/index.md b/src/doc/src/reference/index.md index 4fec36165..634dd34f8 100644 --- a/src/doc/src/reference/index.md +++ b/src/doc/src/reference/index.md @@ -1,8 +1,5 @@ ## Cargo Reference -Now that you have an overview of how to use Cargo and have created your first -crate, you may be interested in more details in the following areas. - The reference covers the details of various areas of Cargo. * [Specifying Dependencies](reference/specifying-dependencies.html)