Adds scripts to generate flattened, interactive, html documentation.
Scripts will traverse the python typing hierarchy and produce nested tables with yaml examples at every level of the hierarchy. This gives us maximum flexibility both for rendering as well as for interacting with the documentaiton.
The logic can then be further expanded to add more metadata, like documentation for GUIs, that can be picked up by other external tools
Adds scripts to generate flattened, interactive, html documentation.
Scripts will traverse the python typing hierarchy and produce nested tables with yaml examples at every level of the hierarchy. This gives us maximum flexibility both for rendering as well as for interacting with the documentaiton.
The logic can then be further expanded to add more metadata, like documentation for GUIs, that can be picked up by other external tools