http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/default.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/default.html 
b/website/_includes/themes/mahout/default.html
deleted file mode 100644
index 529badf..0000000
--- a/website/_includes/themes/mahout/default.html
+++ /dev/null
@@ -1,71 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-
-    <title>{{ page.title }}</title>
-    {% if page.description %}<meta name="description" content="{{ 
page.description }}">{% endif %}
-    <meta name="author" content="{{ site.author.name }}">
-
-    <!-- Enable responsive viewport -->
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <!-- Bootstrap styles -->
-    <link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap.css" rel="stylesheet">
-    <!-- Optional theme -->
-    <link href="{{ ASSET_PATH }}/bootstrap/css/bootstrap-theme.min.css" 
rel="stylesheet">
-    <!-- Sticky Footer -->
-    <link href="{{ ASSET_PATH }}/bootstrap/css/bs-sticky-footer.css" 
rel="stylesheet">
-    
-    <!-- Custom styles -->
-    <link href="{{ ASSET_PATH }}/css/style.css?body=1" rel="stylesheet" 
type="text/css" media="all">
-
-    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
-    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-    <!--[if lt IE 9]>
-      <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-      <script 
src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js";></script>
-    <![endif]-->
-
-    <!-- Fav and touch icons -->
-    <!-- Update these with your own images
-      <link rel="shortcut icon" href="images/favicon.ico">
-      <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-      <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
-      <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
-    -->
-
-    <!-- atom & rss feed -->
-    <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" 
type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-    <link href="{{ BASE_PATH }}{{ site.JB.rss_path }}" 
type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
-
-  </head>
-
-  <body>
-  {% include themes/mahout/navbar_main.html %}
-
-      <div class="container">
-        {{ content }}
-      </div>
-
-    </div>
-
-    <div id="footer">
-      <div class="container">
-        <p>&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}
-          with help from <a href="http://jekyllbootstrap.com"; target="_blank" 
title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
-          and <a href="http://getbootstrap.com"; target="_blank">Bootstrap</a>
-        </p>
-      </div>
-    </div>
-
-    {% include JB/analytics %}
-
-
-    <!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not 
supported in IE8) -->
-    <!-- Placed at the end of the document so the pages load faster -->
-    <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";></script>
-    <script src="{{ ASSET_PATH }}/bootstrap/js/bootstrap.min.js"></script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/footer.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/footer.html 
b/website/_includes/themes/mahout/footer.html
deleted file mode 100644
index 1d1c904..0000000
--- a/website/_includes/themes/mahout/footer.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-    <footer class="site-footer">
-        <div class="container">
-            <div class="row">
-                <div class="col-md-12">
-                    <p class="text-muted">{{ site.data.global.footer_text 
}}</p>
-                </div>
-            </div>
-        </div>
-    </footer>
-
-    </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/header.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/header.html 
b/website/_includes/themes/mahout/header.html
deleted file mode 100644
index 0c29215..0000000
--- a/website/_includes/themes/mahout/header.html
+++ /dev/null
@@ -1,75 +0,0 @@
-<!doctype html>
-<!--[if lt IE 7 ]><html itemscope itemtype="http://schema.org/{% if page.id or 
post.id %}Article{% else %}Organization{% endif %}" id="ie6" class="ie ie-old" 
lang="en-US"><![endif]-->
-<!--[if IE 7 ]>   <html itemscope itemtype="http://schema.org/{% if page.id or 
post.id %}Article{% else %}Organization{% endif %}" id="ie7" class="ie ie-old" 
lang="en-US"><![endif]-->
-<!--[if IE 8 ]>   <html itemscope itemtype="http://schema.org/{% if page.id or 
post.id %}Article{% else %}Organization{% endif %}" id="ie8" class="ie ie-old" 
lang="en-US"><![endif]-->
-<!--[if IE 9 ]>   <html itemscope itemtype="http://schema.org/{% if page.id or 
post.id %}Article{% else %}Organization{% endif %}" id="ie9" class="ie" 
lang="en-US"><![endif]-->
-<!--[if gt IE 9]><!--><html itemscope itemtype="http://schema.org/{% if 
page.id or post.id %}Article{% else %}Organization{% endif %}" 
lang="en-US"><!--<![endif]-->
-<head>
-    <meta name="author" content="The Apache Software Foundation">
-
-    <!-- Enable responsive viewport -->
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-    <!--[if lt IE 9]>
-      <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
-    <![endif]-->
-
-    <!-- Le styles -->
-    <link 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
 rel="stylesheet" 
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
 crossorigin="anonymous">
-    <link href="https://fonts.googleapis.com/icon?family=Material+Icons";>
-    <link href="/assets/themes/mahout/bootstrap/css/bootstrap.css" 
rel="stylesheet">
-    <link href="/assets/themes/mahout/css/style.css?body=1" rel="stylesheet" 
type="text/css">
-    <link href="/assets/themes/mahout/css/syntax.css" rel="stylesheet"  
type="text/css" media="screen" /> 
-
-<!--
-    <link href="/assets/themes/mahout/css/main.css" rel="stylesheet"  
type="text/css" media="screen" /> 
-    <link href="/assets/themes/mahout/css/global.css" rel="stylesheet"  
type="text/css" media="screen" /> 
-    <link href="/assets/themes/mahout/css/global__.css" rel="stylesheet"  
type="text/css" media="screen" /> 
--->
-    <!-- Le fav and touch icons -->
-    <!-- Update these with your own images
-    <link rel="shortcut icon" href="images/favicon.ico">
-    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-    <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
-    <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
-    -->
-
-    <!-- Js -->
-    <script src="https://code.jquery.com/jquery-1.10.2.min.js";></script>
-    <script src="/assets/themes/mahout/bootstrap/js/bootstrap.min.js"></script>
-<script type="text/x-mathjax-config">
-  MathJax.Hub.Config({
-    tex2jax: {
-      skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
-    }
-  });
-  MathJax.Hub.Queue(function() {
-    var all = MathJax.Hub.getAllJax(), i;
-    for(i = 0; i < all.length; i += 1) {
-      all[i].SourceElement().parentNode.className += ' has-jax';
-    }
-  });
-  </script>
-  <script type="text/javascript">
-    var mathjax = document.createElement('script'); 
-    mathjax.type = 'text/javascript'; 
-    mathjax.async = true;
-
-    mathjax.src = ('https:' == document.location.protocol) ?
-        
'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 : 
-        
'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
-    
-      var s = document.getElementsByTagName('script')[0]; 
-    s.parentNode.insertBefore(mathjax, s);
-  </script>
-
-
-    <!-- atom & rss feed -->
-    <link href="/atom.xml" type="application/atom+xml" rel="alternate" 
title="Sitewide ATOM Feed">
-    <link href="/rss.xml" type="application/rss+xml" rel="alternate" 
title="Sitewide RSS Feed">
-
-
-</head>
-
-

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/homepage.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/homepage.html 
b/website/_includes/themes/mahout/homepage.html
deleted file mode 100644
index 0f18c15..0000000
--- a/website/_includes/themes/mahout/homepage.html
+++ /dev/null
@@ -1,160 +0,0 @@
-
-<div class="jumbotron">
-  <div class="container">
-    <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.
-    </p>
-    <div class="border row">
-      <div class="col-md-12 col-sm-12 col-xs-12 text-center newBtn">
-        <a href="http://youtube.com"; target="_mahoutVideo" class="btn 
btn-primary btn-lg bigFingerButton" role="button">Tutorial Video</a>
-        <!-- is this supposed to be a link that works or is it an artifact?? 
^^ -->
-        <a href="https://github.com/apache/mahout"; class="btn btn-primary 
btn-lg bigFingerButton" role="button">GET LATEST MAHOUT</a>
-      </div>
-    </div>
-  </div>
-</div>
-
-<!-- 3 wide column -->
-
-<!--
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-
-
-<div class="new">
-  <div class="container">
-    <h2>Latest Release</h2>
-    <span class="newMahout center-block">Apache Mahout 0.13.0</span>
-    <div class="border row">
-      <div class="border col-md-4 col-sm-4">
-        <h4>Simple and <br/>Extensible</h4>
-        <div class="viz">
-          <p>
-            Build your own algorithms using Mahouts R like interface.  See an 
example in this
-            <a href="" target="_blank">demo</a>
-          </p>
-        </div>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>Support for Multiple <br/>Distributed Backends</h4>
-        <div class="multi">
-        <p>
-           Custom bindings for Spark, Flink, and H20 enable a write once run 
anywhere machine learning platform
-          <a class="thumbnail text-center" href="#thumb">
-            <a href="https://github.com/apache/mahout"; class="btn btn-primary 
btn-lg bigFingerButton" role="button">See more in this DEMO. (not working)</a>
-          </a>
-        </p>
-        </div>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>Introducing Samsara an R<br/> dsl for writing ML algos</h4>
-        <div class="personal">
-        <p>
-          Use this capability to write algorithms at scale, that will run on 
any backend
-        </p>
-        </div>
-      </div>
-    </div>
-    <div class="border row">
-      <div class="border col-md-4 col-sm-4">
-        <h4>Support for GPUs</h4>
-        <p>
-          Distributed GPU Matrix-Matrix and Matrix-Vector multiplication on 
Spark along with sparse and dense matrix GPU-backed support.
-        </p>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>Extensible Algorithms Framework</h4>
-        <p>
-           A new scikit-learn-like framework for algorithms with the goal for
-           creating a consistent API for various machine-learning algorithms
-        </p>
-      </div>
-      <div class="border col-md-4 col-sm-4">
-        <h4>0.13.1 - Future Plans</h4>
-        <p>
-          Further Native Integration
-          * JCuda backing for In-core Matrices and CUDA solvers
-          * GPU/OpenMP Acceleration for linear solvers
-          * Scala 2.11 Support
-          * Spark 2.x Support
-        </p>
-      </div>
-    </div>
-    <div class="col-md-12 col-sm-12 col-xs-12 text-center">
-      <p style="text-align:center; margin-top: 32px; font-size: 14px; color: 
gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more 
details in
-        <a href="tbd">0.13.0 Release Note</a>
-      </p>
-    </div>
-  </div>
-</div>
-
-      <!--
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-
-
-        <div class="container">
-            <div class="row">
-                <div class="col-md-12">
-
-
-                </div>
-            </div>
-            <div class="row">
-                <div class="col-md-12">
-                    {% for post in paginator.posts %}
-                        {% include tile.html %}
-                    {% endfor %}
-
-
-
-                </div>
-            </div>
-        </div>
-
-
-
-<div class="new">
-  <div class="container">
-    <h2>Mahout on Twitter</h2>
-    <br/>
-    <div class="row">
-      <div class="col-md-12 col-sm-12 col-xs-12 text-center">
-        <div class='jekyll-twitter-plugin'><a class="twitter-timeline" 
data-width="500" data-tweet-limit="4" data-chrome="nofooter" 
href="https://twitter.com/ApacheMahout";>Tweets by ApacheMahout</a>
-<script async src="//platform.twitter.com/widgets.js" 
charset="utf-8"></script></div>
-      </div>
-      <div class="col-md-12 col-sm-12 col-xs-12 text-center twitterBtn">
-        <p style="text-align:center; margin-top: 32px; font-size: 12px; color: 
gray; font-weight: 200; font-style: italic; padding-bottom: 0;">See more tweets 
or</p>
-        <a href="https://twitter.com/ApacheMahout"; target="_blank" class="btn 
btn-primary btn-lg round" role="button">
-          Follow Mahout on &nbsp;
-          <i class="fa fa-twitter fa-lg" aria-hidden="true"></i>
-        </a>
-      </div>
-    </div>
-  </div>
-  <hr>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/navbar_main.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/navbar_main.html 
b/website/_includes/themes/mahout/navbar_main.html
deleted file mode 100644
index 409d1e9..0000000
--- a/website/_includes/themes/mahout/navbar_main.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<body class="{{ post.title | downcase | replace:' ','-' | replace:',','' | 
strip_html }}{% if page.category %} category-{{ page.category }}{% endif %}{% 
if page.layout-class %} layout-{{ page.layout-class }}{% endif %}">
-
-    <div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
-      <div class="container">
-        <div class="navbar-header">
-          <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target=".navbar-collapse">
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="navbar-brand" href="/">
-            <img src="/assets/themes/mahout/img/mahout-logo.png" width="75" 
alt="I'm mahout">
-            Apache Mahout
-          </a>
-        </div>
-        <nav class="navbar-collapse collapse" role="navigation">
-          <ul class="nav navbar-nav navbar-right">
-
-            <li id="community">
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Community<b class="caret"></b></a>
-              <ul class="dropdown-menu">
-                <li><a href="/developers/how-to-contribute.html">How to 
Contribute</a></li>
-                <li><a href="/issue-tracker">Issues Tracking (JIRA)</a></li>
-                <li><a href="/developers">Developers</a></li>
-                <li><a href="/mailing-lists">Mailing Lists</a></li>
-                <li><a href="/reference">References</a></li>
-              </ul>
-            </li>         
-            
-            <!-- Download -->
-            <li id="download">
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Download<b class="caret"></b></a>
-              <ul class="dropdown-menu">
-                <li><a href="https://github.com/apache/mahout";>Download 
Mahout</a></li>
-              </ul>
-            </li>
-
-            <!-- Docs -->
-            <li id="docs">
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Docs<b class="caret"></b></a>
-              <ul class="dropdown-menu">
-                <li><span><b>Release</b><span></li>
-                <li><a href="/docs/0.13.0/quickstart">0.13.0</a></li>
-                <li><a href="/tbd">Older Versions</a></li>
-                <li role="separator" class="divider"></li>
-                <li><span><b>Snapshot</b>&nbsp;(development)<span></li>
-                <li><a href="/docs/0.13.1-SNAPSHOT">0.13.1-SNAPSHOT</a></li>
-              </ul>
-            </li>
-
-            <li><a href="/docs/0.13.0/quickstart">QuickStart</a></li>
-            <li><a href="https://github.com/apache/mahout";>GitHub</a></li>
-
-            <!-- Apache -->
-            <li id="apache">
-              <a href="#" data-toggle="dropdown" 
class="dropdown-toggle">Apache<b class="caret"></b></a>
-               <ul class="dropdown-menu">
-                <li><a 
href="http://www.apache.org/foundation/how-it-works.html";>Apache Software 
Foundation</a></li>
-                <li><a href="http://www.apache.org/licenses/";>Apache 
License</a></li>
-                <li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li>
-                <li><a 
href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li>
-              </ul>
-            </li>
-          </ul>
-        </nav><!--/.navbar-collapse -->
-      </div>
-    </div>
-

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/page.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/page.html 
b/website/_includes/themes/mahout/page.html
deleted file mode 100644
index e981ad9..0000000
--- a/website/_includes/themes/mahout/page.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-</div>
-
-<div class="row">
-  <div class="col-xs-12">
-    {{ content }}
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/pagination.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/pagination.html 
b/website/_includes/themes/mahout/pagination.html
deleted file mode 100644
index fcccc8d..0000000
--- a/website/_includes/themes/mahout/pagination.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<nav class="pagination-wrap">
-    <ul class="pagination">
-        {% if paginator.previous_page %}
-        <li>
-            <a href="{{ paginator.previous_page_path | prepend: site.baseurl | 
replace: '//', '/' }}" aria-label="Previous">
-                <span aria-hidden="true">&laquo;</span>
-            </a>
-        </li>
-        {% endif %}
-
-        {% for page in (1..paginator.total_pages) %}
-            {% if page == paginator.page %}
-            <li class="active">
-                <a href="#">{{ page }}</a>
-            </li>
-            {% elsif page == 1 %}
-            <li>
-                <a href="{{ paginator.previous_page_path | prepend: 
site.baseurl | replace: '//', '/' }}">{{ page }}</a>
-            </li>
-            {% else %}
-            <li>
-                <a href="{{ site.paginate_path | prepend: site.baseurl | 
replace: '//', '/' | replace: ':num', page }}">{{ page }}</a>
-            </li>
-            {% endif %}
-        {% endfor %}
-
-        {% if paginator.next_page %}
-        <li>
-            <a href="{{ paginator.next_page_path | prepend: site.baseurl | 
replace: '//', '/' }}" aria-label="Next">
-                <span aria-hidden="true">&raquo;</span>
-            </a>
-        </li>
-        {% endif %}
-    </ul>
-</nav>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/post.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/post.html 
b/website/_includes/themes/mahout/post.html
deleted file mode 100644
index 85cc0f4..0000000
--- a/website/_includes/themes/mahout/post.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% 
endif %}</h1>
-</div>
-
-<div class="row post-full">
-  <div class="col-xs-12">
-    <div class="date">
-      <span>{{ page.date | date_to_long_string }}</span>
-    </div>
-    <div class="content">
-      {{ content }}
-    </div>
-
-  {% unless page.categories == empty %}
-    <ul class="tag_box inline">
-      <li><i class="glyphicon glyphicon-open"></i></li>
-      {% assign categories_list = page.categories %}
-      {% include JB/categories_list %}
-    </ul>
-  {% endunless %}  
-
-  {% unless page.tags == empty %}
-    <ul class="tag_box inline">
-      <li><i class="glyphicon glyphicon-tags"></i></li>
-      {% assign tags_list = page.tags %}
-      {% include JB/tags_list %}
-    </ul>
-  {% endunless %}  
-  
-    <hr>
-    <ul class="pagination">
-    {% if page.previous %}
-      <li class="prev"><a href="{{ BASE_PATH }}{{ page.previous.url }}" 
title="{{ page.previous.title }}">&laquo; Previous</a></li>
-    {% else %}
-      <li class="prev disabled"><a>&larr; Previous</a></li>
-    {% endif %}
-      <li><a href="{{ BASE_PATH }}{{ site.JB.archive_path }}">Archive</a></li>
-    {% if page.next %}
-      <li class="next"><a href="{{ BASE_PATH }}{{ page.next.url }}" title="{{ 
page.next.title }}">Next &raquo;</a></li>
-    {% else %}
-      <li class="next disabled"><a>Next &rarr;</a>
-    {% endif %}
-    </ul>
-    <hr>
-    {% include JB/comments %}
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/settings.yml
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/settings.yml 
b/website/_includes/themes/mahout/settings.yml
deleted file mode 100644
index 7bf9f32..0000000
--- a/website/_includes/themes/mahout/settings.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-theme :
-  name : mahout
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/tile.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/tile.html 
b/website/_includes/themes/mahout/tile.html
deleted file mode 100644
index 4c943c2..0000000
--- a/website/_includes/themes/mahout/tile.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<div class="tile">
-    {% if post.featured_image or post.featured_video_id %}
-    <a href="{{ post.url | prepend: site.baseurl }}" class="featurette">
-        {% if post.featured_image %}
-        <!--<span class="img" style="background-image: url('{{ 
post.featured_image }}');"></span> -->
-        <span class="img" style="background-image"><img src= '{{ 
post.mh_featured_image }}'></span>
-
-        {% endif %}
-
-        {% if post.featured_video_id %}
-        <iframe src="https://www.youtube.com/embed/{{ post.featured_video_id 
}}" frameborder="0" allowfullscreen></iframe>
-        {% endif %}
-    </a>
-    {% endif %}
-    <div class="inner-guts">
-        <h2><a href="{{ post.mh_featured_url  }}">{{ post.title }}</a></h2>
-        <aside>
-            {{ post.date | date: "%m.%d.%y" }}
-            {% if post.categories != empty %}
-                &middot;
-                {% for category in post.categories %}
-                    <span>{{ category }}</span>
-                {% endfor %}
-            {% endif %}
-        </aside>
-        <div class="excerpt">{{ post.excerpt }}</div>
-        <a href="{{ post.mh_featured_url }}" class="read-more btn btn-info 
btn-lg">Read More <i class="fa fa-angle-right"></i></a>
-        {% if post.categories != empty %}
-        <div class="tags">
-            {% for tag in post.tags %}
-            <span>{{ tag }}</span>
-            {% endfor %}
-        </div>
-        {% endif %}
-    </div>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout/title-group.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout/title-group.html 
b/website/_includes/themes/mahout/title-group.html
deleted file mode 100644
index 3daca36..0000000
--- a/website/_includes/themes/mahout/title-group.html
+++ /dev/null
@@ -1,43 +0,0 @@
-{% if page.featured_image or page.featured_video_id %}
-    <div class="topper">
-        {% if page.featured_image %}
-        <span class="img" style="background-image: url('{{ page.featured_image 
}}');">
-        {% endif %}
-
-        {% if page.featured_video_id %}
-        <iframe src="https://www.youtube.com/embed/{{ page.featured_video_id 
}}" frameborder="0" allowfullscreen></iframe>
-        {% endif %}
-    </div>
-{% endif %}
-
-<div class="title-group">
-    <h1 class="special">
-        <span>
-        {% if page.title %}
-            {{ page.title }}
-        {% else %}
-            {{ site.data.global.title }}
-        {% endif %}
-        </span>
-    </h1>
-    {% if page.id %}
-    <aside>
-        {{ page.date | date: "%m.%d.%y" }}
-        {% if page.categories != empty %}
-            &middot;
-            {% for category in page.categories %}
-                <span>{{ category }}</span>
-            {% endfor %}
-        {% endif %}
-    </aside>
-    {% endif %}
-    <p class="lead">
-        {% if page.lead_text %}
-            {{ page.lead_text }}
-        {% elsif post.lead_text %}
-            {{ post.lead_text }}
-        {% else %}
-            {{ site.data.global.description }}
-        {% endif %}
-    </p>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout2/default.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout2/default.html 
b/website/_includes/themes/mahout2/default.html
deleted file mode 100644
index b21b9d8..0000000
--- a/website/_includes/themes/mahout2/default.html
+++ /dev/null
@@ -1,115 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-
-  <title>{{ page.title }}</title>
-  {% if page.description %}<meta name="description" content="{{ 
page.description }}">{% endif %}
-  <meta name="author" content="{{ site.author.name }}">
-
-  <!-- Enable responsive viewport -->
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <!-- Bootstrap styles -->
-  <link href="{{ ASSET_PATH }}/css/bootstrap.min.css" rel="stylesheet">
-  <!-- Optional theme -->
-  <link href="{{ ASSET_PATH }}/css/bootstrap-theme.min.css" rel="stylesheet">
-  <!-- Sticky Footer -->
-  <link href="{{ ASSET_PATH }}/css/bs-sticky-footer.css" rel="stylesheet">
-
-  <!-- Custom styles -->
-  <link href="{{ ASSET_PATH }}/css/style.css" rel="stylesheet" type="text/css" 
media="all">
-
-  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
-  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-  <!--[if lt IE 9]>
-  <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-  <script 
src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js";></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <!-- Update these with your own images
-    <link rel="shortcut icon" href="images/favicon.ico">
-    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-    <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
-    <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
-  -->
-
-  <!-- atom & rss feed -->
-  <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" 
type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-  <link href="{{ BASE_PATH }}{{ site.JB.rss_path }}" 
type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
-  <script type="text/x-mathjax-config">
-  MathJax.Hub.Config({
-    tex2jax: {
-      skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
-    }
-  });
-  MathJax.Hub.Queue(function() {
-    var all = MathJax.Hub.getAllJax(), i;
-    for(i = 0; i < all.length; i += 1) {
-      all[i].SourceElement().parentNode.className += ' has-jax';
-    }
-  });
-  </script>
-  <script type="text/javascript">
-    var mathjax = document.createElement('script');
-    mathjax.type = 'text/javascript';
-    mathjax.async = true;
-
-    mathjax.src = ('https:' == document.location.protocol) ?
-        
'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 :
-        
'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
-
-      var s = document.getElementsByTagName('script')[0];
-    s.parentNode.insertBefore(mathjax, s);
-  </script>
-</head>
-
-<body>
-
-<div id="wrap">
-  <body class="{{ post.title | downcase | replace:' ','-' | replace:',','' | 
strip_html }}{% if page.category %} category-{{ page.category }}{% endif %}{% 
if page.layout-class %} layout-{{ page.layout-class }}{% endif %}">
-  <nav class="navbar navbar-default">
-    <div class="container-fluid">
-      <!-- Brand and toggle get grouped for better mobile display -->
-      <div class="navbar-header">
-        <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
-          <span class="sr-only">Toggle navigation</span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-          <span class="icon-bar"></span>
-        </button>
-        <a class="navbar-brand" href="/">
-          <img src="{{ BASE_PATH }}/assets/img/Mahout-logo-82x100.png" 
height="30" alt="I'm mahout">
-        </a>
-      </div>
-
-      {% include navbar.html %}
-    </div><!-- /.container-fluid -->
-  </nav>
-  <div class="container">
-    {{ content }}
-  </div>
-
-
-</div>
-
-<div id="footer">
-  <div class="container">
-    <p>&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}
-      with help from <a href="http://jekyllbootstrap.com"; target="_blank" 
title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
-      and <a href="http://getbootstrap.com"; target="_blank">Bootstrap</a>
-    </p>
-  </div>
-</div>
-
-{% include JB/analytics %}
-
-
-<!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not 
supported in IE8) -->
-<!-- Placed at the end of the document so the pages load faster -->
-<script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";></script>
-<script src="{{ ASSET_PATH }}/js/bootstrap.min.js"></script>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout2/page.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout2/page.html 
b/website/_includes/themes/mahout2/page.html
deleted file mode 100755
index e981ad9..0000000
--- a/website/_includes/themes/mahout2/page.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-</div>
-
-<div class="row">
-  <div class="col-xs-12">
-    {{ content }}
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout2/post.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout2/post.html 
b/website/_includes/themes/mahout2/post.html
deleted file mode 100644
index 0de6bcc..0000000
--- a/website/_includes/themes/mahout2/post.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-</div>
-
-<div class="row">
-  <div class="col-xs-12">
-    {{ content }}
-  </div>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout2/settings.yml
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout2/settings.yml 
b/website/_includes/themes/mahout2/settings.yml
deleted file mode 100644
index 615b135..0000000
--- a/website/_includes/themes/mahout2/settings.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-theme :
-  name : mahout2
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/algorithm.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/algorithm.html 
b/website/_includes/themes/mahout3/algorithm.html
deleted file mode 100644
index 1ffdf8c..0000000
--- a/website/_includes/themes/mahout3/algorithm.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-<div class="row">
-    <div class="col-md-3">
-        {% include algo_navbar.html %}
-    </div>
-
-    <div class="col-md-8">
-        <div class="page-header">
-            <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-        </div>
-        {{ content }}
-    </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/default.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/default.html 
b/website/_includes/themes/mahout3/default.html
deleted file mode 100644
index ddd76c7..0000000
--- a/website/_includes/themes/mahout3/default.html
+++ /dev/null
@@ -1,117 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="utf-8">
-  <meta http-equiv="X-UA-Compatible" content="IE=edge">
-
-  <title>{{ page.title }}</title>
-  {% if page.description %}<meta name="description" content="{{ 
page.description }}">{% endif %}
-  <meta name="author" content="{{ site.author.name }}">
-
-  <!-- Enable responsive viewport -->
-  <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-  <!-- Bootstrap styles -->
-  <link href="{{ ASSET_PATH }}/css/bootstrap.min.css" rel="stylesheet">
-  <!-- Optional theme -->
-  <link href="{{ ASSET_PATH }}/css/bootstrap-theme.min.css" rel="stylesheet">
-  <!-- Sticky Footer -->
-  <link href="{{ ASSET_PATH }}/css/bs-sticky-footer.css" rel="stylesheet">
-
-  <!-- Custom styles -->
-  <link href="{{ ASSET_PATH }}/css/style.css" rel="stylesheet" type="text/css" 
media="all">
-
-  <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media 
queries -->
-  <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
-  <!--[if lt IE 9]>
-  <script 
src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js";></script>
-  <script 
src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js";></script>
-  <![endif]-->
-
-  <!-- Fav and touch icons -->
-  <!-- Update these with your own images
-    <link rel="shortcut icon" href="images/favicon.ico">
-    <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
-    <link rel="apple-touch-icon" sizes="72x72" 
href="images/apple-touch-icon-72x72.png">
-    <link rel="apple-touch-icon" sizes="114x114" 
href="images/apple-touch-icon-114x114.png">
-  -->
-
-  <!-- atom & rss feed -->
-  <link href="{{ BASE_PATH }}{{ site.JB.atom_path }}" 
type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
-  <link href="{{ BASE_PATH }}{{ site.JB.rss_path }}" 
type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
-  <script type="text/x-mathjax-config">
-  MathJax.Hub.Config({
-    tex2jax: {
-      skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
-    }
-  });
-  MathJax.Hub.Queue(function() {
-    var all = MathJax.Hub.getAllJax(), i;
-    for(i = 0; i < all.length; i += 1) {
-      all[i].SourceElement().parentNode.className += ' has-jax';
-    }
-  });
-  </script>
-  <script type="text/javascript">
-    var mathjax = document.createElement('script');
-    mathjax.type = 'text/javascript';
-    mathjax.async = true;
-
-    mathjax.src = ('https:' == document.location.protocol) ?
-        
'https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 :
-        
'http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
-
-      var s = document.getElementsByTagName('script')[0];
-    s.parentNode.insertBefore(mathjax, s);
-  </script>
-</head>
-
-<nav class="navbar navbar-default navbar-fixed-top">
-  <div class="container-fluid">
-    <!-- Brand and toggle get grouped for better mobile display -->
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" 
aria-expanded="false">
-        <span class="sr-only">Toggle navigation</span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-        <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/">
-        <img src="{{ BASE_PATH }}/assets/img/Mahout-logo-82x100.png" 
height="30" alt="I'm mahout">
-      </a>
-    </div>
-
-    {% include navbar.html %}
-  </div><!-- /.container-fluid -->
-</nav>
-
-<body>
-
-<div id="wrap">
-  <body class="{{ post.title | downcase | replace:' ','-' | replace:',','' | 
strip_html }}{% if page.category %} category-{{ page.category }}{% endif %}{% 
if page.layout-class %} layout-{{ page.layout-class }}{% endif %}">
-
-  <div class="container">
-    {{ content }}
-  </div>
-
-
-</div>
-
-<div id="footer">
-  <div class="container">
-    <p>&copy; {{ site.time | date: '%Y' }} {{ site.author.name }}
-      with help from <a href="http://jekyllbootstrap.com"; target="_blank" 
title="The Definitive Jekyll Blogging Framework">Jekyll Bootstrap</a>
-      and <a href="http://getbootstrap.com"; target="_blank">Bootstrap</a>
-    </p>
-  </div>
-</div>
-
-{% include JB/analytics %}
-
-
-<!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not 
supported in IE8) -->
-<!-- Placed at the end of the document so the pages load faster -->
-<script 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";></script>
-<script src="{{ ASSET_PATH }}/js/bootstrap.min.js"></script>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/mr_algorithm.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/mr_algorithm.html 
b/website/_includes/themes/mahout3/mr_algorithm.html
deleted file mode 100644
index 7a01d04..0000000
--- a/website/_includes/themes/mahout3/mr_algorithm.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-<div class="row">
-    <div class="col-xs-3">
-        {% include mr_algo_navbar.html %}
-    </div>
-
-    <div class="col-xs-8">
-        <div class="page-header">
-            <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-        </div>
-        {{ content }}
-    </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/mr_tutorial.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/mr_tutorial.html 
b/website/_includes/themes/mahout3/mr_tutorial.html
deleted file mode 100644
index 1ebb34d..0000000
--- a/website/_includes/themes/mahout3/mr_tutorial.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-<div class="row">
-    <div class="col-xs-3">
-        {% include mr_tutorial_navbar.html %}
-    </div>
-
-    <div class="col-xs-8">
-        <div class="page-header">
-            <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-        </div>
-        {{ content }}
-    </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/page.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/page.html 
b/website/_includes/themes/mahout3/page.html
deleted file mode 100755
index e981ad9..0000000
--- a/website/_includes/themes/mahout3/page.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-</div>
-
-<div class="row">
-  <div class="col-xs-12">
-    {{ content }}
-  </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/post.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/post.html 
b/website/_includes/themes/mahout3/post.html
deleted file mode 100644
index 0de6bcc..0000000
--- a/website/_includes/themes/mahout3/post.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="page-header">
-  <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-</div>
-
-<div class="row">
-  <div class="col-xs-12">
-    {{ content }}
-  </div>
-</div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/settings.yml
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/settings.yml 
b/website/_includes/themes/mahout3/settings.yml
deleted file mode 100644
index 796adc1..0000000
--- a/website/_includes/themes/mahout3/settings.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-theme :
-  name : mahout3
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/_includes/themes/mahout3/tutorial.html
----------------------------------------------------------------------
diff --git a/website/_includes/themes/mahout3/tutorial.html 
b/website/_includes/themes/mahout3/tutorial.html
deleted file mode 100644
index d3597c7..0000000
--- a/website/_includes/themes/mahout3/tutorial.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-<div class="row">
-    <div class="col-xs-3">
-        {% include tutorial_navbar.html %}
-    </div>
-
-    <div class="col-xs-8">
-        <div class="page-header">
-            <h1>{{ page.title }} {% if page.tagline %} <small>{{ page.tagline 
}}</small>{% endif %}</h1>
-        </div>
-        {{ content }}
-    </div>
-</div>

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/2dDirichletASN.png
----------------------------------------------------------------------
diff --git a/website/assets/img/2dDirichletASN.png 
b/website/assets/img/2dDirichletASN.png
deleted file mode 100644
index b4fafab..0000000
Binary files a/website/assets/img/2dDirichletASN.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/2dDirichletASN4040.png
----------------------------------------------------------------------
diff --git a/website/assets/img/2dDirichletASN4040.png 
b/website/assets/img/2dDirichletASN4040.png
deleted file mode 100644
index 7fb0508..0000000
Binary files a/website/assets/img/2dDirichletASN4040.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/2dDirichletSN.png
----------------------------------------------------------------------
diff --git a/website/assets/img/2dDirichletSN.png 
b/website/assets/img/2dDirichletSN.png
deleted file mode 100644
index 31e45a7..0000000
Binary files a/website/assets/img/2dDirichletSN.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/2dFuzzyKMeans.png
----------------------------------------------------------------------
diff --git a/website/assets/img/2dFuzzyKMeans.png 
b/website/assets/img/2dFuzzyKMeans.png
deleted file mode 100644
index 5e9f187..0000000
Binary files a/website/assets/img/2dFuzzyKMeans.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/2dKMeans.png
----------------------------------------------------------------------
diff --git a/website/assets/img/2dKMeans.png b/website/assets/img/2dKMeans.png
deleted file mode 100644
index 877648a..0000000
Binary files a/website/assets/img/2dKMeans.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/2dMeanShift.png
----------------------------------------------------------------------
diff --git a/website/assets/img/2dMeanShift.png 
b/website/assets/img/2dMeanShift.png
deleted file mode 100644
index 4322ac4..0000000
Binary files a/website/assets/img/2dMeanShift.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/AsymmetricSampleData.png
----------------------------------------------------------------------
diff --git a/website/assets/img/AsymmetricSampleData.png 
b/website/assets/img/AsymmetricSampleData.png
deleted file mode 100644
index fd647fc..0000000
Binary files a/website/assets/img/AsymmetricSampleData.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Canopy.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Canopy.png b/website/assets/img/Canopy.png
deleted file mode 100644
index 934efd7..0000000
Binary files a/website/assets/img/Canopy.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Canopy10.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Canopy10.png b/website/assets/img/Canopy10.png
deleted file mode 100644
index 4bb291c..0000000
Binary files a/website/assets/img/Canopy10.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/DirichletASN.png
----------------------------------------------------------------------
diff --git a/website/assets/img/DirichletASN.png 
b/website/assets/img/DirichletASN.png
deleted file mode 100644
index eba9444..0000000
Binary files a/website/assets/img/DirichletASN.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/DirichletN.png
----------------------------------------------------------------------
diff --git a/website/assets/img/DirichletN.png 
b/website/assets/img/DirichletN.png
deleted file mode 100644
index 9ae0fd3..0000000
Binary files a/website/assets/img/DirichletN.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/DirichletSN.png
----------------------------------------------------------------------
diff --git a/website/assets/img/DirichletSN.png 
b/website/assets/img/DirichletSN.png
deleted file mode 100644
index 50d648b..0000000
Binary files a/website/assets/img/DirichletSN.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/DirichletSN40.png
----------------------------------------------------------------------
diff --git a/website/assets/img/DirichletSN40.png 
b/website/assets/img/DirichletSN40.png
deleted file mode 100644
index 51f2089..0000000
Binary files a/website/assets/img/DirichletSN40.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Example
 implementation of k-Means provided with Mahout.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Example implementation of k-Means provided with 
Mahout.png b/website/assets/img/Example implementation of k-Means provided with 
Mahout.png
deleted file mode 100644
index e8b7180..0000000
Binary files a/website/assets/img/Example implementation of k-Means provided 
with Mahout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/FuzzyKMeans.png
----------------------------------------------------------------------
diff --git a/website/assets/img/FuzzyKMeans.png 
b/website/assets/img/FuzzyKMeans.png
deleted file mode 100644
index 676574a..0000000
Binary files a/website/assets/img/FuzzyKMeans.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/KMeans.png
----------------------------------------------------------------------
diff --git a/website/assets/img/KMeans.png b/website/assets/img/KMeans.png
deleted file mode 100644
index 73d0a27..0000000
Binary files a/website/assets/img/KMeans.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Mahout-logo-164x200.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Mahout-logo-164x200.png 
b/website/assets/img/Mahout-logo-164x200.png
deleted file mode 100644
index 69cd409..0000000
Binary files a/website/assets/img/Mahout-logo-164x200.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Mahout-logo-245x300.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Mahout-logo-245x300.png 
b/website/assets/img/Mahout-logo-245x300.png
deleted file mode 100644
index e43bcab..0000000
Binary files a/website/assets/img/Mahout-logo-245x300.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Mahout-logo-327x400.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Mahout-logo-327x400.png 
b/website/assets/img/Mahout-logo-327x400.png
deleted file mode 100644
index f0341ac..0000000
Binary files a/website/assets/img/Mahout-logo-327x400.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/Mahout-logo-82x100.png
----------------------------------------------------------------------
diff --git a/website/assets/img/Mahout-logo-82x100.png 
b/website/assets/img/Mahout-logo-82x100.png
deleted file mode 100644
index 31d40c4..0000000
Binary files a/website/assets/img/Mahout-logo-82x100.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/MeanShift.png
----------------------------------------------------------------------
diff --git a/website/assets/img/MeanShift.png b/website/assets/img/MeanShift.png
deleted file mode 100644
index ea7f5e1..0000000
Binary files a/website/assets/img/MeanShift.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/SampleData.png
----------------------------------------------------------------------
diff --git a/website/assets/img/SampleData.png 
b/website/assets/img/SampleData.png
deleted file mode 100644
index 48c4690..0000000
Binary files a/website/assets/img/SampleData.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/bg.png
----------------------------------------------------------------------
diff --git a/website/assets/img/bg.png b/website/assets/img/bg.png
deleted file mode 100755
index 8c6d61b..0000000
Binary files a/website/assets/img/bg.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/debug-config-2.png
----------------------------------------------------------------------
diff --git a/website/assets/img/debug-config-2.png 
b/website/assets/img/debug-config-2.png
deleted file mode 100644
index 59a09b4..0000000
Binary files a/website/assets/img/debug-config-2.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/debug-config.png
----------------------------------------------------------------------
diff --git a/website/assets/img/debug-config.png 
b/website/assets/img/debug-config.png
deleted file mode 100644
index be49441..0000000
Binary files a/website/assets/img/debug-config.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/download-mahout.png
----------------------------------------------------------------------
diff --git a/website/assets/img/download-mahout.png 
b/website/assets/img/download-mahout.png
deleted file mode 100644
index 77fa513..0000000
Binary files a/website/assets/img/download-mahout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/download-original.png
----------------------------------------------------------------------
diff --git a/website/assets/img/download-original.png 
b/website/assets/img/download-original.png
deleted file mode 100644
index ef50ce9..0000000
Binary files a/website/assets/img/download-original.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/download.png
----------------------------------------------------------------------
diff --git a/website/assets/img/download.png b/website/assets/img/download.png
deleted file mode 100644
index ec24e77..0000000
Binary files a/website/assets/img/download.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/flink_squirrel_100_color.png
----------------------------------------------------------------------
diff --git a/website/assets/img/flink_squirrel_100_color.png 
b/website/assets/img/flink_squirrel_100_color.png
deleted file mode 100644
index c508e1e..0000000
Binary files a/website/assets/img/flink_squirrel_100_color.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/generic
 page.png
----------------------------------------------------------------------
diff --git a/website/assets/img/generic page.png b/website/assets/img/generic 
page.png
deleted file mode 100644
index 892564d..0000000
Binary files a/website/assets/img/generic page.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/home-wrapper-original.png
----------------------------------------------------------------------
diff --git a/website/assets/img/home-wrapper-original.png 
b/website/assets/img/home-wrapper-original.png
deleted file mode 100644
index 24b88c0..0000000
Binary files a/website/assets/img/home-wrapper-original.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/home-wrapper-v2.png
----------------------------------------------------------------------
diff --git a/website/assets/img/home-wrapper-v2.png 
b/website/assets/img/home-wrapper-v2.png
deleted file mode 100644
index 8789219..0000000
Binary files a/website/assets/img/home-wrapper-v2.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/home-wrapper-v3.png
----------------------------------------------------------------------
diff --git a/website/assets/img/home-wrapper-v3.png 
b/website/assets/img/home-wrapper-v3.png
deleted file mode 100644
index bbcdd93..0000000
Binary files a/website/assets/img/home-wrapper-v3.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/home-wrapper.png
----------------------------------------------------------------------
diff --git a/website/assets/img/home-wrapper.png 
b/website/assets/img/home-wrapper.png
deleted file mode 100644
index 02a7b72..0000000
Binary files a/website/assets/img/home-wrapper.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/instruction_arrow.png
----------------------------------------------------------------------
diff --git a/website/assets/img/instruction_arrow.png 
b/website/assets/img/instruction_arrow.png
deleted file mode 100644
index 0fbc724..0000000
Binary files a/website/assets/img/instruction_arrow.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/logo.png
----------------------------------------------------------------------
diff --git a/website/assets/img/logo.png b/website/assets/img/logo.png
deleted file mode 100644
index c8e6c22..0000000
Binary files a/website/assets/img/logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-100.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-100.png 
b/website/assets/img/mahout-logo-100.png
deleted file mode 100644
index 9868200..0000000
Binary files a/website/assets/img/mahout-logo-100.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-200.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-200.png 
b/website/assets/img/mahout-logo-200.png
deleted file mode 100644
index 4ef5bdd..0000000
Binary files a/website/assets/img/mahout-logo-200.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-300.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-300.png 
b/website/assets/img/mahout-logo-300.png
deleted file mode 100644
index 2fbd589..0000000
Binary files a/website/assets/img/mahout-logo-300.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-400.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-400.png 
b/website/assets/img/mahout-logo-400.png
deleted file mode 100644
index d9ac832..0000000
Binary files a/website/assets/img/mahout-logo-400.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-brudman.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-brudman.png 
b/website/assets/img/mahout-logo-brudman.png
deleted file mode 100644
index 5f515bf..0000000
Binary files a/website/assets/img/mahout-logo-brudman.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-poweredby-100.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-poweredby-100.png 
b/website/assets/img/mahout-logo-poweredby-100.png
deleted file mode 100644
index 8f8af00..0000000
Binary files a/website/assets/img/mahout-logo-poweredby-100.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-poweredby-55.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-poweredby-55.png 
b/website/assets/img/mahout-logo-poweredby-55.png
deleted file mode 100644
index 9814d31..0000000
Binary files a/website/assets/img/mahout-logo-poweredby-55.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-poweredby.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-poweredby.png 
b/website/assets/img/mahout-logo-poweredby.png
deleted file mode 100644
index 205fd60..0000000
Binary files a/website/assets/img/mahout-logo-poweredby.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo-transparent-400.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo-transparent-400.png 
b/website/assets/img/mahout-logo-transparent-400.png
deleted file mode 100644
index 583436b..0000000
Binary files a/website/assets/img/mahout-logo-transparent-400.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-logo.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-logo.png 
b/website/assets/img/mahout-logo.png
deleted file mode 100644
index b3dd9e9..0000000
Binary files a/website/assets/img/mahout-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout-lupe.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout-lupe.png 
b/website/assets/img/mahout-lupe.png
deleted file mode 100644
index d9d3146..0000000
Binary files a/website/assets/img/mahout-lupe.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout2_theme.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout2_theme.png 
b/website/assets/img/mahout2_theme.png
deleted file mode 100644
index 0ca4740..0000000
Binary files a/website/assets/img/mahout2_theme.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mahout_theme.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mahout_theme.png 
b/website/assets/img/mahout_theme.png
deleted file mode 100644
index 40c04ad..0000000
Binary files a/website/assets/img/mahout_theme.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mantle-1-original.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mantle-1-original.png 
b/website/assets/img/mantle-1-original.png
deleted file mode 100644
index e5544b7..0000000
Binary files a/website/assets/img/mantle-1-original.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mantle-asf.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mantle-asf.png 
b/website/assets/img/mantle-asf.png
deleted file mode 100644
index 96d73dd..0000000
Binary files a/website/assets/img/mantle-asf.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mantle-community.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mantle-community.png 
b/website/assets/img/mantle-community.png
deleted file mode 100644
index 0d93140..0000000
Binary files a/website/assets/img/mantle-community.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mantle-hadoop.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mantle-hadoop.png 
b/website/assets/img/mantle-hadoop.png
deleted file mode 100644
index 9a33f1f..0000000
Binary files a/website/assets/img/mantle-hadoop.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/mantle-mahout.png
----------------------------------------------------------------------
diff --git a/website/assets/img/mantle-mahout.png 
b/website/assets/img/mantle-mahout.png
deleted file mode 100644
index 9bd33da..0000000
Binary files a/website/assets/img/mantle-mahout.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/screen.png
----------------------------------------------------------------------
diff --git a/website/assets/img/screen.png b/website/assets/img/screen.png
deleted file mode 100644
index eb54507..0000000
Binary files a/website/assets/img/screen.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/sgd-class-hierarchy.png
----------------------------------------------------------------------
diff --git a/website/assets/img/sgd-class-hierarchy.png 
b/website/assets/img/sgd-class-hierarchy.png
deleted file mode 100644
index 7d5364f..0000000
Binary files a/website/assets/img/sgd-class-hierarchy.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/sidebar-original.png
----------------------------------------------------------------------
diff --git a/website/assets/img/sidebar-original.png 
b/website/assets/img/sidebar-original.png
deleted file mode 100644
index 55ea78d..0000000
Binary files a/website/assets/img/sidebar-original.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/sidebar.png
----------------------------------------------------------------------
diff --git a/website/assets/img/sidebar.png b/website/assets/img/sidebar.png
deleted file mode 100644
index 37366aa..0000000
Binary files a/website/assets/img/sidebar.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/taste-architecture.png
----------------------------------------------------------------------
diff --git a/website/assets/img/taste-architecture.png 
b/website/assets/img/taste-architecture.png
deleted file mode 100644
index d2f23e0..0000000
Binary files a/website/assets/img/taste-architecture.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/vector-class-hierarchy.png
----------------------------------------------------------------------
diff --git a/website/assets/img/vector-class-hierarchy.png 
b/website/assets/img/vector-class-hierarchy.png
deleted file mode 100644
index 002626e..0000000
Binary files a/website/assets/img/vector-class-hierarchy.png and /dev/null 
differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/wiki-bg.png
----------------------------------------------------------------------
diff --git a/website/assets/img/wiki-bg.png b/website/assets/img/wiki-bg.png
deleted file mode 100644
index 73b65ae..0000000
Binary files a/website/assets/img/wiki-bg.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/wiki-wrapper-original.png
----------------------------------------------------------------------
diff --git a/website/assets/img/wiki-wrapper-original.png 
b/website/assets/img/wiki-wrapper-original.png
deleted file mode 100644
index 2d23ec0..0000000
Binary files a/website/assets/img/wiki-wrapper-original.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/mahout/blob/978d4467/website/assets/img/wiki-wrapper.png
----------------------------------------------------------------------
diff --git a/website/assets/img/wiki-wrapper.png 
b/website/assets/img/wiki-wrapper.png
deleted file mode 100644
index d689225..0000000
Binary files a/website/assets/img/wiki-wrapper.png and /dev/null differ

Reply via email to