Repository: mahout Updated Branches: refs/heads/master 36da4cf3d -> 5c51c6018
WEBSITE-NOJIRA Added mahout-version variable Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/5c51c601 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/5c51c601 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/5c51c601 Branch: refs/heads/master Commit: 5c51c60180b05f5ea70ef7b86daf62c7e250ef08 Parents: 36da4cf Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Thu Dec 21 21:36:05 2017 -0600 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Thu Dec 21 21:36:05 2017 -0600 ---------------------------------------------------------------------- website/_posts/2017-12-20-new-website.md | 2 -- website/developers/developer-resources.md | 13 ++++++------- website/index.md | 1 + 3 files changed, 7 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/5c51c601/website/_posts/2017-12-20-new-website.md ---------------------------------------------------------------------- diff --git a/website/_posts/2017-12-20-new-website.md b/website/_posts/2017-12-20-new-website.md index e0bb94f..d141e51 100644 --- a/website/_posts/2017-12-20-new-website.md +++ b/website/_posts/2017-12-20-new-website.md @@ -11,5 +11,3 @@ It looks great but there's lots to do as we migrate and clean up content from th please let us know via either: - drop a lint to [email protected] - fix it yourself and [open a PR](/developers/githubPRs)! - - http://git-wip-us.apache.org/repos/asf/mahout/blob/5c51c601/website/developers/developer-resources.md ---------------------------------------------------------------------- diff --git a/website/developers/developer-resources.md b/website/developers/developer-resources.md index 259a82f..5ee63e2 100644 --- a/website/developers/developer-resources.md +++ b/website/developers/developer-resources.md @@ -23,13 +23,12 @@ The source files are stored using Git, our page on [version control](/developers Javadoc and Scaladoc documentation is available online by module: - * [Mahout Math](/docs/0.13.0/api/docs/mahout-math/index.html) - * [Mahout Math Scala bindings](/docs/0.13.0/api/docs/mahout-math-scala/index.html) - * [Mahout Spark bindings](/docs/0.13.0/api/docs/mahout-spark/index.html) - * [Mahout HDFS](/docs/0.13.0/api/docs/mahout-hdfs/index.html) - * [Mahout Map-Reduce](/docs/0.13.0/api/docs/mahout-mr/index.html) - * [Mahout Integration](/docs/0.13.0/api/docs/mahout-integration/index.html) - + * [Mahout Math](/docs/{{ site.mahout-version }}/api/docs/mahout-math/index.html) + * [Mahout Math Scala bindings](/docs/{{ site.mahout-version }}/api/docs/mahout-math-scala/index.html) + * [Mahout Spark bindings](/docs/{{ site.mahout-version }}/api/docs/mahout-spark/index.html) + * [Mahout HDFS](/docs/{{ site.mahout-version }}/api/docs/mahout-hdfs/index.html) + * [Mahout Map-Reduce](/docs/{{ site.mahout-version }}/api/docs/mahout-mr/index.html) + * [Mahout Integration](/docs/{{ site.mahout-version }}/api/docs/mahout-integration/index.html) <a name="DeveloperResources-Issues"></a> ## Issues http://git-wip-us.apache.org/repos/asf/mahout/blob/5c51c601/website/index.md ---------------------------------------------------------------------- diff --git a/website/index.md b/website/index.md index 80fb4ca..f5efc70 100644 --- a/website/index.md +++ b/website/index.md @@ -11,6 +11,7 @@ Apache Mahout(TM) is a <strong>distributed linear algebra framework</strong> and - Modular Native Solvers for CPU/GPU/CUDA Acceleration <h2 class="section-heading">Recent News</h2> + {% for post in site.posts limit: 5 %} {% include posts/post-preview.html %} {% endfor %}
