-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
4bca7fd
commit eeafee4
Showing
12 changed files
with
55 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
% Rust Borrowed Pointers Tutorial | ||
% Rust Borrowed Pointers Guide | ||
|
||
# Introduction | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
% Containers and iterators | ||
% Containers and Iterators Guide | ||
|
||
# Containers | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
% Rust Macros Tutorial | ||
% Rust Macros Guide | ||
|
||
# Introduction | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
% Rust Testing Tutorial | ||
% Rust Testing Guide | ||
|
||
# Quick start | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eeafee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from cmr
at alan-andrade@eeafee4
eeafee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alan-andrade/rust/convert_tutorials_to_guides = eeafee4 into auto
eeafee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alan-andrade/rust/convert_tutorials_to_guides = eeafee4 merged ok, testing candidate = b6a1fde
eeafee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/3390
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/1233
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/1236
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/3393
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/2495
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/2498
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/3409
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/2498
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/2503
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/3411
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/2498
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/2502
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/2572
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/3398
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/2500
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/2504
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/3172
eeafee4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = b6a1fde