Skip to content

Need global testing for README.rst

Following docs#3 (closed), it would be good if a global test would be created to make sure:

  1. All packages contain a README.rst file
  2. This file passes basic linting - something like rst2html README.rst >& /dev/null should return 0 and emit no warning messages.
Edited by André Anjos