Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | introduce object before tuple in the tutorials (#10664) | Arne Döring | 2019-02-14 | 1 | -15/+93 |
| | |||||
* | Tutorial 1: Simplifiy the discription of enums; it is a tutorial, not a manual | Araq | 2018-08-31 | 1 | -11/+2 |
| | |||||
* | Fixed a minor typo (#8685) | Στέφανος | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | Fix link to first class iterator docs (#8356) | Chris de Graaf | 2018-07-18 | 1 | -1/+1 |
| | |||||
* | Changed tutorial documentation referring to 'constant' to 'immutable' (#8056) | mboratko | 2018-06-18 | 1 | -2/+3 |
| | | | | | | * Changed tutorial documentation referring to 'constant' to 'immutable' * Clarification regarding side-effect free procedures fo:r multiple assignments | ||||
* | update the documentation | Andreas Rumpf | 2018-05-01 | 1 | -7/+3 |
| | |||||
* | update the documentation about the new strings/seqs behaviours | Andreas Rumpf | 2018-04-29 | 1 | -14/+4 |
| | |||||
* | Tut 1: tiny improvements | Andreas Rumpf | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Update two links in tutorial to compiler usage docs with updated page anchors | smt | 2018-01-12 | 1 | -2/+2 |
| | | | Seems like these class ids on the page were renamed to reflect their hierarchy but the tutorial links weren't pointing to them, this should fix that | ||||
* | tut1.rst makes use of the new ':test:' feature | Araq | 2017-11-28 | 1 | -2/+55 |
| | |||||
* | cleaned up tutorial 1 | Araq | 2017-11-26 | 1 | -45/+18 |
| | |||||
* | Documentation: directly use ref object + fields (#6598) | Mamy Ratsimbazafy | 2017-11-15 | 1 | -2/+1 |
| | |||||
* | Update docs on assignment operator (#6373) | superfunc | 2017-09-15 | 1 | -3/+2 |
| | |||||
* | fixes #6125 | Andreas Rumpf | 2017-07-22 | 1 | -7/+2 |
| | |||||
* | fixes #6062 | Andreas Rumpf | 2017-07-09 | 1 | -14/+0 |
| | |||||
* | tut1.rst: Fix alignment, Change Subrange to MySubrange for clarity (#5798) | Mice Pápai | 2017-05-13 | 1 | -5/+5 |
| | | | | | | * tut1.rst: Fix alignment * tut1.rst: Change Subrange to MySubrange for clarity | ||||
* | Fix a typo in the Result variable block | Mice Pápai | 2017-05-10 | 1 | -1/+1 |
| | |||||
* | tut1.rst: Slices indices explanation (#5569) | jlp765 | 2017-03-22 | 1 | -1/+22 |
| | |||||
* | Fixed typo (#5508) | mark-summerfield | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | Nicer English (#5513) | mark-summerfield | 2017-03-12 | 1 | -9/+9 |
| | |||||
* | Nicer English (#5511) | mark-summerfield | 2017-03-12 | 1 | -43/+43 |
| | |||||
* | Nicer English (#5514) | mark-summerfield | 2017-03-12 | 1 | -26/+26 |
| | |||||
* | Update tut1.rst (#5510) | mark-summerfield | 2017-03-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | In general: s/have to/must/g - but you can't do this mechanically because sometimes the must has to go back a word (e.g., line 519). This looks really odd to me: if thisIsaLongCondition() and thisIsAnotherLongCondition(1, 2, 3, 4): x = true I would have expected: if thisIsaLongCondition() and thisIsAnotherLongCondition( 1, 2, 3, 4): x = true If the second form is valid and good Nim style then I suggest using it rather than the original. However, if the original is the preferred style then this should be mentioned in the text since it is unusual. Since Nim is case-sensitive I think it is bad to write wrongly cased names, e.g., ``Bool`` is a built-in type on line 589. This isn't true since Bool isn't anything, but bool is. So in these cases I'd always reword to avoid this problem (and that's what I've done -- and it also avoids "bool. Bool" which was ugly). | ||||
* | Suggested small change to code (#5509) | mark-summerfield | 2017-03-12 | 1 | -2/+2 |
| | | | In a code example I think it best to either use full names (index, item) or abbreviated names where that's common (i, item) but not non-standard abbreviations (indx, itm). So I've changed it to index, item since it is a tutorial, although i, item would be just as good. | ||||
* | Removed $ from echo calls (#5368) | Yuriy Glukhov | 2017-02-10 | 1 | -11/+11 |
| | |||||
* | failing trailing underscore, caused no hyperlink | Anthon van der Neut | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | Further tutorial updates (#5176) | jlp765 | 2017-01-07 | 1 | -0/+13 |
| | | | | | | * tut1: added multiline comments * tut2: replaced expr/stmt with untyped/typed * added some more template/macro example * remove immediate pragma from example | ||||
* | Tutorial1 additions | jlp765 | 2017-01-03 | 1 | -1/+29 |
| | | | | Add extra For Statement stuff Add Distinct Types | ||||
* | renamed most remaining .txt documentation files to .rst | Araq | 2016-06-07 | 1 | -0/+1696 |