Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] remove ref to google groups -> github discussions #11019

Merged
merged 2 commits into from
Sep 25, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
discus
Signed-off-by: Richard Liaw <[email protected]>
  • Loading branch information
richardliaw committed Sep 24, 2020
commit 0e75179ee0f0ef187645d0a8988e1f78d7157f9a
11 changes: 5 additions & 6 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ Reporting bugs and asking questions

You can post questions or issues or feedback through the following channels:

1. `[email protected]`_: 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.
1. `Github Discussions`_: For discussions about development, questions about usage, and feature requests.
2. `GitHub Issues`_: For bug reports and feature requests.
3. `StackOverflow`_

To contribute a patch:
----------------------
Expand All @@ -22,7 +21,7 @@ To contribute a patch:
a git hook that will run the linter before you push your changes.
5. Add new unit tests for your code.

.. _`[email protected]`: https://groups.google.com/forum/#!forum/ray-dev
.. _`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

Expand All @@ -43,4 +42,4 @@ For contributors who are not in the ray-project organization:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Your PRs will have assignees shortly. Assignees or PRs will be actively engaging with contributors to merge the PR.
- Please actively ping assignees after you address your comments!
- Please actively ping assignees after you address your comments!
19 changes: 8 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ Ray Serve Quick Start

`Ray Serve`_ is a scalable model-serving library built on Ray. It is:

- Framework Agnostic: Use the same toolkit to serve everything from deep
learning models built with frameworks like PyTorch or Tensorflow & Keras
- Framework Agnostic: Use the same toolkit to serve everything from deep
learning models built with frameworks like PyTorch or Tensorflow & Keras
to Scikit-Learn models or arbitrary business logic.
- Python First: Configure your model serving with pure Python code - no more
- Python First: Configure your model serving with pure Python code - no more
YAMLs or JSON configs.
- Performance Oriented: Turn on batching, pipelining, and GPU acceleration to
increase the throughput of your model.
Expand Down Expand Up @@ -292,19 +292,16 @@ More Information
Getting Involved
----------------

- `[email protected]`_: For discussions about development or any general
questions.
- `StackOverflow`_: For questions about how to use Ray.
- `GitHub Issues`_: For reporting bugs and feature requests.
- `Pull Requests`_: For submitting code contributions.
- `Meetup Group`_: Join our meetup group.
- `Github Discussions`_: For discussions about development, questions about usage, and feature requests.
- `GitHub Issues`_: For reporting bugs.
- `Community Slack`_: Join our Slack workspace.
- `Twitter`_: Follow updates on Twitter.
- `Meetup Group`_: Join our meetup group.
- `StackOverflow`_: For questions about how to use Ray.

.. _`[email protected]`: https://groups.google.com/forum/#!forum/ray-dev
.. _`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
.. _`Meetup Group`: https://www.meetup.com/Bay-Area-Ray-Meetup/
.. _`Community Slack`: https://forms.gle/9TSdDYUgxYs8SA9e8
.. _`Twitter`: https://twitter.com/raydistributed
11 changes: 11 additions & 0 deletions doc/source/_help.rst
Original file line number Diff line number Diff line change
@@ -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
10 changes: 1 addition & 9 deletions doc/source/cluster/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. `[email protected]`_: 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.

.. _`[email protected]`: 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/
Expand Down
11 changes: 1 addition & 10 deletions doc/source/cluster/launcher.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. `[email protected]`_: 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.

.. _`[email protected]`: 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
11 changes: 1 addition & 10 deletions doc/source/cluster/yarn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. `[email protected]`_: 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.

.. _`[email protected]`: 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/
11 changes: 1 addition & 10 deletions doc/source/memory-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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. `[email protected]`_: 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.

.. _`[email protected]`: 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
9 changes: 5 additions & 4 deletions doc/source/ray-overview/involvement.rst
Original file line number Diff line number Diff line change
@@ -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 `[email protected]`_ to join development discussions.
- Follow us and spread the word on `Twitter`_!

.. _`[email protected]`: 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
Expand Down
8 changes: 1 addition & 7 deletions doc/source/tune/_tutorials/_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 1 addition & 7 deletions doc/source/tune/key-concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 1 addition & 7 deletions doc/source/tune/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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