Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 580 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 580 Bytes

Dask is a community maintained project. We welcome contributions in the form of bug reports, documentation, code, design proposals, and more.

For general information on how to contribute see https://docs.dask.org/en/latest/develop.html.

Installing the theme itself:

After following the contribution guidelines in the dask docs, you will still need to install the theme itself to see the chnages you made. At the root level of the repository run:

python -m pip install -e .

After that you will be able to build the docs locally by doing make html in the docs directory.