This is the source code of the EuroLat website.
The HTML source is automatically generated by Sphinx and the content of the webpages is listed in the .rst files here available.
If you want to suggest any change to these files or add content to the website, please open a pull request and we will start the reviewing process.
For more information on how to open a pull request, please look at this guide.
For more information on the .rst file format, please look at this guide
For compiling the website, you need to have installed Sphinx; please check this link for more information.
The website can be compiled by running in this directory
make html
and the homepage will be found in ./_build/html/index.html
.