DavisVaughan/extrachecks

Commenting out code in examples

Closed this issue · 0 comments

Examples/code lines in examples should never be commented out.
Ideally find toy examples that can be regularly executed and checked.
Lengthy examples (> 5 sec), can be wrapped in \donttest{}. If you don't
want your code to be executed but still visible to the user, use \dontrun{}.