XFlow

XFlow Documentation

This directory contains the Sphinx documentation for XFlow.

Building the Documentation

  1. Install dependencies:
    pip install sphinx sphinx-rtd-theme
    
  2. Build the documentation:
    python build.py
    

    Or manually:

    cd docs
    sphinx-build -b html source build/html
    
  3. Open build/html/index.html in your browser.

Structure

Customization

The documentation structure follows the API organization defined in src/xflow/_api_registry.py.