tree: aa3058917515f90faf0082dd9067ed808ebe6efd [path history] [tgz]
  1. developer/
  2. source/
  3. .gitignore
  4. build.sh
  5. make.bat
  6. Makefile
  7. README.md
  8. requirements.txt
docs/README.md

Ballista Documentation

User Documentation

Documentation for the current published release can be found at https://datafusion.apache.org/ballista and the source content is located here.

Developer Documentation

Developer documentation can be found here.

Building the User Guide

Dependencies

It's recommended to install build dependencies and build the documentation inside a Python virtualenv.

  • Python
  • pip install -r requirements.txt

Build

./build.sh

Release

The documentation is published from the asf-site branch of this repository.

Documentation is published automatically when documentation changes are pushed to the main branch.