mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
[docs] remove ref to google groups -> github discussions (#11019)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `Github Discussions`_: For **questions about Ray usage** or **feature requests**.
|
||||
2. `GitHub Issues`_: For **bug reports**.
|
||||
3. `Ray Slack`_: For **getting in touch** with Ray maintainers.
|
||||
4. `StackOverflow`_: Use the [ray] tag **questions about Ray**.
|
||||
|
||||
.. _`Github Discussions`: https://github.com/ray-project/ray/discussions
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. _`Ray Slack`: https://forms.gle/9TSdDYUgxYs8SA9e8
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
@@ -285,16 +285,8 @@ To delete a running Ray cluster, you can run the following command:
|
||||
Questions or Issues?
|
||||
--------------------
|
||||
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
.. include:: /_help.rst
|
||||
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
|
||||
.. _`Kubernetes Horizontal Pod Autoscaler`: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
|
||||
.. _`Kubernetes Namespace`: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/
|
||||
|
||||
@@ -221,13 +221,4 @@ This tells ``ray up`` to sync the current git branch SHA from your personal comp
|
||||
Questions or Issues?
|
||||
--------------------
|
||||
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. include:: /_help.rst
|
||||
|
||||
@@ -189,15 +189,6 @@ To clean up a running job, use the following (using the application ID):
|
||||
Questions or Issues?
|
||||
--------------------
|
||||
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. include:: /_help.rst
|
||||
|
||||
.. _`Skein`: https://jcrist.github.io/skein/
|
||||
|
||||
@@ -254,13 +254,4 @@ In the above example, the memory quota is specified statically by the decorator,
|
||||
Questions or Issues?
|
||||
--------------------
|
||||
|
||||
If you have a question or issue that wasn't covered by this page, please get in touch via on of the following channels:
|
||||
|
||||
1. `ray-dev@googlegroups.com`_: For discussions about development or any general
|
||||
questions and feedback.
|
||||
2. `StackOverflow`_: For questions about how to use Ray.
|
||||
3. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. include:: /_help.rst
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
Ray is more than a framework for distributed applications but also an active community of developers,
|
||||
researchers, and folks that love machine learning. Here's a list of tips for getting involved with the Ray community:
|
||||
|
||||
- Join our `community slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to discuss Ray! The community is extremely active in helping people succeed in building their ray applications.
|
||||
- Join our `community slack <https://forms.gle/9TSdDYUgxYs8SA9e8>`_ to discuss Ray!
|
||||
- Star and follow us on `on GitHub`_.
|
||||
- To post questions or feature requests, check out the `Ray Github Discussions`_ page!
|
||||
- Follow us and spread the word on `Twitter`_!
|
||||
- Join our `Meetup Group`_ to connect with others in the community!
|
||||
- Use the `[ray]` tag on `StackOverflow`_ to ask and answer questions about Ray usage
|
||||
- Subscribe to `ray-dev@googlegroups.com`_ to join development discussions.
|
||||
- Follow us and spread the word on `Twitter`_!
|
||||
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
|
||||
.. _`Ray Github Discussions`: https://github.com/ray-project/ray/discussions
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`Pull Requests`: https://github.com/ray-project/ray/pulls
|
||||
|
||||
@@ -256,10 +256,4 @@ are efficiently stored and retrieved on your cluster machines.
|
||||
Further Questions or Issues?
|
||||
----------------------------
|
||||
|
||||
Reach out to us if you have any questions or issues or feedback through the following channels:
|
||||
|
||||
1. `StackOverflow`_: For questions about how to use Ray.
|
||||
2. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. include:: /_help.rst
|
||||
|
||||
@@ -257,10 +257,4 @@ Now that you have a working understanding of Tune, check out:
|
||||
Further Questions or Issues?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reach out to us if you have any questions or issues or feedback through the following channels:
|
||||
|
||||
1. `StackOverflow`_: For questions about how to use Ray.
|
||||
2. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. include:: /_help.rst
|
||||
|
||||
@@ -568,10 +568,4 @@ There are some environment variables that are mostly relevant for integrated lib
|
||||
Further Questions or Issues?
|
||||
----------------------------
|
||||
|
||||
You can post questions or issues or feedback through the following channels:
|
||||
|
||||
1. `StackOverflow`_: For questions about how to use Ray.
|
||||
2. `GitHub Issues`_: For bug reports and feature requests.
|
||||
|
||||
.. _`StackOverflow`: https://stackoverflow.com/questions/tagged/ray
|
||||
.. _`GitHub Issues`: https://github.com/ray-project/ray/issues
|
||||
.. include:: /_help.rst
|
||||
|
||||
Reference in New Issue
Block a user