Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema and codelist documentation generator #22

Open
duncandewhurst opened this issue Jul 11, 2024 · 0 comments
Open

Schema and codelist documentation generator #22

duncandewhurst opened this issue Jul 11, 2024 · 0 comments

Comments

@duncandewhurst
Copy link

Description

A Python application that generates Markdown documentation for a JSON Schema and CSV codelists.
The schema documentation features a section for each definition in the schema including its description, fields and referencing properties.

The codelist documentation features a section for codelist including its codes and referencing properties.

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.

Implmentations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant