Skip to content

Files

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.