Commit Graph

58 Commits

Author SHA1 Message Date
Steve Klabnik
8bea051a27 modify TOC to match the one we discussed
nice catch @aturon
2015-12-28 12:36:56 -05:00
Steve Klabnik
7afd6feada undo the 'sentence per line' experiment
I tried it, I didn't like it.
2015-12-28 10:51:03 -05:00
Steve Klabnik
795403668e book.json should be at the top level
oops:
2015-12-28 10:37:36 -05:00
Steve Klabnik
b969a4f281 Merge pull request #40 from Keats/master
Fix primitive types typo
2015-12-24 12:45:22 -05:00
Vincent Prouillet
f67d7a7ac9 Fix primitive types typo 2015-12-24 12:20:55 +00:00
Steve Klabnik
f5d8e9af9a Merge pull request #38 from Keats/master
Add local documentation subtitle for installation section
2015-12-22 12:55:28 -05:00
Vincent Prouillet
65232c01ae Add local documentation subtitle for installation section 2015-12-22 17:53:13 +00:00
Steve Klabnik
3612ad7f40 Merge pull request #37 from rphmeier/master
Typo fix: parenthesis -> parentheses
2015-12-22 11:20:59 -05:00
Robert Habermeier
5663b5e2df Typo fix: parenthesis -> parentheses 2015-12-22 11:06:51 -05:00
Steve Klabnik
a6d7ea95ea Merge pull request #36 from jFransham/patch-1
Fix typo in primitive-types
2015-12-22 09:58:46 -05:00
Jack Fransham
07688ef791 Fix typo in primitive-types 2015-12-22 09:17:40 +00:00
Steve Klabnik
9c99e98b53 these are labels, not issues
thanks @aturon
2015-12-21 14:03:31 -05:00
Steve Klabnik
cb80294996 some tweaks for functions 2015-12-21 13:01:14 -05:00
Steve Klabnik
2c42421da8 tweaks to 'variable bindings' 2015-12-21 12:57:18 -05:00
Steve Klabnik
2718b63675 some tweaks to 'primitive rust' 2015-12-21 12:45:48 -05:00
Steve Klabnik
7e8d9204f4 The basics -> primitive rust 2015-12-21 12:44:20 -05:00
Steve Klabnik
26bc17b77e ignore some things I forgot to ignore 2015-12-21 12:37:59 -05:00
Steve Klabnik
c4d814b1bc ignore that example 😅 2015-12-21 12:34:51 -05:00
Steve Klabnik
3d226477b6 draft of loops 2015-12-21 12:34:20 -05:00
Steve Klabnik
a1905f2a58 first draft of if 2015-12-21 11:40:55 -05:00
Steve Klabnik
ff6e452410 Merge pull request #34 from rust-lang/section_three
First draft of primitive types
2015-12-18 14:48:13 -05:00
Steve Klabnik
d3818036d0 Add label information to the README. 2015-12-18 14:48:16 -05:00
Steve Klabnik
e5a99e8cbc First draft of primitive types
I moved slices to references, since they are references, and explaining
them right now is just more complex. I might do that with `&str` too...
2015-12-18 14:37:58 -05:00
Steve Klabnik
1117de1885 Merge pull request #33 from rust-lang/section_three
First half of primitive types
2015-12-18 11:05:25 -05:00
Steve Klabnik
a4227840d7 First half of primitive types 2015-12-18 10:34:07 -05:00
Steve Klabnik
141af75888 Merge pull request #32 from rust-lang/section_three
new chapter: comments
2015-12-17 14:51:12 -05:00
Steve Klabnik
187c8c2025 new chapter: comments 2015-12-17 14:38:30 -05:00
Steve Klabnik
7d0b22d9e2 Merge pull request #31 from rust-lang/section_three
new chapter: functions
2015-12-17 14:11:02 -05:00
Steve Klabnik
a3853b9a99 new chapter: functions 2015-12-17 13:57:51 -05:00
Steve Klabnik
b996d8ea4e Merge pull request #30 from rust-lang/section_three
More work on section 3
2015-12-17 11:56:53 -05:00
Steve Klabnik
da0c5f6ef3 Add more information about scope 2015-12-17 11:51:30 -05:00
Steve Klabnik
4879838a04 Always use fn main()
We should use main in this Basics section, and stop afterwards.
2015-12-17 11:51:21 -05:00
Steve Klabnik
977219655e Add section about type annotations 2015-12-17 11:51:21 -05:00
Steve Klabnik
735aab43de Merge pull request #6 from rust-lang/section_three
First drafts for the first few parts of section three
2015-12-16 18:19:28 -05:00
Steve Klabnik
5132d63221 First draft of variable bindings 2015-12-16 18:13:57 -05:00
Steve Klabnik
524a87008d First draft of Basics 2015-12-16 17:39:03 -05:00
Steve Klabnik
7f0b63387f Clean out section three
Let's see if we can't make this all more consistent.
2015-12-16 15:13:26 -05:00
Steve Klabnik
a06f9bd6e3 Merge pull request #4 from phil-opp/patch-1
typo
2015-12-15 16:56:50 -05:00
Philipp Oppermann
1a4e23cff3 typo 2015-12-15 22:49:11 +01:00
Steve Klabnik
da54953597 % -> #
I forgot Rustdoc renders markdown files strangely
2015-12-14 16:47:28 -05:00
Steve Klabnik
3d2370d2c9 Import previous book contents
This will largely be incoherent for now. That's okay.
2015-12-14 16:31:53 -05:00
Steve Klabnik
90eaa7ade8 Move design below installation/hello world
In "design", we'll want to use Rust code, so getting set up is a good
idea.
2015-12-14 16:21:52 -05:00
Steve Klabnik
1d0cfeb8d2 Import first two chapters 2015-12-14 16:15:30 -05:00
Steve Klabnik
a6a4418438 Add a book.json 2015-12-14 15:45:48 -05:00
Steve Klabnik
c7792cb988 import introduction 2015-12-14 15:44:18 -05:00
Steve Klabnik
2dd4deb7f9 Link to the rendered HTML from the README 2015-12-14 15:00:58 -05:00
Steve Klabnik
b7cf3dc523 deploy to the book repo, not rust by example.
Sigh. 😭
2015-12-14 14:55:40 -05:00
Steve Klabnik
0bd0c33116 deploy to GH pages
http://www.steveklabnik.com/automatically_update_github_pages_with_travis_example/
2015-12-14 14:50:56 -05:00
Steve Klabnik
e2c4c896dd Merge pull request #3 from rust-lang/fix_travis
Install mdbook on travis
2015-12-14 12:32:12 -05:00
Steve Klabnik
2519d0c530 Add the proper path for Travis 2015-12-14 12:28:11 -05:00