From 28a80ca05814966ede3cb12acf9ec92746ffd11d Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 12 Nov 2016 19:34:22 -0800 Subject: [PATCH] Remove out-of-date documentation. (#40) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f0460475d..4bb175438 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,12 @@ estimate of pi (waiting until the computation has finished if necessary). ## Next Steps -- Installation on [Ubuntu](doc/install-on-ubuntu.md), [Mac OS X](doc/install-on-macosx.md), [Windows](doc/install-on-windows.md), [Docker](doc/install-on-docker.md) +- Installation on [Ubuntu](doc/install-on-ubuntu.md), [Mac OS X](doc/install-on-macosx.md) - [Tutorial](doc/tutorial.md) - Documentation - [Serialization in the Object Store](doc/serialization.md) - [Reusable Variables](doc/reusable-variables.md) - [Using Ray with TensorFlow](doc/using-ray-with-tensorflow.md) - - [Using Ray on a Cluster](doc/using-ray-on-a-cluster.md) ## Example Applications