Skip to content

alisw/alisw.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALICE Software Documentation

Documentation for the ALICE software build infrastructure and development workflows.

Overview

This repository contains documentation for ALICE collaboration software, including tutorials for Git workflows, build infrastructure details, and operational guides.

Development

This site is built using MkDocs with the Material theme.

Requirements

  • Python 3.8+
  • MkDocs
  • MkDocs Material theme

Installation

Optionally, create a virtual environment:

python -m venv venv
source venv/bin/activate

Install dependencies:

pip install -e .

Local Development

To serve the documentation locally:

mkdocs serve

The site will be available at http://127.0.0.1:8000/

Building

To build the static site:

mkdocs build

About

Documentation for the Alice Build Infrastructure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 16