This directory contains the Sphinx documentation for XFlow.
pip install sphinx sphinx-rtd-theme
python build.py
Or manually:
cd docs
sphinx-build -b html source build/html
build/html/index.html
in your browser.source/
- Documentation source files (RST format)source/api/
- API reference documentationsource/examples/
- Usage examplessource/_static/
- Static files (CSS, images)build/
- Generated HTML files (created after building)source/conf.py
- Sphinx configurationsource/_static/custom.css
- Custom stylingThe documentation structure follows the API organization defined in src/xflow/_api_registry.py
.