1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-25 22:09:00 +02:00
Commit Graph

3195 Commits

Author SHA1 Message Date
Ian Bertolacci
4ae7b49219 Changed bash examples from block code
Bash examples were in block code form (triple tick), should have been in inline mode (single tic)
2015-07-17 10:13:51 -07:00
Ian Bertolacci
4edb920f51 capitalization and attempt to fix lists 2015-07-17 10:09:21 -07:00
Adam Bard
cad5789e26 Merge pull request #1167 from MrMallIronmaker/patch-1
Changed %s formatting to {n} style.
2015-07-17 23:44:02 +09:00
Adam Bard
c22acdf8bd Update chapel.html.markdown
Make sure nothing breaks (too badly)
2015-07-17 14:45:18 +09:00
Adam Bard
ea1efa2fc5 Merge pull request #1165 from ian-bertolacci/master
Chapel Tutorial
2015-07-17 14:44:15 +09:00
Mark Miller
d995a0ae27 Changed %s formatting to {n} style.
If line 117 is accurate, then {n} style string formatting is the preferred style, and it should be reflected in the examples.
2015-07-16 16:45:25 -05:00
Levi Bostian
d70a0ce1df Merge pull request #1166 from kdamball/patch-1
[matlab/en] Correct profile command
2015-07-16 14:54:20 -05:00
Kado
90c27c72cf Update matlab.html.markdown 2015-07-16 18:43:13 +03:00
Geoff Liu
53f0f98ac4 Merge pull request #1163 from Garnel/master
rust/zh Add chinese translation for rust
2015-07-15 14:01:25 -06:00
ian.bertolacci
29e468266d Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs
Something
2015-07-15 12:08:24 -07:00
ian.bertolacci
37257b5922 epiphany on ref returns. lead to better example of ref returns and then also a description of ref vars 2015-07-15 12:08:15 -07:00
Guangming Mao
cf26b05a23 Refine some sentences and fix some typos 2015-07-15 16:01:37 +08:00
Ian Bertolacci
d6f8b8e629 Codify proc() main lacking note 2015-07-14 19:09:10 -07:00
ian.bertolacci
7640ea4a30 Some rewriting, hopefully the last commit before pull request 2015-07-14 19:07:59 -07:00
ian.bertolacci
2e7ebaa3b9 A number of edits. Some cosmetic. Added iterators, argument/return intents 2015-07-14 18:40:53 -07:00
ian.bertolacci
343ae6ca1b Almost last update. Small changes to wording 2015-07-14 17:49:59 -07:00
ian.bertolacci
e8b259f4c6 Moved majority of header to bottom. Less preachy? 2015-07-14 17:44:55 -07:00
Ian Bertolacci
6a6673b154 Fixed almost pi
22/7ths is closer to pi than 11/7ths. Almost twice as close!
2015-07-14 17:32:00 -07:00
ian.bertolacci
df0cd1395d numerous slight modifications, and additions. Notable: added const, param, config 2015-07-14 17:30:09 -07:00
ian.bertolacci
2a41844229 changed some wording in header. added tuple expansion 2015-07-14 07:40:53 -07:00
ian.bertolacci
7bdcbc834e removed IRC node. That node refers to people developing in the compiler, no developers using the language 2015-07-13 16:42:46 -07:00
Ian Bertolacci
28f2817ac3 removed hyphen
removed hyphen from library-documentation
2015-07-12 16:50:55 -07:00
Ian Bertolacci
70a5440d4c Bad Link fix
fixed a link that was suppose to go to the chapel.cray.com site, but did not.
2015-07-12 16:49:49 -07:00
Ian Bertolacci
7ff3bd31d8 Link and header fix
1. put latest release url under the text [download the latest ....]
2. changed '... important to us!' to '... important to the developers!' so not to confuse the us (chapel dev team) with the tutorial people (learnxinyminutes)
2015-07-12 16:48:34 -07:00
Ian Bertolacci
cbbb833445 List formatting
Lists needed a space before numbers to actually become html list formatted.
2015-07-12 16:45:18 -07:00
Ian Bertolacci
2ba9af4b85 Header modified
Found an unfinished sentence, fixed it.
2015-07-12 16:43:42 -07:00
Ian Bertolacci
3ad75a4fb7 Minor fix
removed .com from my (ian bertolacci) website link
2015-07-12 16:40:32 -07:00
=
56171326c7 added chapel.html.markdown, performed a first pass at the tutorial, and the beginning readme of the tutorial. Currently missing topics [ reduction, scal, non-loop tuple expansion, whole array/partial array assignment] 2015-07-12 16:17:23 -07:00
Guangming Mao
abcb4e25de rust/zh Add chinese translation for rust 2015-07-08 20:51:09 +08:00
Morgan
f63aa01211 [livescript/fr] corrections 2015-07-08 13:43:17 +02:00
Morgan
71cdcb3443 [livescript/fr] corrections 2015-07-08 13:41:15 +02:00
Morgan
93486c8e7a [livescript/fr] add translators, correct intro 2015-07-08 11:16:07 +02:00
Morgan
6066176a9f [livescript/fr] initial commit 2015-07-08 10:54:37 +02:00
Levi Bostian
6e34ebf88f Merge pull request #1159 from mjhea0/patch-1
python/en - added two resources
2015-07-06 10:02:34 -05:00
Levi Bostian
eecdccb829 Merge pull request #1160 from mjhea0/patch-2
python3/en - added two resources
2015-07-06 10:02:17 -05:00
ven
8544847845 change haskell's operator $ description wording
for #1161
2015-07-06 10:40:05 +02:00
Michael Herman
5b66758d76 Update python3.html.markdown 2015-07-05 21:12:58 -06:00
Michael Herman
c6caa7664c Update python.html.markdown 2015-07-05 21:12:12 -06:00
Michael Herman
55f9ff0654 python/en - added two resources 2015-07-05 08:36:51 -06:00
Michael Herman
92096a65ed python/en - added two resources 2015-07-05 08:35:31 -06:00
ven
89e2a788d8 Merge pull request #1158 from leio10/patch-1
Update git-es.html.markdown
2015-07-04 08:50:25 +02:00
Leonardo Diez
9f17872f21 Update git-es.html.markdown 2015-07-03 11:34:26 +02:00
ven
ed8f34eb33 fix typo, resolves #1156 2015-06-27 16:07:21 +02:00
ven
53ab3a72c0 Merge pull request #1062 from perlpilot/master
Add a link about parrot suspension
2015-06-26 07:58:10 +02:00
Jonathan Scott Duff
2162639cd9 Merge remote-tracking branch 'upstream/master'
Conflicts:
	perl6.html.markdown
2015-06-25 22:58:56 -05:00
Geoff Liu
ef771384ae Merge pull request #1153 from wordofchristian/patch-1
Fix typo in elixer
2015-06-24 11:56:18 -06:00
Christian Schlensker
5e2eed46b2 Fix typo in elixer 2015-06-24 10:50:39 -07:00
ven
a87467abf1 Merge pull request #1151 from mjs2600/patch-1
Remove in-development from Rust's description
2015-06-22 22:04:24 +02:00
Michael Simpson
8d22be8f85 Remove in-development from Rust's description
Now that Rust is stable at 1.0 saying "in-development" might not be appropriate any more.
2015-06-22 16:03:24 -04:00
Geoff Liu
0dc189f2ba Merge pull request #1147 from 7c00/master
[groovy] Chinese translation
2015-06-19 20:05:47 -06:00