Repository containing the files used to build the documentation for the common data model.
The Dockerfile creates a container with the necessary software to build the pdf documentation using LaTeX.
From the cloned repository:
''' git clone https://github.com/glamod/common_data_model.git cd common_data_model docker build -t latex_env . docker run -it -v ${pwd}:/local latex_env cd /local/tex lualatex cdm.tex '''