Clean up top level Ray dir (#5404)

This commit is contained in:
Eric Liang
2019-08-08 23:35:55 -07:00
committed by GitHub
parent d9b45cceec
commit 1a8fa5d2fa
60 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -15,15 +15,15 @@ To run this example, you will need to install NPM and a few python dependencies.
To use this example you need to
* In the ``ray/examples/newsreader`` directory, start the server with
* In the ``ray/doc/examples/newsreader`` directory, start the server with
``python server.py``.
* Clone the client code with ``git clone https://github.com/ray-project/qreader``
* Start the client with ``cd qreader; npm install; npm run dev``
* You can now add a channel by clicking "Add channel" and for example pasting
``http://news.ycombinator.com/rss`` into the field.
* Star some of the articles and dump the database by running
``sqlite3 newsreader.db`` in a terminal in the ``ray/examples/newsreader``
``sqlite3 newsreader.db`` in a terminal in the ``ray/doc/examples/newsreader``
directory and entering ``SELECT * FROM news;``.
.. _`frontend`: https://github.com/saqueib/qreader
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/newsreader
.. _`code for this example`: https://github.com/ray-project/ray/tree/master/doc/examples/newsreader