Repository: mahout Updated Branches: refs/heads/website a5c7cec9f -> e16bcc3d1
MAHOUT-1933: Migrate website from CMS to Jekyll closes apache/mahout#304 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/e16bcc3d Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/e16bcc3d Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/e16bcc3d Branch: refs/heads/website Commit: e16bcc3d152eb6cf9f512f75bbf5e009b00fe992 Parents: a5c7cec Author: Andrew Musselman <[email protected]> Authored: Sat Apr 22 10:53:15 2017 -0700 Committer: Andrew Musselman <[email protected]> Committed: Sat Apr 22 10:53:15 2017 -0700 ---------------------------------------------------------------------- website/_includes/homepage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/e16bcc3d/website/_includes/homepage.html ---------------------------------------------------------------------- diff --git a/website/_includes/homepage.html b/website/_includes/homepage.html index f2195d6..0928b2c 100644 --- a/website/_includes/homepage.html +++ b/website/_includes/homepage.html @@ -1,7 +1,7 @@ <div class="jumbotron"> <div class="container"> - <h1>Apache Mahout - DRAFT</h1> + <h1>Apache Mahout - DRAFT </h1> <p>A distributed linear algebra framework that runs on Spark, Flink, GPU's and more!<br/> Use Mahout's library of machine learning algorithms or roll your own! Use Mahout-Samsara to write matrix algebra using R like syntax. Check out our tutorials and quick start guide to get rolling.
