Skip to content

ecmwf/anemoi-docs

Repository files navigation

anemoi-docs

This repo builds the main documentation for the Anemoi project.

To build it yourself clone this repo and pip install:

git clone git@github.com:ecmwf/anemoi-docs.git
cd anemoi-docs
python -m venv .venv
source .venv/bin/activate
pip install -e .

Then, build the documentation:

cd docs
make html