Bailo Python Client Documentation

Bailo Python Client documentation. Full Python client documentation: Bailo Python Docs.


Table of Contents
  1. Building Locally

Building Locally

Requires: Python 3.11 to 3.14, Docker or Pandoc

The following steps are only required for users who wish to extend or develop the documentation package locally.

Docker

The docs are built and served as part of the backend docker image.

Manual

Python Setup

From within the backend/docs directory:

python3 -m venv backenddocsvenv
source backenddocsvenv/bin/activate
pip install bailo -r requirements.txt

Building

Run either make html (Linux & Mac) or make.bat (Windows). This will build the docs in the backend directory by default.