ray/doc/source
2021-05-24 13:18:04 -07:00
..
_static [tune/docs] Add high level trial runner flow to documentation (#14468) 2021-03-08 10:35:54 +01:00
_templates
cluster [autoscaler][kubernetes] Helm chart (#15614) 2021-05-17 16:55:10 -07:00
images [tune/docs] Add high level trial runner flow to documentation (#14468) 2021-03-08 10:35:54 +01:00
modin [docs] page for using Modin with Ray (#13937) 2021-02-06 00:28:04 -08:00
ray-overview Remove debug extras from setup.py (#12751) 2020-12-10 16:23:11 -06:00
raysgd Adding a RaySGD and DGL ( Deep Graph Library) integration example(gat… (#15718) 2021-05-20 08:47:19 -07:00
serve [Docs] update serve logo (#15914) 2021-05-19 11:57:54 -07:00
tune [serve] Add warning + docstring for anonymous namespaces (#15921) 2021-05-20 22:27:15 -05:00
_help.rst [docs] redirect to discourse (#12427) 2020-11-25 17:10:10 -08:00
a2c-arch.svg
actors.rst Namespaces (#15774) 2021-05-17 10:04:22 -07:00
advanced.rst [Serve] [Core] Fix serve on Windows by disabling runtime env on Windows (#15838) 2021-05-19 10:58:40 -05:00
apex-arch.svg
apex.png
async_api.rst [Core] Add concurrent.futures.Future wrapper for ObjectRef (#15425) 2021-04-23 11:53:46 -05:00
conf.py [xgboost] Update documentation (#15900) 2021-05-20 17:16:45 -07:00
configure.rst [Core] Remove code paths that contains plasma store executable (#14950) 2021-03-28 21:22:14 -07:00
cross-language.rst [Multi-tenancy] Delete flag enable_multi_tenancy and remove old code path (#10573) 2020-12-10 19:01:40 +08:00
custom_directives.py
custom_metric.png
dask-on-ray.rst [Doc] Update object spilling doc (#15301) 2021-04-14 23:38:04 -07:00
ddppo-arch.svg
debugging.rst [Doc] Explain how to know whether RAY_BACKEND_LOG_LEVEL worked (#12010) 2020-11-13 14:02:57 -08:00
development.rst Mention MacOS in the instructions to build Ray from source (#15731) 2021-05-11 00:19:45 -07:00
dqn-arch.svg
es.png
fault-tolerance.rst [Core] Actor Retries Out of Order Tasks on Restart (#12338) 2020-12-01 09:35:54 -08:00
getting-involved.rst [Core] Remove code paths that contains plasma store executable (#14950) 2021-03-28 21:22:14 -07:00
impala-arch.svg
impala.png
index.rst [DOCS] Added link to ray pulse community survey (#15891) 2021-05-18 15:25:36 -07:00
installation.rst Minor doc fix (#15055) 2021-03-31 22:58:31 -07:00
iter.rst
joblib.rst [docs] Fix dead links to cluster docs by making dashes slashes (#12260) 2020-11-23 12:52:36 -08:00
mars-on-ray.rst [docs] Fix broken links in new community libraries page ++ (#10785) 2020-09-14 21:18:28 -07:00
memory-management.rst Increase the raylet start wait timeout to accomodate plasma preallocation (#15860) 2021-05-19 09:39:25 -07:00
multi-agent.svg
multi-flat.svg
multiprocessing.rst [docs] Remove API warning from mp.Pool (#13683) 2021-01-25 09:59:46 -08:00
namespaces.rst [client] Local client builder (#15935) 2021-05-24 13:18:04 -07:00
offline-q.png
package-ref.rst [docs] Add get_actor as top level API (#15484) 2021-05-04 12:25:53 -07:00
pbt.png
placement-group.rst [JAVA] [Doc] Improve java doc for PG (#14671) 2021-03-29 11:21:20 +08:00
ppo-arch.svg
ppo.png
profiling.rst [Doc] Remove trailing whitespaces (#13390) 2021-01-12 20:35:38 -08:00
pytorch.png
ray-client.rst [Doc] fix ray client doc (#15308) 2021-04-14 20:35:15 -07:00
ray-dashboard.rst ray[cluster] -> ray[default] (#15251) 2021-04-14 09:37:04 -07:00
ray-debugging.rst [Doc] Remove trailing whitespaces (#13390) 2021-01-12 20:35:38 -08:00
ray-libraries.rst [Doc] Add PTL and RAG to community integrations (#14064) 2021-02-11 15:48:19 -08:00
ray-logging.rst [metrics] Improve custom metrics docs, add an example on how to use them (#14690) 2021-03-15 17:37:02 -05:00
ray-metrics.rst ray[cluster] -> ray[default] (#15251) 2021-04-14 09:37:04 -07:00
ray-tracing.rst Bump OpenTelemetry version & bug fix (#15791) 2021-05-18 17:06:43 -07:00
ray-tune-parcoords.png
ray-tune-tensorboard.png
ray-tune-viskit.png
raydp.rst [doc] Fixes to RayDP docs (#14309) 2021-02-25 11:23:10 -08:00
rllib-algorithms.rst [RLlib] CQL TensorFlow support (#15841) 2021-05-18 11:10:46 +02:00
rllib-api.svg
rllib-components.svg
rllib-concepts.rst [RLlib] Issue 15724: Breaking example script in docs due to outdated eager config flag (use framework='tf2|tfe' instead). (#15736) 2021-05-18 11:34:46 +02:00
rllib-config.svg
rllib-dev.rst [rllib][docs] Update rllib-dev.rst (#15864) 2021-05-18 11:28:57 -07:00
rllib-env.rst [RLlib] Trajectory view API docs. (#12718) 2020-12-30 17:32:21 -08:00
rllib-envs.svg
rllib-examples.rst [RLlib] Add differentiable neural computer example (#14844) 2021-05-19 09:15:39 +02:00
rllib-external.svg
rllib-models.rst [RLlib] Allow SAC to use custom models as Q- or policy nets and deprecate "state-preprocessor" for image spaces. (#13522) 2021-02-02 13:05:58 +01:00
rllib-offline.rst
rllib-package-ref.rst
rllib-sample-collection.rst [RLlib] Trajectory view API docs. (#12718) 2020-12-30 17:32:21 -08:00
rllib-stack.svg
rllib-toc.rst [RLlib] Issue 15724: Breaking example script in docs due to outdated eager config flag (use framework='tf2|tfe' instead). (#15736) 2021-05-18 11:34:46 +02:00
rllib-training.rst [RLlib] Issue 15724: Breaking example script in docs due to outdated eager config flag (use framework='tf2|tfe' instead). (#15736) 2021-05-18 11:34:46 +02:00
rllib.rst [RLlib] Issue 15724: Breaking example script in docs due to outdated eager config flag (use framework='tf2|tfe' instead). (#15736) 2021-05-18 11:34:46 +02:00
rock-paper-scissors.png
serialization.rst [Serialization] API for deregistering serializers; code & doc cleanup (#13471) 2021-01-29 10:27:05 -08:00
sgd.png
starting-ray.rst [docs] new Ray Cluster documentation (#13839) 2021-02-15 00:47:14 -08:00
struct-tensor.png
tensorflow.png
throughput.png
timeline.png
troubleshooting.rst Remove deprecated f._submit API (#12268) 2020-11-23 16:20:22 -06:00
using-ray-with-gpus.rst
using-ray-with-pytorch.rst
using-ray-with-tensorflow.rst
using-ray.rst Namespaces (#15774) 2021-05-17 10:04:22 -07:00
walkthrough.rst Update doc about installing Ray Java (#14383) 2021-03-09 18:03:13 +08:00
whitepaper.rst [docs] Add links to Ray design patterns whitepaper (#12014) 2020-11-13 14:16:51 -08:00
xgboost-ray.rst [xgboost] Update documentation (#15900) 2021-05-20 17:16:45 -07:00