You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this a planned feature? It looks like this functionality is now available in the original pdoc repo: mitmproxy/pdoc#15 (comment). In fact, the pdoc repo is now actively maintained and has an example for running with mkdocs...I like portray for its simplicity, but I'm working with code that subclasses Pytorch's nn.module so the inability to hide the huge list of methods from the parent class would be a deal-breaker.
Problem
Generated docs include super class' methods.
Expected results
Generated docs include methods only for the target class.
https://github.com/ki4070ma/python-client/blob/master/appium/webdriver/extensions/device_time.py
Used portray version
1.3.1
Generated docs
https://ki4070ma.github.io/python-client/reference/appium/webdriver/extensions/device_time/
The text was updated successfully, but these errors were encountered: