File: README.rst

package info (click to toggle)
dask 2021.01.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 9,172 kB
  • sloc: python: 74,608; javascript: 186; makefile: 150; sh: 94
file content (14 lines) | stat: -rw-r--r-- 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To build a local copy of the Dask documentation, install the packages in
``requirements-docs.txt`` and run ``make html``. These dependencies can be
installed with ``pip``::

  python -m pip install -r requirements-docs.txt

or ``conda``::

  conda create -n daskdocs -c conda-forge --file requirements-docs.txt
  conda activate daskdocs

After running ``make html`` the generated HTML documentation can be found in
the ``build/html`` directory. Open ``build/html/index.html`` to view the home
page for the documentation.