Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 595 Bytes

File metadata and controls

31 lines (20 loc) · 595 Bytes

HALPI2 Documentation

This repository contains the HALPI2 User Guide source.

The documentation is written in Markdown format and is built using MkDocs Material. The output is a static website that can be hosted on any web server (in our case, GitHub Pages).

Prerequisites

Python 3.11+ and uv must be installed.

Getting Started

Install dependencies:

uv sync

Preview the documentation locally:

uv run mkdocs serve

Build for production:

uv run mkdocs build --strict