ivy/doc
Ken McMillan 8e251c958a added sleep to class example 2017-11-06 17:55:16 -08:00
..
_data finished leader example in testing tutorial 2016-09-20 18:40:25 -07:00
_includes adding website deployment cruft 2016-05-24 16:59:48 -07:00
_layouts adding web site 2016-05-24 15:36:18 -07:00
_sass adding implement 2016-07-26 18:39:31 -07:00
css adding web site 2016-05-24 15:36:18 -07:00
examples added sleep to class example 2017-11-06 17:55:16 -08:00
images adding implement 2016-07-26 18:39:31 -07:00
.gitignore adding website deployment cruft 2016-05-24 16:59:48 -07:00
README working on testing tutorial 2016-09-18 21:13:27 -07:00
_config.yml adding web site 2016-05-24 15:36:18 -07:00
credits.md adding web site 2016-05-24 15:36:18 -07:00
deploy adding website deployment cruft 2016-05-24 16:59:48 -07:00
index.md fixing home page again 2016-05-26 17:32:32 -07:00
install.md install doc fix 2017-07-04 15:19:41 -07:00
language.md small doc fix 2017-06-10 13:45:35 -07:00
proving.md working on prover 2017-07-02 18:56:32 -07:00

README

This direcory can be builds into a web site using Jekyll
(jekyllrb.com).

Viewing the site locally:

$ jekyll serve --port 8989 --watch

(open http://localhost:8989)

Deploying the site to github pages:

The script "deploy" will do the following:

1) Clone the repository into a temp directory and check out the
gh-pages branch.

2) Remove all the files from git and copy this directory into the project.

3) Add all the files to git, commit the changes and push to github.

This has the odd effect that all the files are freshly created in git
each time you deploy, but it works around the problem that github
project web sites use a separate branch for the site content instead
of a directory.