tutorials fail doctests #2424
Labels
bug
Issue described a bug
documentation
Current issue related to documentation
impact LOW
Low impact on affected users
reach LOW
Affects only niche use-case users
If you run "python -m doctest docs/src/tut1.rst" you get a ton of output. Most of the problems are because of incorrect formatting, e.g.
should really be:
For whatever reason, it doesn't look like the tutorials were ever tested with doctest. There's no reason for it to be this way, so we should make them doctest-compatible in the future.
The text was updated successfully, but these errors were encountered: