mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
![]() * random doc typo * example-full-multi * left off max workers * wip * address comments, modify defaults, wip * fix * wip * reformat more things * undo useless diff * space * max workers * space * copy-paste mishaps * space * More copy-paste mishaps * copy-paste issues, space, max_workers * head_node_type * legacy yamls * line undeleted * correct-gpu * Remove redundant GPU example. * Extraneous comment * whitespace * example-java.yaml * Revert "example-java.yaml" This reverts commit 1e9c0124b9d97e651aaeeb6ec5bf7a4ef2a2df17. * tests and other things * doc * doc * revert max worker default * Kubernetes comment * wip * wip * tweak * Address comments * test_resource_demand_scheduler fixes * Head type min/max workers, aws resources * fix example_cluster2.yaml * Fix external node type test (compatibility with legacy-style external node types) * fix test_autoscaler_aws * gcp-images * gcp node type names * fix gcp defaults * doc format * typo * Skip failed Windows tests * doc string and comment * assert * remove contents of default external head and worker * legacy external failed validation test * Readability -- define the minimal external config at the top of the file. * Remove default worker type min worker * Remove extraneous global min_workers comment. * per-node-type docker in aws/example-gpu-docker * ray.worker.small -> ray.worker.default * fix-docker * fix gpu docker again * undo kubernetes experiment * fix doc * remove worker max_worker from kubernetes * remove max_worker from local worker node type * fix doc again * py38 * eric-comment * fix cluster name * fix-test-autoscaler * legacy config logic * pop resources * Remove min_workers AFTER merge * comment, warning message * warning, comment |
||
---|---|---|
.. | ||
_build | ||
azure | ||
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
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