Standard repository¶
Structure¶
.github/workflows: GitHub Actions workflows for CI and tests
_assets: images used in the documentation
codelists: codelist CSV files
docs: documentation
.tx/config: configuration of Transifex (not yet implemented)
_static/: CSS and JavaScript for the documentation
_templates/: Jinja templates for the documentation
*.md*/*.md: English documentation textconf.py: Sphinx configuration
locale/: translations of the English documentation (not yet implemented)
examples: examples of OFDS data in different publication formats and data use examples
schema: schema-related files
*.json: JSON Schema files*.csv: CSV representation of JSON Schema files
tests/: Python tests
The following files are created by running a build and are not version controlled:
.ve/: Python virtualenv, containing all dependenciesbuild/: contains the built copy of the documentation website