From 75f51727fa583eba2dac5819602b92f0f6215013 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 8 Jan 2018 14:06:55 -0800 Subject: [PATCH] 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. --- src/doc/src/reference/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/doc/src/reference/index.md b/src/doc/src/reference/index.md index 4fec36165fc..634dd34f8ce 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)