Hey all, I'd like to propose a feature change to the coverage extension. If people agree it's a good idea, I can cook up a patch that implements it.
The basic idea is this: when I do inheritance in a Python class, I don't want to replicate all of the documentation from the superclass in each of the subclasses; instead, salient changes and new methods should be documented. Sphinx allows this by default, but Coverage will complain about the superclass methods. I'd like to make coverage not complain about this, possibly as a configuration option. Cheers, Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
