[docs] ray slack remove banners (#13898)

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Richard Liaw
2021-02-04 01:14:34 -08:00
committed by GitHub
parent 0fc81e2393
commit 6c77aeb98a
7 changed files with 2 additions and 14 deletions
-2
View File
@@ -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
+1 -2
View File
@@ -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 <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to
discuss Ray or ask questions on `our forum <https://discuss.ray.io/>`_! The
.. tip:: Ask questions on `our forum <https://discuss.ray.io/>`_! The
community is extremely active in helping people succeed in building their
Ray applications.
-2
View File
@@ -3,8 +3,6 @@
Installing Ray
==============
.. tip:: Join our `community slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to discuss Ray!
Ray currently supports MacOS and Linux.
Windows wheels are now available, but :ref:`Windows support <windows-support>` is experimental and under development.
-2
View File
@@ -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 <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to discuss Ray!
Getting Started
---------------
-2
View File
@@ -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 <https://github.com/ray-project/ray/blob/master/rllib/examples/custom_env.py>`__ and the `API documentation <rllib-toc.html>`__. If you're looking to develop custom algorithms with RLlib, also check out `concepts and custom algorithms <rllib-concepts.html>`__.
.. tip:: Join our `community slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to discuss Ray/RLlib!
RLlib in 60 seconds
-------------------
+1 -1
View File
@@ -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 <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ in the #serve channel and on our `forum <https://discuss.ray.io/>`_!
Chat with Ray Serve users and developers on our `forum <https://discuss.ray.io/>`_!
.. note::
Starting with Ray version 1.2.0, Ray Serve backends take in a Starlette Request object instead of a Flask Request object.
-3
View File
@@ -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 </tune/key-concepts>`.
.. tip:: Join the `Ray community slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to discuss Ray Tune (and other Ray libraries)!
Quick Start
-----------