Skip to content

Commit 4a6750c

Browse files
steveklabnikalexcrichton
authored andcommitted
---
yaml --- r: 152809 b: refs/heads/try2 c: 3ed78f5 h: refs/heads/master i: 152807: d6a2042 v: v3
1 parent 9ce2a25 commit 4a6750c

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
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: c484c2d1f840a3fd195b951a67745564b51715ad
8+
refs/heads/try2: 3ed78f5b6b5d85c9de5794dcf16cecf5d16f7864
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/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

branches/try2/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 \

branches/try2/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. :)

branches/try2/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)