Repository: incubator-systemml Updated Branches: refs/heads/master f02f7c018 -> 24d57ad2a
[SYSTEMML-856] Adding Gemfile back to the documentation. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/24d57ad2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/24d57ad2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/24d57ad2 Branch: refs/heads/master Commit: 24d57ad2a170d2f9ee34bca7ee896c728e555f1c Parents: f02f7c0 Author: Mike Dusenberry <[email protected]> Authored: Tue Aug 9 16:48:50 2016 -0700 Committer: Mike Dusenberry <[email protected]> Committed: Tue Aug 9 16:49:29 2016 -0700 ---------------------------------------------------------------------- docs/Gemfile | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/24d57ad2/docs/Gemfile ---------------------------------------------------------------------- diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 0000000..b5d5550 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,3 @@ +source "https://rubygems.org" +gem "jekyll" +gem "rouge" \ No newline at end of file
