Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up the documentation (#22196) | ringabout | 2023-07-02 | 1 | -4/+2 |
| | |||||
* | warn on set types bigger than max size, default to 0..255 for int literals ↵ | metagn | 2023-04-17 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | (#21659) * test implicitly huge set types refs https://github.com/nim-lang/RFCs/issues/298 * oh my god * boot at least * don't error, fix remaining issues, no 2 len arrays * fix runnable example * test assuming 0..255 for int literal * test refactor, add changelog, test | ||||
* | Mention toSet in the docs of the set type (#21037) | Xavier Noria | 2022-12-08 | 1 | -0/+8 |
| | |||||
* | Markdown links migration part 1 (#20319) | Andrey Makarov | 2022-09-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | Markdown link migration part 1 Also the warning is improved a bit. Local links (targeting inside its document) which had had a full anchor were turned into concise form. The very fact that they existed may be due to the bug in reference to subsections fixed https://github.com/nim-lang/Nim/pull/20279, now they are working well (both in RST syntax and new Pandoc Markdown syntax implemented in https://github.com/nim-lang/Nim/pull/20304) | ||||
* | provide better error messages for large set (#20207) | ringabout | 2022-08-25 | 1 | -3/+7 |
| | | | Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Markdown code blocks part 5 (#20236) | Andrey Makarov | 2022-08-17 | 1 | -5/+6 |
| | | | No logic was added, just a few more `*.md` files have been migrated. | ||||
* | Markdown code blocks part 2; migrate Nim Manual (#20080) | Andrey Makarov | 2022-07-25 | 1 | -2/+1 |
| | | | | | * Change headings underscored by `~~~` to `###` * Markdown code blocks part 2; migrate Nim Manual | ||||
* | small improvements for tut1.rst (#17935) | Miran | 2021-05-05 | 1 | -0/+3 |
| | | | | | | | * small improvements for tut1.rst * remove unneeded paragraph * Update doc/tut1.rst Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | turn on syntax highlighting in Manual & Tutorial (#17692) | Andrey Makarov | 2021-04-11 | 1 | -19/+19 |
| | | | | | | | | | * turn on syntax highlighting in Manual & Tutorial * avoid highlighting of "method" * use relative path * 2 more changes | ||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -1/+1 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | use proper mathematical expressions for subsets [ci skip] | narimiran | 2019-06-04 | 1 | -1/+1 |
| | | | | Fixes https://github.com/nim-lang/website/issues/46 | ||||
* | docs: minor subjective improvement | Araq | 2019-05-05 | 1 | -2/+3 |
| | |||||
* | Document bit fields usage (#11011) | Federico Ceratto | 2019-05-04 | 1 | -3/+34 |
| | |||||
* | manual: fix broken sentence | narimiran | 2019-02-19 | 1 | -8/+7 |
| | |||||
* | manual: typo | Andreas Rumpf | 2019-02-18 | 1 | -1/+1 |
| | |||||
* | make set specification more clear; refs #10524 | Andreas Rumpf | 2019-02-18 | 1 | -0/+4 |
| | |||||
* | Tut 1: tiny improvements | Andreas Rumpf | 2018-02-05 | 1 | -0/+2 |
| | |||||
* | Misc documentation fixes | Simon Ruderich | 2016-09-17 | 1 | -2/+2 |
| | |||||
* | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Update sets_fragment.txt | apense | 2015-07-08 | 1 | -2/+12 |
| | |||||
* | Documentation renames | def | 2015-01-16 | 1 | -2/+2 |
| | |||||
* | fixes #693 | Araq | 2014-11-14 | 1 | -1/+0 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Factors common documentation in fragment to avoid repetition. | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -0/+40 |