You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by bu...@apache.org on 2015/06/20 14:02:48 UTC

svn commit: r955480 - in /websites/staging/singa/trunk/content: ./ develop/contribute-code.html

Author: buildbot
Date: Sat Jun 20 12:02:48 2015
New Revision: 955480

Log:
Staging update by buildbot for singa

Modified:
    websites/staging/singa/trunk/content/   (props changed)
    websites/staging/singa/trunk/content/develop/contribute-code.html

Propchange: websites/staging/singa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun 20 12:02:48 2015
@@ -1 +1 @@
-1686579
+1686580

Modified: websites/staging/singa/trunk/content/develop/contribute-code.html
==============================================================================
--- websites/staging/singa/trunk/content/develop/contribute-code.html (original)
+++ websites/staging/singa/trunk/content/develop/contribute-code.html Sat Jun 20 12:02:48 2015
@@ -9,7 +9,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="Date-Revision-yyyymmdd" content="20150620" />
     <meta http-equiv="Content-Language" content="en" />
-    <title>Apache SINGA &#x2013; how to Contribute Code</title>
+    <title>Apache SINGA &#x2013; How to Contribute Code</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.4.min.css" />
     <link rel="stylesheet" href="../css/site.css" />
     <link rel="stylesheet" href="../css/print.css" media="print" />
@@ -163,7 +163,7 @@
         Apache SINGA</a>
                     <span class="divider">/</span>
       </li>
-        <li class="active ">how to Contribute Code</li>
+        <li class="active ">How to Contribute Code</li>
         
                 
                     
@@ -331,11 +331,11 @@
         <div id="bodyColumn"  class="span10" >
                                   
             <div class="section">
-<h2><a name="how_to_Contribute_Code"></a>how to Contribute Code</h2>
+<h2><a name="How_to_Contribute_Code"></a>How to Contribute Code</h2>
 <hr />
 <div class="section">
-<h3><a name="coding_Style"></a>coding Style</h3>
-<p>the SINGA codebase follows the <a class="externalLink" href="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml">Google C++ Style Guide</a></p>
+<h3><a name="Coding_Style"></a>Coding Style</h3>
+<p>The SINGA codebase follows the <a class="externalLink" href="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml">Google C++ Style Guide</a></p>
 <p>To check if your code follows the style, you can use the cpplint tool:</p>
 
 <div class="source">