Skip to content

Kitware/SMQTK-IQR

Repository files navigation

SMQTK - IQR

Intent

This package provides the tools and web interface for using SMQTK's IQR platform.

Documentation

You can build the Sphinx documentation locally for the most up-tp-date reference:

# Install dependencies
poetry install
# Navigate to the documentation root.
cd docs
# Build the docs.
poetry run make html
# Open in your favorite browser!
firefox _build/html/index.html