Repository: incubator-systemml Updated Branches: refs/heads/gh-pages 4f054a310 -> 25f2484e2
[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/25f2484e Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/25f2484e Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/25f2484e Branch: refs/heads/gh-pages Commit: 25f2484e29abafeb8aade7fd2a8b470d921d7228 Parents: 4f054a3 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 ---------------------------------------------------------------------- _layouts/global.html | 4 ++-- index.md | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/25f2484e/_layouts/global.html ---------------------------------------------------------------------- diff --git a/_layouts/global.html b/_layouts/global.html index 8e03017..815f108 100644 --- a/_layouts/global.html +++ b/_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/25f2484e/index.md ---------------------------------------------------------------------- diff --git a/index.md b/index.md index 080dfd2..96b834d 100644 --- a/index.md +++ b/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:
