All official released docs are available in BigDL Docs
Our documentation uses extended Markdown, as implemented by MkDocs.
- install MkDocs:
pip install mkdocs
- 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