org.views.information_architecture ================================== .. py:module:: org.views.information_architecture Functions --------- .. autoapisummary:: org.views.information_architecture.view_information_architecture org.views.information_architecture.view_information_architecture_json Module Contents --------------- .. py:function:: view_information_architecture(self: onegov.org.models.Organisation, request: onegov.org.request.OrgRequest, layout: onegov.org.layout.DefaultLayout | None = None) -> onegov.core.types.RenderData Shows the topic hierarchy of the site as an interactive chart. .. py:function:: view_information_architecture_json(self: onegov.org.models.Organisation, request: onegov.org.request.OrgRequest) -> onegov.core.types.JSON_ro Returns the topic hierarchy as a flat list of nodes, ready to be consumed by d3-org-chart.