pdocs
pdocs copied to clipboard
Make parent class resolution optional
Hey,
first of all, this is a great project! I tried to use pdocs to generate user documentation for my unit test cases, which works pretty fine. But as my test cases inherit from unittest.TestCase, all public methods of this base class are also shown.
Is there a way to disable it?