You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2017/02/08 19:31:43 UTC

[1/6] incubator-systemml git commit: [SYSTEMML-1206][SYSTEMML-1207][SYSTEMML-1210] Logo, favicon, trademark for docs

Repository: incubator-systemml
Updated Branches:
  refs/heads/branch-0.12 09c635629 -> 399988336


[SYSTEMML-1206][SYSTEMML-1207][SYSTEMML-1210] Logo, favicon, trademark for docs

Update project documentation logo to new logo from main website.
Update favicon.png to new favicon.png from main website.
Add trademark symbol to SystemML in header.
Modify styles, mostly for header.

Closes #365.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/56b9944a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/56b9944a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/56b9944a

Branch: refs/heads/branch-0.12
Commit: 56b9944a6a1cb92b7d8124a1b8afbd75f8214845
Parents: 09c6356
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Jan 26 17:02:42 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Feb 7 18:07:16 2017 -0800

----------------------------------------------------------------------
 docs/_layouts/global.html  |   2 +-
 docs/css/main.css          |  21 +++++++++++++++------
 docs/img/favicon.png       | Bin 2774 -> 461 bytes
 docs/img/systemml-logo.png | Bin 40071 -> 982 bytes
 4 files changed, 16 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index f7cb969..1aa5296 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -28,7 +28,7 @@
                         <img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/>
                     </div>
                     <div class="navbar-brand brand projecttitle">
-                        <a href="index.html">Apache SystemML (incubating)</a><br/>
+                        <a href="index.html">Apache SystemML<sup id="trademark">\u2122</sup> (incubating)</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/56b9944a/docs/css/main.css
----------------------------------------------------------------------
diff --git a/docs/css/main.css b/docs/css/main.css
index 27bfe0d..661d9e6 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -5,6 +5,7 @@
 /* Overall */
 body {
   padding-top: 51px !important;
+  -moz-osx-font-smoothing: grayscale;
 }
 
 body #content {
@@ -38,25 +39,27 @@ a:hover code {
 
 /* Branding */
 .brand {
-  font-weight: bold !important;
+  font-weight: normal !important;
   padding-top: 0px;
   padding-bottom: 0px;
   max-width: 75%;
 }
 
 img.logo {
-  height: 100%;
-  margin-right: 0.2em;
+  height: 31px;
+  width: 32px;
+  margin-right: 10px;
   display: none;
+  margin-top: 10px;
+  margin-left: 10px;
 }
 
 /* Navigation Bar */
 .navbar {
-  background-color: #152935;
+  background-color: rgba(0, 0, 0, 0.9);
 }
 
 .navbar .container {
-  background-color: #152935;
   background-image: none;
 }
 
@@ -79,7 +82,7 @@ img.logo {
 }
 
 .navbar .projecttitle {
-  margin-top: 10px;
+  margin-top: 7px;
   height: 40px;
   white-space: nowrap;
 }
@@ -196,6 +199,12 @@ a {
   color: #0c8672;
 }
 
+#trademark {
+    font-size: 0.5em;
+    font-weight: 300;
+    vertical-align: middle;
+}
+
 /* Media queries */
 @media only screen and (max-device-width: 768px) and (orientation : landscape) {
   /* landscape mobile */

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/img/favicon.png
----------------------------------------------------------------------
diff --git a/docs/img/favicon.png b/docs/img/favicon.png
index 2388972..c5311b9 100644
Binary files a/docs/img/favicon.png and b/docs/img/favicon.png differ

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/56b9944a/docs/img/systemml-logo.png
----------------------------------------------------------------------
diff --git a/docs/img/systemml-logo.png b/docs/img/systemml-logo.png
index 87ae161..85e07bf 100644
Binary files a/docs/img/systemml-logo.png and b/docs/img/systemml-logo.png differ


[2/6] incubator-systemml git commit: [SYSTEMML-1208] Mimic main website styles in project documentation

Posted by de...@apache.org.
[SYSTEMML-1208] Mimic main website styles in project documentation

Update project documentation styles to be similar to main website styles.
Minor case corrections.

Closes #366.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/76eda100
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/76eda100
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/76eda100

Branch: refs/heads/branch-0.12
Commit: 76eda10037aa2556154cfd313a1a134e81cd799a
Parents: 56b9944
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Sat Jan 28 12:24:58 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Feb 7 18:07:38 2017 -0800

----------------------------------------------------------------------
 docs/_layouts/global.html        |  4 +-
 docs/beginners-guide-python.md   |  4 +-
 docs/css/main.css                | 79 ++++++++++++++++++++++++++++++-----
 docs/developer-tools-systemml.md | 12 ++++--
 docs/index.md                    | 22 +++++-----
 docs/python-reference.md         |  4 +-
 6 files changed, 94 insertions(+), 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/76eda100/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 1aa5296..9e668a0 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -56,8 +56,8 @@
                                 <li><b>Language Guides:</b></li>
                                 <li><a href="dml-language-reference.html">DML Language Reference</a></li>
                                 <li><a href="beginners-guide-to-dml-and-pydml.html">Beginner's Guide to DML and PyDML</a></li>
-                                <li><a href="beginners-guide-python.html">Beginner's Guide for Python users</a></li>
-                                <li><a href="python-reference.html">Reference Guide for Python users</a></li>
+                                <li><a href="beginners-guide-python.html">Beginner's Guide for Python Users</a></li>
+                                <li><a href="python-reference.html">Reference Guide for Python Users</a></li>
                                 <li class="divider"></li>
                                 <li><b>ML Algorithms:</b></li>
                                 <li><a href="algorithms-reference.html">Algorithms Reference</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/76eda100/docs/beginners-guide-python.md
----------------------------------------------------------------------
diff --git a/docs/beginners-guide-python.md b/docs/beginners-guide-python.md
index 8bd957a..8a05ca6 100644
--- a/docs/beginners-guide-python.md
+++ b/docs/beginners-guide-python.md
@@ -1,7 +1,7 @@
 ---
 layout: global
-title: Beginner's Guide for Python users
-description: Beginner's Guide for Python users
+title: Beginner's Guide for Python Users
+description: Beginner's Guide for Python Users
 ---
 <!--
 {% comment %}

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/76eda100/docs/css/main.css
----------------------------------------------------------------------
diff --git a/docs/css/main.css b/docs/css/main.css
index 661d9e6..8a7426b 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -6,6 +6,9 @@
 body {
   padding-top: 51px !important;
   -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  font-size: 16px;
+  background-color: #f9f9fb;
 }
 
 body #content {
@@ -18,25 +21,46 @@ pre {
 
 code {
   font-family: "Menlo", "Lucida Console", monospace;
-  background: white;
   border: none;
   padding: 0;
   color: #444444;
+  background-color: #f9f9fb;
+  font-size: 85%;
 }
 
 a code {
-  color: #0088cc;
+  color: #FF7032;
 }
 
 a:hover code {
-  color: #005580;
-  text-decoration: underline;
+  color: #d74108;
+  text-decoration: none;
+}
+
+.navbar .projecttitle > a:hover, .navbar .projecttitle > a:focus {
+  color: #FFF
 }
 
 .container {
   max-width: 914px;
 }
 
+#content {
+  margin-top: 30px;
+  margin-bottom: 50px;
+  color: #363f3f;
+}
+
+h1, h2, h3, h4, h5, h6 {
+  font-size: 2em;
+  line-height: 1.3em;
+  font-weight: 700;
+  margin-bottom: 0.5em;
+}
+
+pre {
+  background-color: #FFF
+}
 /* Branding */
 .brand {
   font-weight: normal !important;
@@ -57,6 +81,27 @@ img.logo {
 /* Navigation Bar */
 .navbar {
   background-color: rgba(0, 0, 0, 0.9);
+  height: 68px;
+}
+
+.navbar-brand {
+  font-size: 20px;
+}
+
+.navbar-brand.brand.projecttitle {
+  padding-top: 7px;
+}
+
+.navbar-right {
+  height: 100%;
+}
+
+.navbar-collapse.collapse {
+  height: 67px !important;
+}
+
+.navbar-header {
+  padding-top: 10px;
 }
 
 .navbar .container {
@@ -126,9 +171,6 @@ img.logo {
  */
 a.anchorjs-link:hover { text-decoration: none; }
 
-/**
- *SystemML additions
- */
 table td, table th {
   border: 1px solid #333;
   padding: 0 .5em;
@@ -170,6 +212,8 @@ table {
   font-style: normal;
   text-shadow: none;
   color: #FFF;
+  height: 100% !important;
+  padding-top: 25px;
 }
 
 .navbar a:hover {
@@ -177,10 +221,14 @@ table {
 }
 
 .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
-  background-color: #0c8672;
+  background-color: #ff5003;
   color: #FFF;
 }
 
+.navbar .nav > li {
+  height: 100%;
+}
+
 .dropdown-menu a {
   color: #FFF !important;
 }
@@ -191,12 +239,18 @@ table {
 }
 
 .dropdown-menu li > a:focus, .dropdown-menu li > a:hover {
-  background-color: #0c8672;
+  background-color: #ff5003;
   background-image: none;
+  font-color: red;
 }
 
 a {
-  color: #0c8672;
+  color: #FF7032;
+}
+
+a:focus, a:hover {
+  color: #d74108;
+  text-decoration: none;
 }
 
 #trademark {
@@ -227,6 +281,11 @@ a {
     color: #333 !important;
   }
 
+  .dropdown-menu a:hover {
+    color: #FFF !important;
+    transition: all 0.2s ease-in-out 0s;
+  }
+
   .dropdown-menu b {
     color: #333 !important;
   }

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/76eda100/docs/developer-tools-systemml.md
----------------------------------------------------------------------
diff --git a/docs/developer-tools-systemml.md b/docs/developer-tools-systemml.md
index f50d7f1..f37c5b5 100644
--- a/docs/developer-tools-systemml.md
+++ b/docs/developer-tools-systemml.md
@@ -82,14 +82,18 @@ The lifecycle mappings are stored in a workspace metadata file as specified in E
 
 Please see below tips for resolving some compilation issues that might occur after importing the SystemML project.
 
-##### `Invalid cross-compiled libraries` error
+### Invalid cross-compiled libraries error
+
 Since Scala IDE bundles the latest versions (2.10.5 and 2.11.6 at this point), you need to add one in Eclipse Preferences -> Scala -> Installations by pointing to the <code>lib</code> directory of your Scala 2.10.4 distribution. Once this is done, select SystemML project, right-click, choose Scala -> Set Scala Installation and point to the 2.10.4 installation. This should clear all errors about invalid cross-compiled libraries. A clean build should succeed now.
 
-##### `Incompatible scala version ` error
+### Incompatible Scala version error
+
 Change IDE Scala version `Project->Properties->Scala Compiler -> Scala Installation`  to   `Fixed Scala Installation: 2.10.5`
 
-##### `Not found type * ` error
+### Not found type error
+
 Run command `mvn package`, and do `Project -> Refresh`
 
-##### `Marketplace not found ` error for Eclipse Luna
+### Marketplace not found error for Eclipse Luna
+
 Except for Scala IDE plugin install, please make sure to get update from "http://alchim31.free.fr/m2e-scala/update-site" to update maven connector for Scala.

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/76eda100/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index fe8361a..add9a26 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -23,7 +23,7 @@ limitations under the License.
 {% endcomment %}
 -->
 
-SystemML is now an **Apache Incubator** project! Please see the [**Apache SystemML (incubating)**](http://systemml.apache.org/)
+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.
@@ -33,8 +33,8 @@ SystemML's distinguishing characteristics are:
   2. **Multiple execution modes**, including Spark MLContext, Spark Batch, Hadoop Batch, Standalone, and JMLC.
   3. **Automatic optimization** based on data and cluster characteristics to ensure both efficiency and scalability.
 
-The [**SystemML GitHub README**](https://github.com/apache/incubator-systemml) describes
-building, testing, and running SystemML. Please read [**Contributing to SystemML**](contributing-to-systemml)
+The [SystemML GitHub README](https://github.com/apache/incubator-systemml) describes
+building, testing, and running SystemML. Please read [Contributing to SystemML](contributing-to-systemml)
 to find out how to help make SystemML even better!
 
 To download SystemML, visit the [downloads](http://systemml.apache.org/download) page.
@@ -42,20 +42,20 @@ To download SystemML, visit the [downloads](http://systemml.apache.org/download)
 
 ## Running SystemML
 
-* **[Beginner's Guide For Python Users](beginners-guide-python)** - Beginner's Guide for Python users.
-* **[Spark MLContext](spark-mlcontext-programming-guide)** - Spark MLContext is a programmatic API
+* [Beginner's Guide For Python Users](beginners-guide-python) - Beginner's Guide for Python users.
+* [Spark MLContext](spark-mlcontext-programming-guide) - Spark MLContext is a programmatic API
 for running SystemML from Spark via Scala, Python, or Java.
-  * [**Spark Shell Example (Scala)**](spark-mlcontext-programming-guide#spark-shell-example)
-  * [**Jupyter Notebook Example (PySpark)**](spark-mlcontext-programming-guide#jupyter-pyspark-notebook-example---poisson-nonnegative-matrix-factorization)
-* **[Spark Batch](spark-batch-mode)** - Algorithms are automatically optimized to run across Spark clusters.
+  * [Spark Shell Example (Scala)](spark-mlcontext-programming-guide#spark-shell-example)
+  * [Jupyter Notebook Example (PySpark)](spark-mlcontext-programming-guide#jupyter-pyspark-notebook-example---poisson-nonnegative-matrix-factorization)
+* [Spark Batch](spark-batch-mode) - Algorithms are automatically optimized to run across Spark clusters.
   * See [Invoking SystemML in Spark Batch Mode](spark-batch-mode) for detailed information.
-* **[Hadoop Batch](hadoop-batch-mode)** - Algorithms are automatically optimized when distributed across Hadoop clusters.
+* [Hadoop Batch](hadoop-batch-mode) - Algorithms are automatically optimized when distributed across Hadoop clusters.
   * See [Invoking SystemML in Hadoop Batch Mode](hadoop-batch-mode) for detailed information.
-* **[Standalone](standalone-guide)** - Standalone mode allows data scientists to rapidly prototype algorithms on a single
+* [Standalone](standalone-guide) - Standalone mode allows data scientists to rapidly prototype algorithms on a single
 machine in R-like and Python-like declarative languages.
   * The [Standalone Guide](standalone-guide) provides examples of algorithm execution
   in Standalone Mode.
-* **[JMLC](jmlc)** - Java Machine Learning Connector.
+* [JMLC](jmlc) - Java Machine Learning Connector.
   * See [Java Machine Learning Connector (JMLC)](jmlc) for more information.
 
 ## Language Guides

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/76eda100/docs/python-reference.md
----------------------------------------------------------------------
diff --git a/docs/python-reference.md b/docs/python-reference.md
index 3c2bbc3..65dcb5c 100644
--- a/docs/python-reference.md
+++ b/docs/python-reference.md
@@ -1,7 +1,7 @@
 ---
 layout: global
-title: Reference Guide for Python users
-description: Reference Guide for Python users
+title: Reference Guide for Python Users
+description: Reference Guide for Python Users
 ---
 <!--
 {% comment %}


[4/6] incubator-systemml git commit: [SYSTEMML-1212] Link to main website in header of project docs

Posted by de...@apache.org.
[SYSTEMML-1212] Link to main website in header of project docs

Link logo and title to main website.

Closes #367.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/c13a497a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/c13a497a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/c13a497a

Branch: refs/heads/branch-0.12
Commit: c13a497ae2bd6dff2b831bb3970615e94a1751ea
Parents: e529927
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Thu Feb 2 17:02:09 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Feb 7 18:08:10 2017 -0800

----------------------------------------------------------------------
 docs/_layouts/global.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/c13a497a/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 5aac166..6c87e0c 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">
-                        <img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/>
+                        <a href="http://systemml.apache.org/"><img class="logo" src="img/systemml-logo.png" alt="Apache SystemML (incubating)" title="Apache SystemML (incubating)"/></a>
                     </div>
                     <div class="navbar-brand brand projecttitle">
-                        <a href="index.html">Apache SystemML<sup id="trademark">\u2122</sup> (incubating)</a><br/>
+                        <a href="http://systemml.apache.org/">Apache SystemML<sup id="trademark">\u2122</sup> (incubating)</a><br/>
                         <span class="version">{{site.SYSTEMML_VERSION}}</span>
                     </div>
                     <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">


[6/6] incubator-systemml git commit: [SYSTEMML-1209] Add configurable API Docs menu to docs header

Posted by de...@apache.org.
[SYSTEMML-1209] Add configurable API Docs menu to docs header

Add configurable API Docs menu to docs header to link to generated
API docs from versioned documentation.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/39998833
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/39998833
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/39998833

Branch: refs/heads/branch-0.12
Commit: 399988336c591c2e7e052ebc9b7d7278bd5e192b
Parents: ef23a99
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Tue Feb 7 12:19:45 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Feb 7 18:08:33 2017 -0800

----------------------------------------------------------------------
 docs/_config.yml          |  3 +++
 docs/_layouts/global.html | 10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/39998833/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 6b07993..4cbba47 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -20,3 +20,6 @@ analytics_google_universal_tracking_id : UA-71553733-1
 
 # if FEEDBACK_LINKS is true, render feedback links
 FEEDBACK_LINKS: true
+
+# if API_DOCS_MENU is true, render API docs menu
+API_DOCS_MENU: false

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/39998833/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 6c87e0c..8e03017 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -73,8 +73,16 @@
                                 <li><a href="release-process.html">Release Process</a></li>
                             </ul>
                         </li>
+                        {% if site.API_DOCS_MENU == true %}
                         <li class="dropdown">
-                            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Issue Tracking<b class="caret"></b></a>
+                            <a href="#" class="dropdown-toggle" data-toggle="dropdown">API Docs<b class="caret"></b></a>
+                            <ul class="dropdown-menu" role="menu">
+                                <li><a href="./api/java/index.html">Javadoc</a></li>
+                            </ul>
+                        </li>
+                        {% endif %}
+                        <li class="dropdown">
+                            <a href="#" class="dropdown-toggle" data-toggle="dropdown">Issues<b class="caret"></b></a>
                             <ul class="dropdown-menu" role="menu">
                                 <li><b>JIRA:</b></li>
                                 <li><a href="https://issues.apache.org/jira/browse/SYSTEMML">SystemML JIRA</a></li>


[3/6] incubator-systemml git commit: [SYSTEMML-1225] Links to release process

Posted by de...@apache.org.
[SYSTEMML-1225] Links to release process

Add links to release process from overview and header menu.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/e5299278
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/e5299278
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/e5299278

Branch: refs/heads/branch-0.12
Commit: e5299278b4558bdeaad9ec311d0ffb0d0dbcd19a
Parents: 76eda10
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Wed Feb 1 17:55:26 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Feb 7 18:07:56 2017 -0800

----------------------------------------------------------------------
 docs/_layouts/global.html | 1 +
 docs/index.md             | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/e5299278/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 9e668a0..5aac166 100644
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -70,6 +70,7 @@
                                 <li><a href="contributing-to-systemml.html">Contributing to SystemML</a></li>
                                 <li><a href="engine-dev-guide.html">Engine Developer Guide</a></li>
                                 <li><a href="troubleshooting-guide.html">Troubleshooting Guide</a></li>
+                                <li><a href="release-process.html">Release Process</a></li>
                             </ul>
                         </li>
                         <li class="dropdown">

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/e5299278/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index add9a26..c84e7b7 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -84,3 +84,4 @@ command-line interface.
 * [Contributing to SystemML](contributing-to-systemml) - Describes ways to contribute to SystemML.
 * [Engine Developer Guide](engine-dev-guide) - Guide for internal SystemML engine development.
 * [Troubleshooting Guide](troubleshooting-guide) - Troubleshoot various issues related to SystemML.
+* [Release Process](release-process) - Description of the SystemML release process.


[5/6] incubator-systemml git commit: [MINOR] Update NOTICE copyrights to 2017

Posted by de...@apache.org.
[MINOR] Update NOTICE copyrights to 2017


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/ef23a996
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/ef23a996
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/ef23a996

Branch: refs/heads/branch-0.12
Commit: ef23a99699f05e8dd8234ccb8a10218ee262cf7f
Parents: c13a497
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Mon Feb 6 09:07:59 2017 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Tue Feb 7 18:08:22 2017 -0800

----------------------------------------------------------------------
 NOTICE                             | 2 +-
 src/assembly/distrib/NOTICE        | 2 +-
 src/assembly/inmemory/NOTICE       | 2 +-
 src/assembly/jar/NOTICE            | 2 +-
 src/assembly/standalone-jar/NOTICE | 2 +-
 src/assembly/standalone/NOTICE     | 2 +-
 src/main/python/NOTICE             | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 4ac75b5..23d11e4 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/src/assembly/distrib/NOTICE
----------------------------------------------------------------------
diff --git a/src/assembly/distrib/NOTICE b/src/assembly/distrib/NOTICE
index 4ac75b5..23d11e4 100644
--- a/src/assembly/distrib/NOTICE
+++ b/src/assembly/distrib/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/src/assembly/inmemory/NOTICE
----------------------------------------------------------------------
diff --git a/src/assembly/inmemory/NOTICE b/src/assembly/inmemory/NOTICE
index 4ac75b5..23d11e4 100644
--- a/src/assembly/inmemory/NOTICE
+++ b/src/assembly/inmemory/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/src/assembly/jar/NOTICE
----------------------------------------------------------------------
diff --git a/src/assembly/jar/NOTICE b/src/assembly/jar/NOTICE
index 4ac75b5..23d11e4 100644
--- a/src/assembly/jar/NOTICE
+++ b/src/assembly/jar/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/src/assembly/standalone-jar/NOTICE
----------------------------------------------------------------------
diff --git a/src/assembly/standalone-jar/NOTICE b/src/assembly/standalone-jar/NOTICE
index 4ac75b5..23d11e4 100644
--- a/src/assembly/standalone-jar/NOTICE
+++ b/src/assembly/standalone-jar/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/src/assembly/standalone/NOTICE
----------------------------------------------------------------------
diff --git a/src/assembly/standalone/NOTICE b/src/assembly/standalone/NOTICE
index 4ac75b5..23d11e4 100644
--- a/src/assembly/standalone/NOTICE
+++ b/src/assembly/standalone/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/ef23a996/src/main/python/NOTICE
----------------------------------------------------------------------
diff --git a/src/main/python/NOTICE b/src/main/python/NOTICE
index 4ac75b5..23d11e4 100644
--- a/src/main/python/NOTICE
+++ b/src/main/python/NOTICE
@@ -1,5 +1,5 @@
 Apache SystemML
-Copyright [2015-2016] The Apache Software Foundation
+Copyright [2015-2017] The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).