bezier
bezier copied to clipboard
Add "doctest lint"
This would be a helper in that makes sure all doctest
blocks are publicly exposed. Currently (as of 6f0420b9c577ec1622aba8b2ae38a5ef603e0e2c) _2x2_det
and _jacobian_det
contain doctests that do not get run. (This will be fixed later today, i.e. they'll be added to algorithm-helpers.rst
.)
Along with this would be a way to run black
on code snippets in doctests.