diff --git a/README.rst b/README.rst index 768086acedb..9195c463228 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Modin can be installed with pip: ``pip install modin`` Pandas on Ray ------------- -*Pandas on Ray is a project designed to effortlessly scale your pandas code requiring a change of only a single line of code* +*Pandas on Ray is a library that allows you to effortlessly scale pandas by changing only a single line of code* +----------------------------------------------+-------------------------------------------------+ | **pandas** | **Pandas on Ray** | @@ -34,3 +34,16 @@ Pandas on Ray +----------------------------------------------+-------------------------------------------------+ **Pandas on Ray is currently for experimental use only. Requests and contributions are welcome!** + +More information and Getting Involved +------------------------------------- + +- `Documentation`_ +- Ask questions on our mailing list `modin-dev@googlegroups.com`_. +- Submit bug reports to our `GitHub Issues Page`_. +- Contributions are welcome! Open a `pull request`_. + +.. _`Documentation`: http://http://modin.readthedocs.io/en/latest/ +.. _`modin-dev@googlegroups.com`: https://groups.google.com/forum/#!forum/modin-dev +.. _`GitHub Issues Page`: https://github.com/modin-project/modin/issues +.. _`pull request`: https://github.com/modin-project/modin/pulls