diff --git a/README.rst b/README.rst index 55c5f0379..be800b98e 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ Ray is packaged with the following libraries for accelerating machine learning w - `RaySGD `__: Distributed Training Wrappers - `Ray Serve`_: Scalable and Programmable Serving -There are also many `community integrations `_ with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the `full list of Ray distributed libraries here `_. +There are also many `community integrations `_ with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the `full list of Ray distributed libraries here `_. Install Ray with: ``pip install ray``. For nightly wheels, see the `Installation page `__. diff --git a/doc/source/index.rst b/doc/source/index.rst index 76d16ab6e..e90fb8197 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -194,7 +194,7 @@ Papers :caption: Overview of Ray ray-overview/index.rst - oss-users.rst + ray-libraries.rst installation.rst .. toctree:: diff --git a/doc/source/oss-users.rst b/doc/source/ray-libraries.rst similarity index 100% rename from doc/source/oss-users.rst rename to doc/source/ray-libraries.rst