Files
ray/site
Philipp Moritz e5a57a7ce4 Blog post on Serialization and Apache Arrow Integration (#1130)
* Add initial blog post on serialization libraries.

* Shrink PNGs.

* Small rewording.

* Link to pyarrow serialization documentation.

* More rewordings and authors.

* Undo accidental change.

* Small fixes.

* Add code and other minor fixes.

* Add note.
2017-10-15 22:13:36 -07:00
..
2017-05-20 18:33:36 -07:00
2017-09-11 23:11:15 -07:00

Ray Website

Development instructions

With Ruby >= 2.1 installed, run:

gem install jekyll bundler
bundle install

To view the site, run:

bundle exec jekyll serve

Deployment

To deploy the site, run

cd ~
git clone https://github.com/ray-project/ray-project.github.io.git
cd ray-project.github.io
cp -r ~/ray/site/* .

and commit as well as push the desired changes.