The distiller is a dependency management, data management, job scheduling and job distribution system for data scientists. Its aim is to automate and manage the execution of data-focused batch jobs and keep its data up-to-date while keeping the batch execution to a minimum with lazy execution.
To see the documentation
install Sphinx (pip install sphinx
),
run (cd doc && make html)
,
then go to doc/build/html/index.html
.