From eeafee4c9b07c93d45d6a3fa85f92feb31cddbc9 Mon Sep 17 00:00:00 2001 From: Alan Andrade Date: Sat, 21 Dec 2013 17:29:48 -0600 Subject: Convert sub tutorials into Guides #10838 Ensure configure creates doc/guides directory Fix configure makefile and tests Remove old guides dir and configure option, convert testing to guide Remove ignored files Fix submodule issue prepend dir in makefile so that bor knows how to build the docs S to uppercase --- doc/tutorial.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'doc/tutorial.md') diff --git a/doc/tutorial.md b/doc/tutorial.md index 0eb228d8205..e25ac009de2 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -3035,8 +3035,6 @@ but for this tutorial it's only important to know that you can optionally annota extern mod rust = "github.com/mozilla/rust"; // pretend Rust is a simple library ~~~ -[rustpkg]: rustpkg.html - ## Crate metadata and settings For every crate you can define a number of metadata items, such as link name, version or author. @@ -3194,7 +3192,7 @@ re-export a bunch of 'officially blessed' crates that get managed with `rustpkg` # What next? Now that you know the essentials, check out any of the additional -tutorials on individual topics. +guides on individual topics. * [Borrowed pointers][borrow] * [Tasks and communication][tasks] @@ -3209,14 +3207,14 @@ tutorials on individual topics. There is further documentation on the [wiki], however those tend to be even more out of date than this document. -[borrow]: tutorial-borrowed-ptr.html -[tasks]: tutorial-tasks.html -[macros]: tutorial-macros.html -[ffi]: tutorial-ffi.html -[container]: tutorial-container.html -[conditions]: tutorial-conditions.html -[rustpkg]: tutorial-rustpkg.html -[testing]: tutorial-testing.html +[borrow]: guide-borrowed-ptr.html +[tasks]: guide-tasks.html +[macros]: guide-macros.html +[ffi]: guide-ffi.html +[container]: guide-container.html +[conditions]: guide-conditions.html +[rustpkg]: guide-rustpkg.html +[testing]: guide-testing.html [rustdoc]: rustdoc.html [wiki]: https://github.com/mozilla/rust/wiki/Docs -- cgit 1.4.1-3-g733a5