From d6612a93a238e1c4a993646ac97ee9008b0f04d3 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 9 Sep 2017 10:21:51 -0700 Subject: [PATCH] Add mailing list to README and documentation. (#950) * Add mailing list to documentation. * Add contact page to documentation. --- README.rst | 2 ++ doc/source/contact.rst | 11 +++++++++++ doc/source/index.rst | 1 + 3 files changed, 14 insertions(+) create mode 100644 doc/source/contact.rst diff --git a/README.rst b/README.rst index 187da6edc..c8ce82713 100644 --- a/README.rst +++ b/README.rst @@ -24,10 +24,12 @@ Installation More Information ---------------- +- `Mailing List`_ - `Documentation`_ - `Blog`_ - `HotOS paper`_ +.. _`Mailing List`: https://groups.google.com/forum/#!forum/ray-dev .. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html .. _`Blog`: https://ray-project.github.io/ray/ .. _`HotOS paper`: https://arxiv.org/abs/1703.03924 diff --git a/doc/source/contact.rst b/doc/source/contact.rst new file mode 100644 index 000000000..c75f25d52 --- /dev/null +++ b/doc/source/contact.rst @@ -0,0 +1,11 @@ +Contact +======= + +The following are good places to discuss Ray. + +1. `Our Mailing List`_: For discussions about development, questions about + usage, or any general questions. +2. `GitHub Issues`_: For bug reports and feature requests. + +.. _`Our Mailing List`: https://groups.google.com/forum/#!forum/ray-dev +.. _`GitHub Issues`: https://github.com/ray-project/ray/issues diff --git a/doc/source/index.rst b/doc/source/index.rst index 639b6d446..810dc4559 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -55,3 +55,4 @@ Ray :caption: Help troubleshooting.rst + contact.rst