mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 19:32:11 +08:00
c5574a33e4
* Add better Dask-on-Ray example, and detail custom shuffle optimization. * Misc. updates and feedback. * Update doc/source/dask-on-ray.rst Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu> * Set max_branch to infinity in shuffle optimization example. * Feedback * Apply suggestions from code review Co-authored-by: Richard Liaw <rliaw@berkeley.edu> * 80 col width Co-authored-by: Stephanie Wang <swang@cs.berkeley.edu> Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Ray Documentation
To compile the documentation, run the following commands from this directory. Note that Ray must be installed first.
pip install -r requirements-doc.txt
pip install -U -r requirements-rtd.txt # important for reproducing the deployment environment
make html
open _build/html/index.html
To test if there are any build errors with the documentation, do the following.
sphinx-build -b html -d _build/doctrees source _build/html