You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2017/05/22 18:26:53 UTC

incubator-systemml-website git commit: [MINOR] Fix punctuation direction for 'What is SystemML'

Repository: incubator-systemml-website
Updated Branches:
  refs/heads/master 494c4adb6 -> 216764350


[MINOR] Fix punctuation direction for 'What is SystemML'

Closes #58.


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

Branch: refs/heads/master
Commit: 2167643501d134ab76bb3c7d5271f7fc508f196d
Parents: 494c4ad
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Mon May 22 11:24:22 2017 -0700
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Mon May 22 11:24:22 2017 -0700

----------------------------------------------------------------------
 _src/_includes/themes/apache/home.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml-website/blob/21676435/_src/_includes/themes/apache/home.html
----------------------------------------------------------------------
diff --git a/_src/_includes/themes/apache/home.html b/_src/_includes/themes/apache/home.html
index 5f16bdc..c94623a 100644
--- a/_src/_includes/themes/apache/home.html
+++ b/_src/_includes/themes/apache/home.html
@@ -55,9 +55,9 @@ limitations under the License.
     </div>
     <div class="col col-6 content-group content-group--more-padding">
       <!-- bdi tag prevents reverse punctuation when rtl direction property is applied -->
-      <h2><bdi>What is SystemML?</bdi></h2>
+      <h2><bdi>What is SystemML?&lrm;</bdi></h2>
 
-      <p>Apache SystemML provides an optimal workplace for machine learning using big data. It can be run on top of Apache Spark, where it automatically scales your data, line by line, determining whether your code should be run on the driver or an Apache Spark cluster. Future SystemML developments include additional deep learning with GPU capabilities such as importing and running neural network architectures and pre-trained models for training.</p>
+      <p>Apache SystemML provides an optimal workplace for machine learning using big data. It can be run on top of Apache Spark, where it automatically scales your data, line by line, determining whether your code should be run on the driver or an Apache Spark cluster. Future SystemML developments include additional deep learning with GPU capabilities such as importing and running neural network architectures and pre-trained models for training.&lrm;</p>
       <p><a href="#systemml-video" class="modal-trigger jq-modal-trigger"><span class="icon play-button"></span><span>Learn more about SystemML</span></a></p>
     </div>
   </div>