Standard repository¶
Structure¶
include/: common makefiles for building documentation
assets/: images used in the documentation
docs/: English documentation
*.md*/*.md: English documentation textconf.py: Sphinx configuration
_static/: CSS and JavaScript for the documentation
_templates/: Jinja templates for the documentation (see Changing the theme)
locale/: translations of the English documentation
schema/: schema-related files
*.json: JSON Schema filescodelists/: codelist CSV files
tests/: Python tests of the JSON Schema files
tests/: Python tests of the built documentation
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
To understand babel_ocds_codelist.cfg and babel_ocds_schema.cfg, see Understanding translation tools.