Need global testing for README.rst
Following docs#3 (closed), it would be good if a global test would be created to make sure:
- All packages contain a
README.rstfile - This file passes basic linting - something like
rst2html README.rst >& /dev/nullshould return 0 and emit no warning messages.
Edited by André Anjos