summary refs log tree commit diff stats
path: root/doc/tut3.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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