Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 456 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 456 Bytes

Contributing Guide

Build documentation locally

Installs dependencies for building the docs:

pip install -r requirements.txt

Serve docs locally:

./download_lce_readme.sh
python generate_docs.py
IGNORE_MODEL_SUMMARIES=1 python -m mkdocs serve

Build documentation locally using npm

Installs dependencies for building the docs:

npm install

Serve docs locally:

npm run prebuild
npm run dev