Skip to content

Commit 75f5172

Browse files
committed
doc/reference/index: Remove "Now that you have an overview" paragraph
This wording was originally from 58a1804 (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 01aa9e3 ([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 3f2d93e ([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.
1 parent f60ece9 commit 75f5172

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/doc/src/reference/index.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
## Cargo Reference
22

3-
Now that you have an overview of how to use Cargo and have created your first
4-
crate, you may be interested in more details in the following areas.
5-
63
The reference covers the details of various areas of Cargo.
74

85
* [Specifying Dependencies](reference/specifying-dependencies.html)

0 commit comments

Comments
 (0)