Description
A Python application that generates Markdown documentation for Flatten Tool’s tabular formats. The documentation describes the fields in and relationships between each table.
To ensure that documentation stays in sync with schema changes, the tool can be run as part of a pre-commit command in an admin CLI, e.g. manage.py pre-commit.
Implementations
Description
A Python application that generates Markdown documentation for Flatten Tool’s tabular formats. The documentation describes the fields in and relationships between each table.
To ensure that documentation stays in sync with schema changes, the tool can be run as part of a pre-commit command in an admin CLI, e.g.
manage.py pre-commit.Implementations