mkdocstrings does not currently support references to members not explicitly defined in subclass, so
instead of just being able to write something like [foo][.]
you might have to write [foo][(m).ParentClass.]
or worse.
It would be nice if we could automatically handle this redirection.