mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
![]() * Added support for submission-time task names. * Suggestions from code review: add missing consts Co-authored-by: SangBin Cho <rkooo567@gmail.com> * Add num_returns arg to actor method options docstring example. * Add process name line and proctitle assertion to submission-time task name section of advanced docs. * Add submission-time task name --> proctitle test for Python worker. * Added Python actor options tests for num_returns and name. * Added Java test for submission-time task names. * Add dashboard image to task name docs section. * Move to fstrings. Co-authored-by: SangBin Cho <rkooo567@gmail.com> |
||
---|---|---|
.. | ||
_build | ||
azure | ||
dev | ||
examples | ||
kubernetes | ||
site | ||
source | ||
tools | ||
yarn | ||
.gitignore | ||
BUILD | ||
make.bat | ||
Makefile | ||
README.md | ||
requirements-doc.txt | ||
requirements-rtd.txt |
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
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