This directory contains the Jupyter Book documentation for the HASTE project.
Install the documentation dependencies:
cd docs
pip install -r requirements.txtcd docs
jb build .After building, open _build/html/index.html in your browser.
_config.yml- Jupyter Book configuration_toc.yml- Table of contents / page structureconf.py- Extra Sphinx configuration (sys.path, mocks for autodoc)intro.md- Main landing pageusage/- User Guide: how to use the application (overview, projects, image layers, labeling, model training, results, model catalog)setup/- Setup guides (local-dev.mdfor the Docker stack)deployment.md- One-step azd production deployment guidesecurity-configuration.md- Secure configuration guidancearchitecture.md- System architecture overviewapi-overview.md- API overview and referencedevelopment.md- Development practicescontributing.md- Contribution guidelinesapi/- API reference documentation (hastefuncapi, hastefuncqueues, titilerfuncapi)hastelib/- Core library documentation (config, models, processors, data layers, runners, utils, workflows)azure_functions_simple.py- Custom Sphinx extension for Azure Functions documentationrequirements.txt- Documentation dependencies