summary refs log tree commit diff stats
path: root/doc/tut3.rst
Commit message (Collapse)AuthorAgeFilesLines
* turn on syntax highlighting in Manual & Tutorial (#17692)Andrey Makarov2021-04-111-2/+2
| | | | | | | | | * turn on syntax highlighting in Manual & Tutorial * avoid highlighting of "method" * use relative path * 2 more changes
* RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) ↵quantimnot2021-03-181-0/+2
| | | | | (#17258) Co-authored-by: quantimnot <quantimnot@users.noreply.github.com>
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-40/+58
| | | | | | | | | | Provides a workaround/fix for #7589. https://github.com/nim-lang/Nim/issues/7589 Updated docs and tutorial to reflect change. Updated runnableExamples to include an example. Co-authored-by: name <name@example.com>
* promote std prefix in docs (#17128)flywind2021-02-201-4/+4
|
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-201-1/+1
|
* Massive documentation fixes + copy editing (#15747)Yanis Zafirópulos2020-10-291-17/+17
|
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
| | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here.
* [backport] doc/tut3.rst: Fix typo in Introduction (#12607) [ci skip]Tor Arvid Lund2019-11-061-1/+1
| | | Derivative of `b*pow(x, 2)` is `2*b*x`, while old version had `2*a*x`
* Fix typos. Apply title case. (#11987)Arne Döring2019-08-211-11/+11
|
* tut3.rst formatting fixnarimiran2019-02-041-8/+8
|
* tut3: improved the wordingAraq2018-11-211-34/+41
|
* added a new macro tutorial (#9588)Arne Döring2018-11-211-0/+347