ray/site
2017-05-20 23:19:42 -07:00
..
_posts Add note about adaptively launching tasks in blog post. (#582) 2017-05-20 23:19:42 -07:00
assets/announcing_ray Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
_config.yml Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
Gemfile Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
index.html Website for the v0.1 release (#576) 2017-05-20 18:33:36 -07:00
README.md Fix image paths in blog post, add section on ray.wait. (#580) 2017-05-20 23:10:18 -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

Note that images included under site/assets/ should be referred to with <img src="{{ site.base-url }}/ray/assets/...">. They will not render properly when serving the site locally, but this is required for getting the paths to work out on GitHub.

Deployment

To deploy the site, run (inside the main ray directory):

git subtree push --prefix site origin gh-pages