Skip to content

Latest commit

 

History

History
 
 

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

To build a local copy of the dask docs, install the programs in requirements-docs.txt and run 'make html'. If you use the conda package manager these commands suffice:

git clone [email protected]:dask/dask.git
cd dask/docs
conda create -n daskdocs --file requirements-docs.txt
source activate daskdocs
make html
open build/html/index.html