This package provides the tools and web interface for using SMQTK's IQR platform.
See the SMQTK-Core docs on CONTRIBUTING.
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