This git repository contains the documents for the Imperial College London Research Computing Service User Guide.
You can build and view this documentation project locally - we recommend that you activate a local Python virtual environment first:
# Install required Python dependencies (MkDocs etc.)
pip install -r docs/requirements.txt
# Run the mkdocs development server
mkdocs serve