Something went wrong on our end
README.md 573 B
EC-Earth4 Documentation
This repository contains the documentation for EC-Earth4.
Installation
To generate the documentation, you need to install Sphinx and the Read the Docs theme. On Ubuntu, you can run:
sudo apt -y install python3-sphinx-rtd-theme
Building the Documentation
To create the HTML documentation, run the following command in the root of ecearth4-doc
project:
make html
Viewing the Documentation
Once the HTML documentation is built, you can view it by opening the build/html/index.html
file in your web browser.