Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 370 Bytes

anemoi-docs

This repo builds the main documentation for the Anemoi project.

To build it yourself clone this repo and pip install:

git clone [email protected]: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