ray/doc/source/index.rst
Robert Nishihara 964d5cac48 Expand API documentation. (#375)
* Expand API documentation and convert tutorial to rst.

* Fix formatting error in tutorial.

* Address William's comments.

* Address Stephanie's comments.
2017-03-17 16:48:25 -07:00

48 lines
827 B
ReStructuredText

Ray
===
*Ray is a flexible, high-performance distributed execution framework.*
.. toctree::
:maxdepth: 1
:caption: Installation
install-on-ubuntu.md
install-on-macosx.md
install-on-docker.md
installation-troubleshooting.md
.. toctree::
:maxdepth: 1
:caption: Getting Started
tutorial.rst
api.rst
actors.rst
.. toctree::
:maxdepth: 1
:caption: Examples
example-hyperopt.rst
example-rl-pong.rst
example-policy-gradient.rst
example-resnet.rst
example-a3c.rst
example-lbfgs.rst
using-ray-with-tensorflow.rst
.. toctree::
:maxdepth: 1
:caption: Design
remote-functions.md
serialization.md
.. toctree::
:maxdepth: 1
:caption: Cluster Usage
using-ray-on-a-cluster.md
using-ray-on-a-large-cluster.md
using-ray-and-docker-on-a-cluster.md