diff --git a/README.rst b/README.rst index ee025cb38..a69fc9227 100644 --- a/README.rst +++ b/README.rst @@ -300,7 +300,6 @@ More Information Getting Involved ---------------- -- `Community Slack`_: Join our Slack workspace. - `Forum`_: For discussions about development, questions about usage, and feature requests. - `GitHub Issues`_: For reporting bugs. - `Twitter`_: Follow updates on Twitter. @@ -311,5 +310,4 @@ Getting Involved .. _`GitHub Issues`: https://github.com/ray-project/ray/issues .. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray .. _`Meetup Group`: https://www.meetup.com/Bay-Area-Ray-Meetup/ -.. _`Community Slack`: https://forms.gle/9TSdDYUgxYs8SA9e8 .. _`Twitter`: https://twitter.com/raydistributed diff --git a/doc/source/getting-involved.rst b/doc/source/getting-involved.rst index 2ee0318a2..f1ef61b09 100644 --- a/doc/source/getting-involved.rst +++ b/doc/source/getting-involved.rst @@ -6,8 +6,7 @@ Getting Involved / Contributing Ray is more than a framework for distributed applications but also an active community of developers, researchers, and folks that love machine learning. -.. tip:: Join our `community Slack `_ to - discuss Ray or ask questions on `our forum `_! The +.. tip:: Ask questions on `our forum `_! The community is extremely active in helping people succeed in building their Ray applications. diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 049d3ed28..a35dffea3 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -3,8 +3,6 @@ Installing Ray ============== -.. tip:: Join our `community slack `_ to discuss Ray! - Ray currently supports MacOS and Linux. Windows wheels are now available, but :ref:`Windows support ` is experimental and under development. diff --git a/doc/source/raysgd/raysgd.rst b/doc/source/raysgd/raysgd.rst index 5ab6503e4..85fd335f3 100644 --- a/doc/source/raysgd/raysgd.rst +++ b/doc/source/raysgd/raysgd.rst @@ -14,8 +14,6 @@ The main features are: - **Composability**: RaySGD is built on top of the Ray Actor API, enabling seamless integration with existing Ray applications such as RLlib, Tune, and Ray.Serve. - **Scale up and down**: Start on single CPU. Scale up to multi-node, multi-CPU, or multi-GPU clusters by changing 2 lines of code. -.. tip:: Join our `community slack `_ to discuss Ray! - Getting Started --------------- diff --git a/doc/source/rllib.rst b/doc/source/rllib.rst index bbe35f36e..33a808a04 100644 --- a/doc/source/rllib.rst +++ b/doc/source/rllib.rst @@ -9,8 +9,6 @@ RLlib is an open-source library for reinforcement learning that offers both high To get started, take a look over the `custom env example `__ and the `API documentation `__. If you're looking to develop custom algorithms with RLlib, also check out `concepts and custom algorithms `__. -.. tip:: Join our `community slack `_ to discuss Ray/RLlib! - RLlib in 60 seconds ------------------- diff --git a/doc/source/serve/index.rst b/doc/source/serve/index.rst index e9f76d89b..f15093b6c 100644 --- a/doc/source/serve/index.rst +++ b/doc/source/serve/index.rst @@ -30,7 +30,7 @@ Ray Serve can be used in two primary ways to deploy your models at scale: .. tip:: - Chat with Ray Serve users and developers on our `community Slack `_ in the #serve channel and on our `forum `_! + Chat with Ray Serve users and developers on our `forum `_! .. note:: Starting with Ray version 1.2.0, Ray Serve backends take in a Starlette Request object instead of a Flask Request object. diff --git a/doc/source/tune/index.rst b/doc/source/tune/index.rst index 2003b2eac..59fd6ad0e 100644 --- a/doc/source/tune/index.rst +++ b/doc/source/tune/index.rst @@ -21,9 +21,6 @@ Tune is a Python library for experiment execution and hyperparameter tuning at a **Want to get started?** Head over to the :doc:`Key Concepts page `. -.. tip:: Join the `Ray community slack `_ to discuss Ray Tune (and other Ray libraries)! - - Quick Start -----------