inheriting_sections and all_ functions in graph API
I have an issues with the graph api.
-
I activated the
all_
functions by exporting whole packages viam_request.export_whole_package: True
. While this works in principle, the results are scrambled. Instead of putting the result of eachall_<foo>
to their respective sections, the results are added to the package. Also the "all_inheriting_sections" should be added here. -
the
inheriting_sections
property is also missing from all sections -
the
base_sections
are included in all sections, but not all of them seem to be are resolved
I also tried to use directive: "resolved"
and added inheriting_sections
to graph_reader
line 3340, but this gives me far to much information, and it also seem buggy, for example some sub_sections are not resolved at all.
@thchang this is more for completeness and not urgent at the moment. I am not sure, if I would use this as i realised that getting all inheriting sections all the time, might be quite some overkill and I will most likely go for a specialised API anyhow.