Skip to content

Commit dec3d63

Browse files
steveklabnikalexcrichton
authored andcommitted
---
yaml --- r: 118971 b: refs/heads/master c: 3ed78f5 h: refs/heads/master i: 118969: 4784616 118967: 5187e8d v: v3
1 parent 6080bf2 commit dec3d63

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c484c2d1f840a3fd195b951a67745564b51715ad
2+
refs/heads/master: 3ed78f5b6b5d85c9de5794dcf16cecf5d16f7864
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 71fe44def9676d519f5ce5d7304e581a42cf2c70
55
refs/heads/try: 1813e5aa1a03b0596b8de7abd1af31edf5d6098f

trunk/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ do
869869
make_dir $h/test/debuginfo-lldb
870870
make_dir $h/test/codegen
871871
make_dir $h/test/doc-tutorial
872+
make_dir $h/test/doc-guide
872873
make_dir $h/test/doc-guide-ffi
873874
make_dir $h/test/doc-guide-runtime
874875
make_dir $h/test/doc-guide-macros

trunk/mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# L10N_LANGS are the languages for which the docs have been
2727
# translated.
2828
######################################################################
29-
DOCS := index intro tutorial guide-ffi guide-macros guide-lifetimes \
29+
DOCS := index intro tutorial guide guide-ffi guide-macros guide-lifetimes \
3030
guide-tasks guide-container guide-pointers guide-testing \
3131
guide-runtime complement-bugreport \
3232
complement-lang-faq complement-design-faq complement-project-faq rust \

trunk/src/doc/guide.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
% The Rust Guide
2+
3+
<div style="border: 2px solid red; padding:5px;">
4+
This guide is a work in progress. Until it is ready, we highly recommend that
5+
you read the <a href="tutorial.html">Tutorial</a> instead. This work-in-progress Guide is being
6+
displayed here in line with Rust's open development policy. Please open any
7+
issues you find as usual.
8+
</div>
9+
10+
Coming soon. :)

trunk/src/doc/tutorial.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
% The Rust Language Tutorial
22

3+
<div style="border: 2px solid red; padding:5px;">
4+
The tutorial is undergoing a complete re-write as <a href="guide.html">the Guide</a>.
5+
Until it's ready, this tutorial is the right place to come to start learning
6+
Rust. Please submit improvements as pull requests, but understand that
7+
eventually it will be going away.
8+
</div>
9+
310
# Introduction
411

512
Rust is a programming language with a focus on type safety, memory

0 commit comments

Comments
 (0)