Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

BigDL Documentation

All official released docs are available in BigDL Docs

Our documentation uses extended Markdown, as implemented by MkDocs.

Building the documentation:

  1. install MkDocs: pip install mkdocs
  2. run ./gen_site.py -s -p to build mkdocs site with scala API docs and python API docs. FYI, run ./gen_site.py -h to get more information about this script