Skip to content

pitt-crc/user-manual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRC User Manual

Source code for the official CRC user manual.

Quick Start

Start by installing the project dependencies:

pip install -r requirements.txt

To generate a live preview locally, use the serve command:

mkdocs serve

A new version of the documentation is built and pushed to production every time the main branch is updated.