From 297a0293e8f009ae058590b6654e51569f7cbbc5 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Mon, 14 Sep 2020 21:18:28 -0700 Subject: [PATCH] [docs] Fix broken links in new community libraries page ++ (#10785) * fix * fix up * update * revert * typo * update --- README.rst | 4 ++-- doc/source/dask-on-ray.rst | 2 +- doc/source/index.rst | 2 +- doc/source/mars-on-ray.rst | 2 +- doc/source/oss-users.rst | 11 +++++++++-- doc/source/ray-overview/basics.rst | 4 ++-- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 7879e8b74..55c5f0379 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,8 @@ Install Ray with: ``pip install ray``. For nightly wheels, see the .. _`Modin`: https://github.com/modin-project/modin .. _`Hugging Face`: https://huggingface.co/transformers/main_classes/trainer.html#transformers.Trainer.hyperparameter_search -.. _`MARS`: mars-on-ray.html -.. _`Dask`: dask-on-ray.html +.. _`MARS`: https://docs.ray.io/en/master/mars-on-ray.html +.. _`Dask`: https://docs.ray.io/en/master/dask-on-ray.html .. _`Horovod`: https://horovod.readthedocs.io/en/stable/ray_include.html .. _`Scikit-learn`: joblib.html diff --git a/doc/source/dask-on-ray.rst b/doc/source/dask-on-ray.rst index bb9e58101..e27f1cb6b 100644 --- a/doc/source/dask-on-ray.rst +++ b/doc/source/dask-on-ray.rst @@ -2,7 +2,7 @@ Dask on Ray *********** -Ray offers an experimental scheduler for Dask, allowing you to build data +Ray offers a scheduler integration for Dask, allowing you to build data analyses using the familiar Dask collections (dataframes, arrays) and execute the underlying computations on a Ray cluster. Using this Dask scheduler, the entire Dask ecosystem can be executed on top of Ray. diff --git a/doc/source/index.rst b/doc/source/index.rst index 8aa8ebe4d..76d16ab6e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -194,6 +194,7 @@ Papers :caption: Overview of Ray ray-overview/index.rst + oss-users.rst installation.rst .. toctree:: @@ -283,7 +284,6 @@ Papers iter.rst dask-on-ray.rst mars-on-ray.rst - oss-users.rst .. toctree:: :hidden: diff --git a/doc/source/mars-on-ray.rst b/doc/source/mars-on-ray.rst index 821934cbc..038b7987d 100644 --- a/doc/source/mars-on-ray.rst +++ b/doc/source/mars-on-ray.rst @@ -6,7 +6,7 @@ Mars on Ray .. _`issue on GitHub`: https://github.com/mars-project/mars/issues -`Mars`_ Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn. +`Mars`_ is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn. Mars on Ray makes it easy to scale your programs with a Ray cluster. .. note:: diff --git a/doc/source/oss-users.rst b/doc/source/oss-users.rst index ac592de09..032018596 100644 --- a/doc/source/oss-users.rst +++ b/doc/source/oss-users.rst @@ -5,6 +5,13 @@ Community Integrations This page lists libraries that have integrations with Ray for distributed execution. If you'd like to add your project to this list, feel free to file a pull request or open an issue on GitHub. +Ray also comes packaged with several built-in machine learning libraries: + +- :doc:`../tune/index` +- :ref:`rllib-index` +- :ref:`sgd-index` +- :ref:`rayserve` + ClassyVision |classyvision| --------------------------- @@ -18,7 +25,7 @@ Dask |dask| Dask provides advanced parallelism for analytics, enabling performance at scale for the tools you love. Dask uses existing Python APIs and data structures to make it easy to switch between Numpy, Pandas, Scikit-learn to their Dask-powered equivalents. -[`Link to integration `__] +[`Link to integration `__] Flambe |flambe| --------------- @@ -33,7 +40,7 @@ MARS |mars| Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn. Mars can scale in to a single machine, and scale out to a cluster with thousands of machines. -[`Link to integration `__] +[`Link to integration `__] Modin |modin| ------------- diff --git a/doc/source/ray-overview/basics.rst b/doc/source/ray-overview/basics.rst index 1f2410681..6a8df11fd 100644 --- a/doc/source/ray-overview/basics.rst +++ b/doc/source/ray-overview/basics.rst @@ -22,7 +22,7 @@ There are also many :ref:`community integrations ` with Ray, inclu .. _`Modin`: https://github.com/modin-project/modin .. _`Hugging Face`: https://huggingface.co/transformers/main_classes/trainer.html#transformers.Trainer.hyperparameter_search -.. _`MARS`: mars-on-ray.html -.. _`Dask`: dask-on-ray.html +.. _`MARS`: https://docs.ray.io/en/master/mars-on-ray.html +.. _`Dask`: https://docs.ray.io/en/master/dask-on-ray.html .. _`Horovod`: https://horovod.readthedocs.io/en/stable/ray_include.html .. _`Scikit-learn`: joblib.html