django-pint
django-pint copied to clipboard
Introduce Sphinx Doctest
We have some code examples in the README. It would be great if this examples would be checked automatically with doctest
But for this we would need to convert the README probably to rst file, which I personally don't like that much. On the other hand the README.md is already converted to an rst file during the build of the code.
Therefore it would be quite easy.