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