Relative Content

Tag Archive for mkdocsmkdocstrings

Include all subclasses in mkdocstrings

I have a python package where there is a parent class (let’s call it ParentClass) from which many other classes inherit. I want to create documentation using mkdocs and mkdocstrings, specifically for those classes that inherit from ParentClass. The file structure is roughly as follows: