Repository: incubator-systemml Updated Branches: refs/heads/master 640b4c9c1 -> 14830a241
[MINOR] Remove incubator and incubating from docs template and index Remove incubator and incubating text references from index.md and global.html template due to project graduation to an Apache TLP. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/14830a24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/14830a24 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/14830a24 Branch: refs/heads/master Commit: 14830a241d2dcaa348c0158774f1d196bab52db1 Parents: 640b4c9 Author: Deron Eriksson <[email protected]> Authored: Thu May 18 23:12:17 2017 -0700 Committer: Deron Eriksson <[email protected]> Committed: Thu May 18 23:12:17 2017 -0700 ---------------------------------------------------------------------- docs/_layouts/global.html | 4 ++-- docs/index.md | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/14830a24/docs/_layouts/global.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html index 8e03017..815f108 100644 --- a/docs/_layouts/global.html +++ b/docs/_layouts/global.html @@ -25,10 +25,10 @@ <div class="container"> <div class="navbar-header"> <div class="navbar-brand brand projectlogo"> - <a href="http://systemml.apache.org/"><img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/></a> + <a href="http://systemml.apache.org/"><img class="logo" src="img/systemml-logo.png" alt="Apache SystemML" title="Apache SystemML"/></a> </div> <div class="navbar-brand brand projecttitle"> - <a href="http://systemml.apache.org/">Apache SystemML<sup id="trademark">â¢</sup> (incubating)</a><br/> + <a href="http://systemml.apache.org/">Apache SystemML<sup id="trademark">â¢</sup></a><br/> <span class="version">{{site.SYSTEMML_VERSION}}</span> </div> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/14830a24/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 080dfd2..96b834d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,9 +23,6 @@ limitations under the License. {% endcomment %} --> -SystemML is now an **Apache Incubator** project! Please see the [**Apache SystemML**](http://systemml.apache.org/) -website for more information. - SystemML is a flexible, scalable machine learning system. SystemML's distinguishing characteristics are:
