ray/doc
Johann Schleier-Smith ad4b03bf7f Docker Updates (#308)
* new path for python build

* add flag

* build tar using git archive

* no exit from start_ray.sh

* update Docker instructions

* update build docker script

* add git revision

* fix typo

* bug fixes and clarifications

* mend

* add objectmanager ports to docker instructions

* rewording

* Small updates to documentation.
2017-02-28 18:57:51 -08:00
..
_build Get Sphinx infrastructure in place 2016-07-01 18:21:02 -07:00
source Docker Updates (#308) 2017-02-28 18:57:51 -08:00
make.bat Get Sphinx infrastructure in place 2016-07-01 18:21:02 -07:00
Makefile Move documentation to ReadTheDocs. (#326) 2017-02-27 21:14:31 -08:00
README.md Move documentation to ReadTheDocs. (#326) 2017-02-27 21:14:31 -08:00
requirements-doc.txt Move documentation to ReadTheDocs. (#326) 2017-02-27 21:14:31 -08:00

Ray Documentation

To compile the documentation, run the following commands from this directory.

pip install -r requirements-doc.txt
make html
open _build/html/index.html

To test if there are any build errors with the documentation, do the following.

sphinx-build -W -b html -d _build/doctrees source _build/html