Closed zrgt closed 1 year ago
Currently, only concrete descendants are listed in the generated HTML documentation. However, many readers want to see a full list of descendants, and not only the concrete ones.
Therefore, we introduced descendants property in aas_core_codegen.intermediate.Class, and leverage it in this patch.
descendants
@mristin could you please change reqs in setup.py for aas-core-codegen after closing the PR
setup.py
aas-core-codegen
Currently, only concrete descendants are listed in the generated HTML documentation. However, many readers want to see a full list of descendants, and not only the concrete ones.
Therefore, we introduced
descendants
property in aas_core_codegen.intermediate.Class, and leverage it in this patch.