Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Set bf, chapel, d and dart to use the language's highlighting | Samantha McVey | 2016-12-31 | -1/+1 |
| | | | | | Previously were using other languages with similar syntax, but now we have Pygments. | |||
* | Fix capitalization of GitHub | Zach Latta | 2016-02-23 | -1/+1 |
| | ||||
* | Fix typos | Jana Trestikova | 2015-10-24 | -2/+2 |
| | | | | | undestanding -> understanding uninterupted -> uninterrupted | |||
* | Typo: "thought of" not "though of" | Tim Heaney | 2015-10-08 | -1/+1 |
| | ||||
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -3/+3 |
| | ||||
* | Merge branch 'master' of github.com:adambard/learnxinyminutes-docs | Ian Bertolacci | 2015-10-04 | -4/+4 |
|\ | | | | | | | Fixed down merge-conflict. | |||
| * | Fix usage of "it's" in example comment for chapel | David Stockton | 2015-10-03 | -3/+3 |
| | | ||||
* | | Updated info for Chapel 1.12.0 | Ian Bertolacci | 2015-10-02 | -98/+98 |
| | | ||||
* | | Update to Chapel | Ian Bertolacci | 2015-08-17 | -2/+2 |
|/ | | | A reader/writer sync example was missing a "Reader: " notem | |||
* | main(), modules, array/range/domain slicing, loop-expressions, array ↵ | Ian Bertolacci | 2015-08-05 | -12/+103 |
| | | | | | | | | | | | expressions, in depth zippered iterators Quite the addition. Modules required main() because of the begin statement issue. array/range/domain slicing was more intricate than I though. And loop/array expressions had some very very intersting behavior that necessitated a dive into zippered iterators. Some back-of-the-head anxiety about the tutorial being to in depth? Nawww. | |||
* | Small changes no.2 | Ian Bertolacci | 2015-08-02 | -5/+4 |
| | ||||
* | Small corrections. | Ian Bertolacci | 2015-08-02 | -10/+3 |
| | | | | | | Removed duplicate countDown. Weird leftover words from parallelism statemet General corrections so spelling capitalization | |||
* | Uniform tics, noteable arguments addition. | Ian Bertolacci | 2015-08-02 | -11/+12 |
| | | | | | | Changed all N-tics for preformatted/code text into single tics if that code was sinle line (i.e. bash commands, compiler arguments) Added --main-module, --module-dir to Notable arguments section. Realized that the text <blah blah> was disappering, so changed it to `<bla bla>`. Need to confirm it success. | |||
* | Added modules and main() | Ian Bertolacci | 2015-08-02 | -204/+258 |
| | | | | | Worth noting that this will change the diff of the parallel section quite a bit, since they became the body of the main procedure. Thus each line in intented. | |||
* | Clarified some wording on the zipper iterator. Changed the example to ↵ | Ian Bertolacci | 2015-08-02 | -5/+7 |
| | | | | something more simple and informative. | |||
* | added count-down mutex example. Cleaned up some of the reductions and scans ↵ | Ian Bertolacci | 2015-08-01 | -23/+65 |
| | | | | prints | |||
* | added scans and reductions | Ian Bertolacci | 2015-07-22 | -0/+19 |
| | ||||
* | config param changeup | Ian Bertolacci | 2015-07-20 | -8/+9 |
| | | | | | | changed some of the wording of the param config example. Namely put the comment immediately below the example. Also added --set to the noteable arguments list. Also changed "compile(?: )?time" to "compile-time" | |||
* | Word error | Ian Bertolacci | 2015-07-20 | -1/+1 |
| | | | that -> than | |||
* | Erroneous comment | Ian Bertolacci | 2015-07-20 | -1/+1 |
| | | | removed "define mySecondVar as a real" unnecessary and incorrect. | |||
* | Spelling error | Ian Bertolacci | 2015-07-20 | -1/+1 |
| | | | Tupe -> Tuple | |||
* | Explained atomics, moved atomics first | Ian Bertolacci | 2015-07-20 | -33/+36 |
| | | | | Felt the need to add in an explanation about atomics, then felt that (because atomics are common in language and in theory) it should go before sync and single vars. Should I explain sync and single? | |||
* | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | Ian Bertolacci | 2015-07-19 | -2/+2 |
|\ | ||||
| * | De-capitalization | Ian Bertolacci | 2015-07-19 | -2/+2 |
| | | | | | | Changed language name and filename back to lower case 'chapel' in keeping with previous name to avoid possible site breakage. | |||
* | | Added sync, single, and atomic vars. | Ian Bertolacci | 2015-07-19 | -1/+77 |
|/ | ||||
* | Slight modifications. | Ian Bertolacci | 2015-07-18 | -4/+4 |
| | ||||
* | Merged down | Ian Bertolacci | 2015-07-18 | -11/+21 |
|\ | ||||
| * | More line breaks | Adam Bard | 2015-07-18 | -1/+11 |
| | | | | | | Fix formatting in places | |||
* | | Capitalization, Chapel Directory. | Ian Bertolacci | 2015-07-17 | -1/+1 |
| | | ||||
* | | Spellcheck | Ian Bertolacci | 2015-07-17 | -8/+6 |
| | | ||||
* | | Put lists back in | Ian Bertolacci | 2015-07-17 | -12/+7 |
| | | | | | | Pretty sure what was causing the 'back end' error was my bad markdown skills | |||
* | | Changed bash examples from block code | Ian Bertolacci | 2015-07-17 | -9/+9 |
| | | | | | | Bash examples were in block code form (triple tick), should have been in inline mode (single tic) | |||
* | | capitalization and attempt to fix lists | Ian Bertolacci | 2015-07-17 | -12/+17 |
|/ | ||||
* | Update chapel.html.markdown | Adam Bard | 2015-07-17 | -2/+1 |
| | | | Make sure nothing breaks (too badly) | |||
* | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | ian.bertolacci | 2015-07-15 | -1/+1 |
|\ | | | | | | | Something | |||
| * | Codify proc() main lacking note | Ian Bertolacci | 2015-07-14 | -1/+1 |
| | | ||||
* | | epiphany on ref returns. lead to better example of ref returns and then also ↵ | ian.bertolacci | 2015-07-15 | -6/+22 |
|/ | | | | a description of ref vars | |||
* | Some rewriting, hopefully the last commit before pull request | ian.bertolacci | 2015-07-14 | -131/+145 |
| | ||||
* | A number of edits. Some cosmetic. Added iterators, argument/return intents | ian.bertolacci | 2015-07-14 | -42/+87 |
| | ||||
* | Almost last update. Small changes to wording | ian.bertolacci | 2015-07-14 | -3/+3 |
| | ||||
* | Moved majority of header to bottom. Less preachy? | ian.bertolacci | 2015-07-14 | -34/+43 |
| | ||||
* | Fixed almost pi | Ian Bertolacci | 2015-07-14 | -1/+1 |
| | | | 22/7ths is closer to pi than 11/7ths. Almost twice as close! | |||
* | numerous slight modifications, and additions. Notable: added const, param, ↵ | ian.bertolacci | 2015-07-14 | -94/+103 |
| | | | | config | |||
* | changed some wording in header. added tuple expansion | ian.bertolacci | 2015-07-14 | -7/+10 |
| | ||||
* | removed IRC node. That node refers to people developing in the compiler, no ↵ | ian.bertolacci | 2015-07-13 | -1/+0 |
| | | | | developers using the language | |||
* | removed hyphen | Ian Bertolacci | 2015-07-12 | -1/+1 |
| | | | removed hyphen from library-documentation | |||
* | Bad Link fix | Ian Bertolacci | 2015-07-12 | -1/+1 |
| | | | fixed a link that was suppose to go to the chapel.cray.com site, but did not. | |||
* | Link and header fix | Ian Bertolacci | 2015-07-12 | -3/+3 |
| | | | | 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) | |||
* | List formatting | Ian Bertolacci | 2015-07-12 | -6/+6 |
| | | | Lists needed a space before numbers to actually become html list formatted. | |||
* | Header modified | Ian Bertolacci | 2015-07-12 | -4/+2 |
| | | | Found an unfinished sentence, fixed it. |