summaryrefslogtreecommitdiff
path: root/doc/development_guide/api
Commit message (Collapse)AuthorAgeFilesLines
* [deprecation] epylint removal for pylint 3.0.0 (#8400)Pierre Sassoulas2023-03-082-24/+1
| | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* Deprecation following the separation of emacs related file to ↵Pierre Sassoulas2022-11-191-2/+1
| | | | | | | https://github.com/emacsorphanage/pylint (#7783) Co-authored-by: Jonas Bernoulli <jonas@bernoul.li> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Replace deprecated uses of `do_exit` with `exit`Jacob Walls2022-06-231-2/+2
|
* Burst run's documentation between user guide and dev guide,(#6658)Pierre Sassoulas2022-05-223-0/+112
* [doc] Merge run help from the FAQ to the user guide doc * Rename run to API for dev doc Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>