mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 07:29:37 +08:00
Add a 'Getting Involved' section to Readme. (#1067)
This commit is contained in:
committed by
Richard Liaw
parent
57bd1d6ff5
commit
c2f5b4c2ed
+11
-2
@@ -49,14 +49,23 @@ Example Program
|
||||
More Information
|
||||
----------------
|
||||
|
||||
- `Mailing List`_
|
||||
- `Documentation`_
|
||||
- `Tutorial`_
|
||||
- `Blog`_
|
||||
- `Ray HotOS paper`_
|
||||
|
||||
.. _`Mailing List`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`Documentation`: http://ray.readthedocs.io/en/latest/index.html
|
||||
.. _`Tutorial`: https://github.com/ray-project/tutorial
|
||||
.. _`Blog`: https://ray-project.github.io/
|
||||
.. _`Ray HotOS paper`: https://arxiv.org/abs/1703.03924
|
||||
|
||||
Getting Involved
|
||||
----------------
|
||||
|
||||
- Ask questions on our mailing list `ray-dev@googlegroups.com`_.
|
||||
- Please report bugs by submitting a `GitHub issue`_.
|
||||
- Submit contributions using `pull requests`_.
|
||||
|
||||
.. _`ray-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/ray-dev
|
||||
.. _`GitHub issue`: https://github.com/ray-project/ray/issues
|
||||
.. _`pull requests`: https://github.com/ray-project/ray/pulls
|
||||
|
||||
Reference in New Issue
Block a user