You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2016/04/02 00:44:50 UTC

[3/6] incubator-mynewt-site git commit: added Release Notes link for b2 release, added and updated all the newt commands, and updated arduino zero instructions to clarify setting of a target's features to zero and zero_pro

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b7fbe979/newt/command_list/newt_help/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_help/index.html b/newt/command_list/newt_help/index.html
index afee4ae..cc53ed5 100644
--- a/newt/command_list/newt_help/index.html
+++ b/newt/command_list/newt_help/index.html
@@ -247,19 +247,38 @@
               
                 
   
+    <li>
+      <a href="../newt_build/">newt build</a>
+    </li>
   
-    <li><a href="
-  ../newt_app/
-">Command list</a>
+
+              
+          
+              
+                
   
-    
-      <ul class="current-toc">
+    <li>
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+  
+
+              
           
               
                 
   
     <li>
-      <a href="../newt_app/">newt app</a>
+      <a href="../newt_debug/">newt debug</a>
     </li>
   
 
@@ -279,6 +298,36 @@
                 
   
     <li>
+      <a href="../newt_info/">newt info</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_install/">newt install</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_load/">newt load</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
       <a href="../newt_new/">newt new</a>
     </li>
   
@@ -289,7 +338,17 @@
                 
   
     <li>
-      <a href="../newt_pkg/">newt pkg</a>
+      <a href="../newt_run/">newt run</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_size/">newt size</a>
     </li>
   
 
@@ -309,15 +368,29 @@
                 
   
     <li>
-      <a href="../newt_version/">newt version</a>
+      <a href="../newt_test/">newt test</a>
     </li>
   
 
               
           
-      </ul>
-    
-  </li>
+              
+                
+  
+    <li>
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_version/">newt version</a>
+    </li>
+  
 
               
           
@@ -409,11 +482,11 @@
     
     
         
-          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Manual</a></li>
         
       
         
-          <li>&raquo; <a href="../newt_app/">Command list</a></li>
+          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
         
       
       
@@ -427,17 +500,46 @@
                         </div>
                         
                             <h2 id="newt-help"><font color="#F2853F" style="font-size:24pt">newt help </font><a class="headerlink" href="#newt-help" title="Permanent link">&para;</a></h2>
+<p>Displays the help text for the newt command line tool:</p>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">Newt allows you to create your own embedded application based on the Mynewt 
+operating system. Newt provides both build and package management in a single 
+tool, which allows you to compose an embedded application, and set of 
+projects, and then build the necessary artifacts from those projects. For more 
+information on the Mynewt operating system, please visit 
+https://mynewt.apache.org/. 
+</pre></div>
+
+
 <h4 id="usage">Usage:<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h4>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt help [input1]
 </pre></div>
 
 
 <h4 id="flags">Flags:<a class="headerlink" href="#flags" title="Permanent link">&para;</a></h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">-h, --help=false: help for newt
--l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
--q, --quiet=false: Be quiet; only display error output.
--s, --silent=false: Be silent; don&#39;t output anything.
--v, --verbose=false: Enable verbose output when executing commands.
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for newt
+    -o, --outfile string    Filename to tee output to
+    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
+    -q, --quiet=false: Be quiet; only display error output.
+    -s, --silent=false: Be silent; don&#39;t output anything.
+    -v, --verbose=false: Enable verbose output when executing commands.
+</pre></div>
+
+
+<h4 id="available-commands">Available Commands:<a class="headerlink" href="#available-commands" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    version      Display the Newt version number.
+    install      Install project dependencies
+    upgrade      Upgrade project dependencies
+    new          Create a new project
+    info         Show project info
+    target       Command for manipulating targets
+    build        Builds one or more targets.
+    clean        Deletes build artifacts for one or more targets.
+    test         Executes unit tests for one or more packages
+    load         Load built target to board
+    debug        Open debugger session to target
+    size         Size of target components
+    create-image Add image header to target binary
+    run          build/create-image/download/debug &lt;target&gt;
 </pre></div>
 
 
@@ -472,16 +574,16 @@
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../newt_app/>
+    <a href=../newt_debug/>
         <span class="fa fa-arrow-left"></span>
-        Previous: newt app
+        Previous: newt debug
     </a>
     
     </li>
     <li class="pull-right">
     
-    <a href=../newt_new/>
-        Next: newt new
+    <a href=../newt_info/>
+        Next: newt info
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b7fbe979/newt/command_list/newt_info/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_info/index.html b/newt/command_list/newt_info/index.html
new file mode 100644
index 0000000..9775c0e
--- /dev/null
+++ b/newt/command_list/newt_info/index.html
@@ -0,0 +1,599 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/newt/command_list/newt_info/">
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+	<title>newt info - Apache Mynewt</title>
+
+        <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../../../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../css/highlight.css">
+        <link href="../../../css/base.css" rel="stylesheet">
+        <link href="../../../css/custom.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="newt info">
+
+
+        <div id="navbar" class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="logo-container">
+        <img src="/img/logo.svg">
+    </div>
+    <div class="container-fluid">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li>
+                    <a href="/">Home</a>
+                </li>
+                <li>
+                    <a href="/about/">About</a>
+                </li>
+                <li class="dropdown">
+                    <a href="/documentation/" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                        
+                        
+                        
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../documentation/">
+                                Overview
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../os/get_started/introduction/">
+                                Mynewt OS Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li class="active">
+                            <a href="../../newt_intro/">
+                                Newt Tool Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../newtmgr/overview/">
+                                Newt Manager Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../os/tutorials/how_to_edit_docs/">
+                                Appendix
+                            </a>
+                        </li>
+                        
+                        
+                    </ul>
+                </li>
+                <li>
+                    <a href="/download/">Download</a>
+                </li>
+                <li>
+                    <a href="/community/">Community</a>
+                </li>
+                <li>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</div>
+
+        
+
+        <div class="container-fluid">
+            
+                <div class="row sm-extra-padding">
+                    <div id="docSidebar" class="col-md-3 bg-grey sidebar-container"><div class="bs-sidebar hidden-print" role="complementary">
+    <div class="sidebar-top">
+        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
+        <div class="small" role="search">
+            <form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" placeholder="Search documentation" />
+                    <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="nav bs-sidenav">
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../os/get_started/introduction/
+">Mynewt OS Manual</a>
+  
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../newt_intro/
+">Newt Tool Manual</a>
+  
+    
+      <ul class="current-toc">
+          
+              
+                
+  
+    <li>
+      <a href="../../newt_intro/">Introduction</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../install/newt_mac/
+">Install</a>
+  
+    
+  </li>
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../../newt_operation/">Newt Theory of Ops</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_ops/">User Guide</a></li>
+  
+    
+      <ul class="current-toc">
+          
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_build/">newt build</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_debug/">newt debug</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_help/">newt help</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li class="active">
+      newt info
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_install/">newt install</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_load/">newt load</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_new/">newt new</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_run/">newt run</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_size/">newt size</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_target/">newt target</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_test/">newt test</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_version/">newt version</a>
+    </li>
+  
+
+              
+          
+      </ul>
+    
+  </li>
+
+              
+          
+      </ul>
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../newtmgr/overview/
+">Newt Manager Manual</a>
+  
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../os/tutorials/how_to_edit_docs/
+">Appendix</a>
+  
+    
+  </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="show-sidebar-container">
+                        <button class="show-sidebar">Docs Menu</button>
+                    </div>
+
+                    <div class="col-md-offset-3 col-md-9 documentation-viewer" role="main">
+                        <div class="row doc-header">
+                            <div class="col-sm-6">
+                                
+<ul class="nav nav-pills">
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    <li  role="presentation"><a href="../../../os/get_started/introduction/">Mynewt OS</a></li>
+    
+    
+    
+    <li class="active" role="presentation"><a href="../../newt_intro/">Newt Tool</a></li>
+    
+    
+    
+    <li  role="presentation"><a href="../../../newtmgr/overview/">Newt Mgr</a></li>
+    
+    
+    
+    
+</ul>
+                            </div>
+                            <div class="col-sm-6">
+                                <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="/documentation/">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Manual</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
+        
+      
+      
+        <li>&raquo; newt info</li>
+      
+    
+    
+  </ul>
+</div>
+                            </div>
+                        </div>
+                        
+                            <h2 id="newt-info"><font color="#F2853F" style="font-size:24pt">newt info </font><a class="headerlink" href="#newt-info" title="Permanent link">&para;</a></h2>
+<p>Shows information about the current project.</p>
+<h4 id="usage">Usage:<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt info [flags]
+</pre></div>
+
+
+<h4 id="global-flags">Global Flags:<a class="headerlink" href="#global-flags" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
+    -o, --outfile string    Filename to tee output to
+    -q, --quiet=false: Be quiet; only display error output.
+    -s, --silent=false: Be silent; don&#39;t output anything.
+    -v, --verbose=false: Enable verbose output when executing commands.
+</pre></div>
+
+
+<h4 id="description">Description<a class="headerlink" href="#description" title="Permanent link">&para;</a></h4>
+<table>
+<thead>
+<tr>
+<th>Sub-command</th>
+<th>Explanation</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>info</td>
+<td>Displays the repositories in the current project (the local as well as all the external repositories fetched). Also displays the packages in the local repository.</td>
+</tr>
+</tbody>
+</table>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../newt_help/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: newt help
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../newt_install/>
+        Next: newt install
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <div class="row">
+                            <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+                        </div>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../js/highlight.pack.js"></script>
+        <script src="../../../js/base.js"></script>
+        <script src="../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b7fbe979/newt/command_list/newt_install/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_install/index.html b/newt/command_list/newt_install/index.html
new file mode 100644
index 0000000..33426f8
--- /dev/null
+++ b/newt/command_list/newt_install/index.html
@@ -0,0 +1,605 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/newt/command_list/newt_install/">
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+	<title>newt install - Apache Mynewt</title>
+
+        <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../../../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../css/highlight.css">
+        <link href="../../../css/base.css" rel="stylesheet">
+        <link href="../../../css/custom.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="newt install">
+
+
+        <div id="navbar" class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="logo-container">
+        <img src="/img/logo.svg">
+    </div>
+    <div class="container-fluid">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li>
+                    <a href="/">Home</a>
+                </li>
+                <li>
+                    <a href="/about/">About</a>
+                </li>
+                <li class="dropdown">
+                    <a href="/documentation/" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                        
+                        
+                        
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../documentation/">
+                                Overview
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../os/get_started/introduction/">
+                                Mynewt OS Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li class="active">
+                            <a href="../../newt_intro/">
+                                Newt Tool Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../newtmgr/overview/">
+                                Newt Manager Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../os/tutorials/how_to_edit_docs/">
+                                Appendix
+                            </a>
+                        </li>
+                        
+                        
+                    </ul>
+                </li>
+                <li>
+                    <a href="/download/">Download</a>
+                </li>
+                <li>
+                    <a href="/community/">Community</a>
+                </li>
+                <li>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</div>
+
+        
+
+        <div class="container-fluid">
+            
+                <div class="row sm-extra-padding">
+                    <div id="docSidebar" class="col-md-3 bg-grey sidebar-container"><div class="bs-sidebar hidden-print" role="complementary">
+    <div class="sidebar-top">
+        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
+        <div class="small" role="search">
+            <form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" placeholder="Search documentation" />
+                    <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="nav bs-sidenav">
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../os/get_started/introduction/
+">Mynewt OS Manual</a>
+  
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../newt_intro/
+">Newt Tool Manual</a>
+  
+    
+      <ul class="current-toc">
+          
+              
+                
+  
+    <li>
+      <a href="../../newt_intro/">Introduction</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../install/newt_mac/
+">Install</a>
+  
+    
+  </li>
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../../newt_operation/">Newt Theory of Ops</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_ops/">User Guide</a></li>
+  
+    
+      <ul class="current-toc">
+          
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_build/">newt build</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_debug/">newt debug</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_help/">newt help</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_info/">newt info</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li class="active">
+      newt install
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_load/">newt load</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_new/">newt new</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_run/">newt run</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_size/">newt size</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_target/">newt target</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_test/">newt test</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_version/">newt version</a>
+    </li>
+  
+
+              
+          
+      </ul>
+    
+  </li>
+
+              
+          
+      </ul>
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../newtmgr/overview/
+">Newt Manager Manual</a>
+  
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../os/tutorials/how_to_edit_docs/
+">Appendix</a>
+  
+    
+  </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="show-sidebar-container">
+                        <button class="show-sidebar">Docs Menu</button>
+                    </div>
+
+                    <div class="col-md-offset-3 col-md-9 documentation-viewer" role="main">
+                        <div class="row doc-header">
+                            <div class="col-sm-6">
+                                
+<ul class="nav nav-pills">
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    <li  role="presentation"><a href="../../../os/get_started/introduction/">Mynewt OS</a></li>
+    
+    
+    
+    <li class="active" role="presentation"><a href="../../newt_intro/">Newt Tool</a></li>
+    
+    
+    
+    <li  role="presentation"><a href="../../../newtmgr/overview/">Newt Mgr</a></li>
+    
+    
+    
+    
+</ul>
+                            </div>
+                            <div class="col-sm-6">
+                                <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="/documentation/">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Manual</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
+        
+      
+      
+        <li>&raquo; newt install</li>
+      
+    
+    
+  </ul>
+</div>
+                            </div>
+                        </div>
+                        
+                            <h2 id="newt-install"><font color="#F2853F" style="font-size:24pt">newt install </font><a class="headerlink" href="#newt-install" title="Permanent link">&para;</a></h2>
+<p>Install project dependencies. </p>
+<h4 id="usage">Usage:<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt install [flags]
+</pre></div>
+
+
+<h4 id="flags">Flags:<a class="headerlink" href="#flags" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -f, --force   Force install of the repositories in project, regardless of what exists in repos directory
+</pre></div>
+
+
+<h4 id="global-flags">Global Flags:<a class="headerlink" href="#global-flags" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for newt
+    -o, --outfile string    Filename to tee output to
+    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
+    -q, --quiet=false: Be quiet; only display error output.
+    -s, --silent=false: Be silent; don&#39;t output anything.
+    -v, --verbose=false: Enable verbose output when executing commands.
+</pre></div>
+
+
+<h4 id="description">Description<a class="headerlink" href="#description" title="Permanent link">&para;</a></h4>
+<table>
+<thead>
+<tr>
+<th>Sub-command</th>
+<th>Explanation</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>install</td>
+<td>Downloads description of all the repositories specified in the project.yml file of the current project directory. Installs all the correct versions of all the packages dictated by the project dependencies. <br> <br> Always run the command from within the project directory (i.e. remember to <code>cd</code> into the app directory after creating a new app using <code>newt new</code>) before running <code>newt install</code>.</td>
+</tr>
+</tbody>
+</table>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../newt_info/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: newt info
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../newt_load/>
+        Next: newt load
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <div class="row">
+                            <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+                        </div>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../js/highlight.pack.js"></script>
+        <script src="../../../js/base.js"></script>
+        <script src="../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b7fbe979/newt/command_list/newt_load/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_load/index.html b/newt/command_list/newt_load/index.html
new file mode 100644
index 0000000..b556372
--- /dev/null
+++ b/newt/command_list/newt_load/index.html
@@ -0,0 +1,604 @@
+<!DOCTYPE html>
+<html lang="en">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        
+        
+        <link rel="canonical" href="http://mynewt.apache.org/newt/command_list/newt_load/">
+        <link rel="shortcut icon" href="../../../img/favicon.ico">
+
+	<title>newt load - Apache Mynewt</title>
+
+        <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
+        <link href="../../../css/font-awesome-4.0.3.css" rel="stylesheet">
+        <link rel="stylesheet" href="../../../css/highlight.css">
+        <link href="../../../css/base.css" rel="stylesheet">
+        <link href="../../../css/custom.css" rel="stylesheet">
+        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
+        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
+        <link href="../../../extra.css" rel="stylesheet">
+
+        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+        <!--[if lt IE 9]>
+            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+        <![endif]-->
+
+        
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-72162311-1', 'mynewt.incubator.apache.org');
+                ga('send', 'pageview');
+            </script>
+        
+    </head>
+
+
+    <body class="newt load">
+
+
+        <div id="navbar" class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="logo-container">
+        <img src="/img/logo.svg">
+    </div>
+    <div class="container-fluid">
+        <!-- Collapsed navigation -->
+        <div class="navbar-header">
+            <!-- Expander button -->
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+
+        </div>
+
+        <!-- Expanded navigation -->
+        <div class="navbar-collapse collapse">
+            <!-- Main navigation -->
+            <ul class="nav navbar-nav navbar-right">
+                <li>
+                    <a href="/">Home</a>
+                </li>
+                <li>
+                    <a href="/about/">About</a>
+                </li>
+                <li class="dropdown">
+                    <a href="/documentation/" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
+                    <ul class="dropdown-menu">
+                        
+                        
+                        
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../documentation/">
+                                Overview
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../os/get_started/introduction/">
+                                Mynewt OS Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li class="active">
+                            <a href="../../newt_intro/">
+                                Newt Tool Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../newtmgr/overview/">
+                                Newt Manager Manual
+                            </a>
+                        </li>
+                        
+                        
+                        
+                        <li >
+                            <a href="../../../os/tutorials/how_to_edit_docs/">
+                                Appendix
+                            </a>
+                        </li>
+                        
+                        
+                    </ul>
+                </li>
+                <li>
+                    <a href="/download/">Download</a>
+                </li>
+                <li>
+                    <a href="/community/">Community</a>
+                </li>
+                <li>
+                    <a href="/events/">Events</a>
+                </li>
+            </ul>
+
+            <!-- Search, Navigation and Repo links -->
+            <ul class="nav navbar-nav navbar-right">
+                
+            </ul>
+        </div>
+    </div>
+</div>
+
+        
+
+        <div class="container-fluid">
+            
+                <div class="row sm-extra-padding">
+                    <div id="docSidebar" class="col-md-3 bg-grey sidebar-container"><div class="bs-sidebar hidden-print" role="complementary">
+    <div class="sidebar-top">
+        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
+        <div class="small" role="search">
+            <form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
+                <div class="form-group">
+                    <input type="text" name="q" placeholder="Search documentation" />
+                    <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
+                </div>
+            </form>
+        </div>
+    </div>
+    <ul class="nav bs-sidenav">
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../os/get_started/introduction/
+">Mynewt OS Manual</a>
+  
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../newt_intro/
+">Newt Tool Manual</a>
+  
+    
+      <ul class="current-toc">
+          
+              
+                
+  
+    <li>
+      <a href="../../newt_intro/">Introduction</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+  
+    <li><a href="
+  ../../install/newt_mac/
+">Install</a>
+  
+    
+  </li>
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../../newt_operation/">Newt Theory of Ops</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+  
+    <li ><a href="../../newt_ops/">User Guide</a></li>
+  
+    
+      <ul class="current-toc">
+          
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_build/">newt build</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_debug/">newt debug</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_help/">newt help</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_info/">newt info</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_install/">newt install</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li class="active">
+      newt load
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_new/">newt new</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_run/">newt run</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_size/">newt size</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_target/">newt target</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_test/">newt test</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_version/">newt version</a>
+    </li>
+  
+
+              
+          
+      </ul>
+    
+  </li>
+
+              
+          
+      </ul>
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../newtmgr/overview/
+">Newt Manager Manual</a>
+  
+    
+  </li>
+
+        
+      
+        
+          
+  
+  
+    <li><a href="
+  ../../../os/tutorials/how_to_edit_docs/
+">Appendix</a>
+  
+    
+  </li>
+
+        
+      
+    </ul>
+</div></div>
+
+                    <div class="show-sidebar-container">
+                        <button class="show-sidebar">Docs Menu</button>
+                    </div>
+
+                    <div class="col-md-offset-3 col-md-9 documentation-viewer" role="main">
+                        <div class="row doc-header">
+                            <div class="col-sm-6">
+                                
+<ul class="nav nav-pills">
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    
+    <li  role="presentation"><a href="../../../os/get_started/introduction/">Mynewt OS</a></li>
+    
+    
+    
+    <li class="active" role="presentation"><a href="../../newt_intro/">Newt Tool</a></li>
+    
+    
+    
+    <li  role="presentation"><a href="../../../newtmgr/overview/">Newt Mgr</a></li>
+    
+    
+    
+    
+</ul>
+                            </div>
+                            <div class="col-sm-6">
+                                <div role="navigation" aria-label="breadcrumbs navigation">
+  <ul class="wy-breadcrumbs">
+    <li><a href="/documentation/">Docs</a></li>
+    
+    
+        
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Manual</a></li>
+        
+      
+        
+          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
+        
+      
+      
+        <li>&raquo; newt load</li>
+      
+    
+    
+  </ul>
+</div>
+                            </div>
+                        </div>
+                        
+                            <h2 id="newt-load"><font color="#F2853F" style="font-size:24pt">newt load </font><a class="headerlink" href="#newt-load" title="Permanent link">&para;</a></h2>
+<p>Load app image to specified target. </p>
+<h4 id="usage">Usage:<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt load &lt;target-name&gt; [flags]
+</pre></div>
+
+
+<h4 id="flags">Flags:<a class="headerlink" href="#flags" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for target
+</pre></div>
+
+
+<h4 id="global-flags">Global Flags:<a class="headerlink" href="#global-flags" title="Permanent link">&para;</a></h4>
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
+    -o, --outfile string    Filename to tee output to
+    -q, --quiet=false: Be quiet; only display error output.
+    -s, --silent=false: Be silent; don&#39;t output anything.
+    -v, --verbose=false: Enable verbose output when executing commands.
+</pre></div>
+
+
+<h4 id="description">Description<a class="headerlink" href="#description" title="Permanent link">&para;</a></h4>
+<table>
+<thead>
+<tr>
+<th>Sub-command</th>
+<th>Explanation</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>load</td>
+<td>Uses download scripts to automatically load, onto the connected board, the image built for the app defined in the target specified by <target-name>. <br> <br> If the wrong board is connected, or the target definition is wrong (i.e. the wrong values are given for bsp or app), the command will fail with error messages such as <code>Can not connect to J-Link via USB</code> or <code>Unspecified error -1</code>.</td>
+</tr>
+</tbody>
+</table>
+                        
+                        <div class="row">
+                            
+
+
+
+<ul class="nav nav-pills" style="margin-bottom: 10px">
+    <li>
+    
+    <a href=../newt_install/>
+        <span class="fa fa-arrow-left"></span>
+        Previous: newt install
+    </a>
+    
+    </li>
+    <li class="pull-right">
+    
+    <a href=../newt_new/>
+        Next: newt new
+        <span class="fa fa-arrow-right"></span>
+    </a>
+    
+    </li>
+</ul>
+                        </div>
+                        <div class="row">
+                            <footer>
+    <div class="row">
+        <div class="col-md-12">
+            
+                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
+            
+        </div>
+    </div>
+    <div class="copyright-logos">
+        <div class="row">
+            <div class="col-xs-6 text-right">
+                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
+            </div>
+            <div class="col-xs-6 text-left">
+                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
+            </div>
+        </div>
+    </div>
+    <div class="row">
+        <div class="col-md-12">
+            <small class="footnote">
+                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+            </small>
+        </div>
+    </div>
+</footer>
+                        </div>
+                    </div>
+                </div>
+            
+            
+        </div>
+
+        <script src="../../../js/jquery-1.10.2.min.js"></script>
+        <script src="../../../js/bootstrap-3.0.3.min.js"></script>
+        <script src="../../../js/highlight.pack.js"></script>
+        <script src="../../../js/base.js"></script>
+        <script src="../../../js/custom.js"></script>
+
+    </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b7fbe979/newt/command_list/newt_new/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_new/index.html b/newt/command_list/newt_new/index.html
index 84c994a..a5ab53d 100644
--- a/newt/command_list/newt_new/index.html
+++ b/newt/command_list/newt_new/index.html
@@ -247,19 +247,38 @@
               
                 
   
+    <li>
+      <a href="../newt_build/">newt build</a>
+    </li>
   
-    <li><a href="
-  ../newt_app/
-">Command list</a>
+
+              
+          
+              
+                
   
-    
-      <ul class="current-toc">
+    <li>
+      <a href="../newt_clean/">newt clean</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_create_image/">newt create-image</a>
+    </li>
+  
+
+              
           
               
                 
   
     <li>
-      <a href="../newt_app/">newt app</a>
+      <a href="../newt_debug/">newt debug</a>
     </li>
   
 
@@ -278,6 +297,36 @@
               
                 
   
+    <li>
+      <a href="../newt_info/">newt info</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_install/">newt install</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_load/">newt load</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
     <li class="active">
       newt new
     </li>
@@ -289,7 +338,17 @@
                 
   
     <li>
-      <a href="../newt_pkg/">newt pkg</a>
+      <a href="../newt_run/">newt run</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_size/">newt size</a>
     </li>
   
 
@@ -309,15 +368,29 @@
                 
   
     <li>
-      <a href="../newt_version/">newt version</a>
+      <a href="../newt_test/">newt test</a>
     </li>
   
 
               
           
-      </ul>
-    
-  </li>
+              
+                
+  
+    <li>
+      <a href="../newt_upgrade/">newt upgrade</a>
+    </li>
+  
+
+              
+          
+              
+                
+  
+    <li>
+      <a href="../newt_version/">newt version</a>
+    </li>
+  
 
               
           
@@ -409,11 +482,11 @@
     
     
         
-          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
+          <li>&raquo; <a href="../../newt_intro/">Newt Tool Manual</a></li>
         
       
         
-          <li>&raquo; <a href="../newt_app/">Command list</a></li>
+          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
         
       
       
@@ -427,20 +500,20 @@
                         </div>
                         
                             <h2 id="newt-new"><font color="#F2853F" style="font-size:24pt">newt new </font><a class="headerlink" href="#newt-new" title="Permanent link">&para;</a></h2>
-<p>Create a new application, specified by <app-name>, from a given skeleton. If the optional <app-url> parameter is specified, then download the skeleton of the application from 
-that URL instead of using the default, and create a new app directory by the name of <app-name>. Currently, the default skeleton is the <a href="https://git-wip-us.apache.org/repos/asf/incubator-mynewt-tadpole.git">tadpole repository</a> in Apache Mynewt. </p>
+<p>Create a new application, specified by <app-name>, from a given skeleton. Currently, the default skeleton is the <a href="https://git-wip-us.apache.org/repos/asf/incubator-mynewt-blinky.git">blinky repository</a> in Apache Mynewt (or <a href="https://github.com/apache/incubator-mynewt-blinky">https://github.com/apache/incubator-mynewt-blinky</a> on its github mirror.)</p>
 <h4 id="usage">Usage:<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt new [flags] &lt;app-name&gt; [, &lt;app-url&gt;]
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt new [flags] &lt;app-name&gt;
 </pre></div>
 
 
 <h4 id="flags">Flags:<a class="headerlink" href="#flags" title="Permanent link">&para;</a></h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for app
+<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for new
 </pre></div>
 
 
 <h4 id="global-flags">Global Flags:<a class="headerlink" href="#global-flags" title="Permanent link">&para;</a></h4>
 <div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for newt
+    -o, --outfile string    Filename to tee output to
     -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
     -q, --quiet=false: Be quiet; only display error output.
     -s, --silent=false: Be silent; don&#39;t output anything.
@@ -461,12 +534,7 @@ that URL instead of using the default, and create a new app directory by the nam
 <tr>
 <td>newt new</td>
 <td>newt new test_project</td>
-<td>Creates a new app named "test_project " using the default skeleton</td>
-</tr>
-<tr>
-<td></td>
-<td>newt new myapp <app-url></td>
-<td>Creates a new app named "myapp" using the skeleton at the <app-url> specified</td>
+<td>Creates a new app named "test_project " using the default skeleton from the <code>apache/incubator-mynewt-blinky</code> repo.</td>
 </tr>
 </tbody>
 </table>
@@ -479,16 +547,16 @@ that URL instead of using the default, and create a new app directory by the nam
 <ul class="nav nav-pills" style="margin-bottom: 10px">
     <li>
     
-    <a href=../newt_help/>
+    <a href=../newt_load/>
         <span class="fa fa-arrow-left"></span>
-        Previous: newt help
+        Previous: newt load
     </a>
     
     </li>
     <li class="pull-right">
     
-    <a href=../newt_pkg/>
-        Next: newt pkg
+    <a href=../newt_run/>
+        Next: newt run
         <span class="fa fa-arrow-right"></span>
     </a>
     

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/b7fbe979/newt/command_list/newt_pkg/index.html
----------------------------------------------------------------------
diff --git a/newt/command_list/newt_pkg/index.html b/newt/command_list/newt_pkg/index.html
deleted file mode 100644
index 3c58525..0000000
--- a/newt/command_list/newt_pkg/index.html
+++ /dev/null
@@ -1,623 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-    <head>
-        <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge">
-        <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        
-        
-        <link rel="canonical" href="http://mynewt.apache.org/newt/command_list/newt_pkg/">
-        <link rel="shortcut icon" href="../../../img/favicon.ico">
-
-	<title>newt pkg - Apache Mynewt</title>
-
-        <link href="../../../css/bootstrap-3.0.3.min.css" rel="stylesheet">
-        <link href="../../../css/font-awesome-4.0.3.css" rel="stylesheet">
-        <link rel="stylesheet" href="../../../css/highlight.css">
-        <link href="../../../css/base.css" rel="stylesheet">
-        <link href="../../../css/custom.css" rel="stylesheet">
-        <link href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300,100' rel='stylesheet' type='text/css'>
-        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
-        <link href="../../../extra.css" rel="stylesheet">
-
-        <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
-        <!--[if lt IE 9]>
-            <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-            <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
-        <![endif]-->
-
-        
-            <script>
-                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-                })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-                ga('create', 'UA-72162311-1', 'mynewt.incubator.apache.org');
-                ga('send', 'pageview');
-            </script>
-        
-    </head>
-
-
-    <body class="newt pkg">
-
-
-        <div id="navbar" class="navbar navbar-default navbar-fixed-top" role="navigation">
-    <div class="logo-container">
-        <img src="/img/logo.svg">
-    </div>
-    <div class="container-fluid">
-        <!-- Collapsed navigation -->
-        <div class="navbar-header">
-            <!-- Expander button -->
-            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
-                <span class="sr-only">Toggle navigation</span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-                <span class="icon-bar"></span>
-            </button>
-
-        </div>
-
-        <!-- Expanded navigation -->
-        <div class="navbar-collapse collapse">
-            <!-- Main navigation -->
-            <ul class="nav navbar-nav navbar-right">
-                <li>
-                    <a href="/">Home</a>
-                </li>
-                <li>
-                    <a href="/about/">About</a>
-                </li>
-                <li class="dropdown">
-                    <a href="/documentation/" class="dropdown-toggle" data-toggle="dropdown">Docs <b class="caret"></b></a>
-                    <ul class="dropdown-menu">
-                        
-                        
-                        
-                        
-                        
-                        
-                        <li >
-                            <a href="../../../documentation/">
-                                Overview
-                            </a>
-                        </li>
-                        
-                        
-                        
-                        
-                        
-                        
-                        
-                        
-                        
-                        <li >
-                            <a href="../../../os/get_started/introduction/">
-                                Mynewt OS Manual
-                            </a>
-                        </li>
-                        
-                        
-                        
-                        <li class="active">
-                            <a href="../../newt_intro/">
-                                Newt Tool Manual
-                            </a>
-                        </li>
-                        
-                        
-                        
-                        <li >
-                            <a href="../../../newtmgr/overview/">
-                                Newt Manager Manual
-                            </a>
-                        </li>
-                        
-                        
-                        
-                        <li >
-                            <a href="../../../os/tutorials/how_to_edit_docs/">
-                                Appendix
-                            </a>
-                        </li>
-                        
-                        
-                    </ul>
-                </li>
-                <li>
-                    <a href="/download/">Download</a>
-                </li>
-                <li>
-                    <a href="/community/">Community</a>
-                </li>
-                <li>
-                    <a href="/events/">Events</a>
-                </li>
-            </ul>
-
-            <!-- Search, Navigation and Repo links -->
-            <ul class="nav navbar-nav navbar-right">
-                
-            </ul>
-        </div>
-    </div>
-</div>
-
-        
-
-        <div class="container-fluid">
-            
-                <div class="row sm-extra-padding">
-                    <div id="docSidebar" class="col-md-3 bg-grey sidebar-container"><div class="bs-sidebar hidden-print" role="complementary">
-    <div class="sidebar-top">
-        <img class="hidden-xs hidden-sm logo-small" src="/img/logo.svg" alt="MyNewt" title="MyNewt">
-        <div class="small" role="search">
-            <form id ="rtd-search-form" class="wy-form" action="../../../search.html" method="get">
-                <div class="form-group">
-                    <input type="text" name="q" placeholder="Search documentation" />
-                    <button class="search-button" type="submit"><i class="fa fa-search"></i></button>
-                </div>
-            </form>
-        </div>
-    </div>
-    <ul class="nav bs-sidenav">
-      
-        
-      
-        
-      
-        
-      
-        
-      
-        
-      
-        
-      
-        
-          
-  
-  
-    <li><a href="
-  ../../../os/get_started/introduction/
-">Mynewt OS Manual</a>
-  
-    
-  </li>
-
-        
-      
-        
-          
-  
-  
-    <li><a href="
-  ../../newt_intro/
-">Newt Tool Manual</a>
-  
-    
-      <ul class="current-toc">
-          
-              
-                
-  
-    <li>
-      <a href="../../newt_intro/">Introduction</a>
-    </li>
-  
-
-              
-          
-              
-                
-  
-  
-    <li><a href="
-  ../../install/newt_mac/
-">Install</a>
-  
-    
-  </li>
-
-              
-          
-              
-                
-  
-    <li>
-      <a href="../../newt_operation/">Newt Theory of Ops</a>
-    </li>
-  
-
-              
-          
-              
-                
-  
-  
-    <li ><a href="../../newt_ops/">User Guide</a></li>
-  
-    
-      <ul class="current-toc">
-          
-              
-          
-              
-                
-  
-  
-    <li><a href="
-  ../newt_app/
-">Command list</a>
-  
-    
-      <ul class="current-toc">
-          
-              
-                
-  
-    <li>
-      <a href="../newt_app/">newt app</a>
-    </li>
-  
-
-              
-          
-              
-                
-  
-    <li>
-      <a href="../newt_help/">newt help</a>
-    </li>
-  
-
-              
-          
-              
-                
-  
-    <li>
-      <a href="../newt_new/">newt new</a>
-    </li>
-  
-
-              
-          
-              
-                
-  
-    <li class="active">
-      newt pkg
-    </li>
-  
-
-              
-          
-              
-                
-  
-    <li>
-      <a href="../newt_target/">newt target</a>
-    </li>
-  
-
-              
-          
-              
-                
-  
-    <li>
-      <a href="../newt_version/">newt version</a>
-    </li>
-  
-
-              
-          
-      </ul>
-    
-  </li>
-
-              
-          
-      </ul>
-    
-  </li>
-
-              
-          
-      </ul>
-    
-  </li>
-
-        
-      
-        
-          
-  
-  
-    <li><a href="
-  ../../../newtmgr/overview/
-">Newt Manager Manual</a>
-  
-    
-  </li>
-
-        
-      
-        
-          
-  
-  
-    <li><a href="
-  ../../../os/tutorials/how_to_edit_docs/
-">Appendix</a>
-  
-    
-  </li>
-
-        
-      
-    </ul>
-</div></div>
-
-                    <div class="show-sidebar-container">
-                        <button class="show-sidebar">Docs Menu</button>
-                    </div>
-
-                    <div class="col-md-offset-3 col-md-9 documentation-viewer" role="main">
-                        <div class="row doc-header">
-                            <div class="col-sm-6">
-                                
-<ul class="nav nav-pills">
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    
-    <li  role="presentation"><a href="../../../os/get_started/introduction/">Mynewt OS</a></li>
-    
-    
-    
-    <li class="active" role="presentation"><a href="../../newt_intro/">Newt Tool</a></li>
-    
-    
-    
-    <li  role="presentation"><a href="../../../newtmgr/overview/">Newt Mgr</a></li>
-    
-    
-    
-    
-</ul>
-                            </div>
-                            <div class="col-sm-6">
-                                <div role="navigation" aria-label="breadcrumbs navigation">
-  <ul class="wy-breadcrumbs">
-    <li><a href="/documentation/">Docs</a></li>
-    
-    
-        
-          <li>&raquo; <a href="../../newt_ops/">User Guide</a></li>
-        
-      
-        
-          <li>&raquo; <a href="../newt_app/">Command list</a></li>
-        
-      
-      
-        <li>&raquo; newt pkg</li>
-      
-    
-    
-  </ul>
-</div>
-                            </div>
-                        </div>
-                        
-                            <h2 id="newt-pkg"><font color="#F2853F" style="font-size:24pt">newt pkg </font><a class="headerlink" href="#newt-pkg" title="Permanent link">&para;</a></h2>
-<p>Provides sub-commands to search, display and install packages in your current application or workspace.</p>
-<h4 id="usage">Usage:<a class="headerlink" href="#usage" title="Permanent link">&para;</a></h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    newt pkg [command][flag] input1 input2
-</pre></div>
-
-
-<h4 id="available-commands">Available Commands:<a class="headerlink" href="#available-commands" title="Permanent link">&para;</a></h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    list        List pkgs in the current app
-    checkdeps   Check pkg dependencies
-    hunt        Search for pkg from pkg-lists
-    show        Show the contents of a pkg.
-    install     Install a pkg
-    remove      Remove a pkg
-</pre></div>
-
-
-<h4 id="flags">Flags:<a class="headerlink" href="#flags" title="Permanent link">&para;</a></h4>
-<div class="codehilite" style="background: #ffffff"><pre style="line-height: 125%">    -h, --help=false: help for pkg
-
-#### Global Flags:
-
-    -l, --loglevel=&quot;WARN&quot;: Log level, defaults to WARN.
-    -q, --quiet=false: Be quiet; only display error output.
-    -s, --silent=false: Be silent; don&#39;t output anything.
-    -v, --verbose=false: Enable verbose output when executing commands.
-</pre></div>
-
-
-<h4 id="description">Description<a class="headerlink" href="#description" title="Permanent link">&para;</a></h4>
-<table>
-<thead>
-<tr>
-<th>Sub-command</th>
-<th>Explanation</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>list</td>
-<td>List all the pkgs in the current app. The output shows the name, version, path, and any additional attributes of each pkg in the app such as dependencies, capabilities, and linker scripts. The newt command gets the attributes of each pkg from the corresponsing pkg.yml description file.</td>
-</tr>
-<tr>
-<td>checkdeps</td>
-<td>Resolve all dependencies in the local app. This command goes through all pkgs currently installed, checks their dependencies, and prints any unresolved dependencies between pkgs.</td>
-</tr>
-<tr>
-<td>search</td>
-<td>Searches for a pkg, specified by <code>input1</code>. The local app, along with all remote apps (pkg-lists) are searched. All matched pkgs are shown along with the pkg-list informaton. Installed pkgs are called out as such. The command can be invoked from anywhere in the app.</td>
-</tr>
-<tr>
-<td>show</td>
-<td>Show the contents of the pkg named <code>input2</code> found in the pkg-list named <code>input1</code>. The pkg-list name is optional; if only the pkg name is given as the argument it is resolved using all the pkg-lists installed in the current app. If the pkg is present in multiple pkg-lists it will list all of them along with the pkg-list information for each.</td>
-</tr>
-<tr>
-<td>install</td>
-<td>Install the pkg specified by <code>input2</code> from the pkg-list named <code>input1</code>. The command downloads the pkg from the github repository using the URL in the pkg-list description file (typically downloaded as 'input1@<branch-name>.yml' in .app/pkg-lists). It also downloads all the dependencies (constituent pkgs) as decribed in the pkg's description file ('pkg.yml') and installs all of them. The pkg-list name is optional. If only the pkg name is given as the argument, the command looks for the pkg name in all the pkg-lists in the local app and installs accordingly. A pkg is installed by this command only if it has not already been installed.</td>
-</tr>
-<tr>
-<td>remove</td>
-<td>Remove a pkg named <code>input2</code> from pkg-list <code>input1</code>, if pkg-list is specified. Otherwise only one input required - that of the name of the pkg to be removed from the local app.</td>
-</tr>
-</tbody>
-</table>
-<h4 id="command-specific-flags">Command-specific flags<a class="headerlink" href="#command-specific-flags" title="Permanent link">&para;</a></h4>
-<table>
-<thead>
-<tr>
-<th>Sub-command</th>
-<th>Available flags</th>
-<th>Explanation</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>install</td>
-<td>-b, --branch="<branch-name>"</td>
-<td>Installs the pkgs from the branch name or tag of the pkg-list specified</td>
-</tr>
-</tbody>
-</table>
-<h4 id="examples">Examples<a class="headerlink" href="#examples" title="Permanent link">&para;</a></h4>
-<table>
-<thead>
-<tr>
-<th>Sub-command</th>
-<th>Usage</th>
-<th>Explanation</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>list</td>
-<td>newt pkg list</td>
-<td>CList all of the pkgs in the current app and the details of the pkgs.</td>
-</tr>
-<tr>
-<td>checkdeps</td>
-<td>newt pkg checkdeps</td>
-<td>Checks all the dependencies between pkgs in the app. Lists any unresolved dependencies.</td>
-</tr>
-<tr>
-<td>hunt</td>
-<td>newt pkg hunt blinky</td>
-<td>Hunts for the pkg named 'blinky'. The command can be invoked from anywhere in the app. Results show if the pkg is installed and which pkg-list, if any, has the pkg.</td>
-</tr>
-<tr>
-<td>show</td>
-<td>newt pkg show larva libs/os</td>
-<td>Show the contents of the pkg named 'libs/os' in the pkg-list named larva. The contents are essentially derived from the pkg's 'pkg.yml' file.</td>
-</tr>
-<tr>
-<td>install</td>
-<td>newt pkg install hw/bsp/stm32f3discovery</td>
-<td>Downloads and installs the pkg named "stm32f3discovery" (specified with its full path name inside the remote app) along with all its dependencies from the remote app on github. Since no pkg-list is specified, the URL for the remote app in the pkg-list description file found in the local app (in .app/pkg-lists for the project) is used.</td>
-</tr>
-<tr>
-<td>remove</td>
-<td>newt pkg remove larva blinky</td>
-<td>Removes the pkg named blinky only from the pkg-list named larva</td>
-</tr>
-<tr>
-<td>remove</td>
-<td>newt pkg remove blinky</td>
-<td>Removes the pkg named blinky from the local app</td>
-</tr>
-</tbody>
-</table>
-                        
-                        <div class="row">
-                            
-
-
-
-<ul class="nav nav-pills" style="margin-bottom: 10px">
-    <li>
-    
-    <a href=../newt_new/>
-        <span class="fa fa-arrow-left"></span>
-        Previous: newt new
-    </a>
-    
-    </li>
-    <li class="pull-right">
-    
-    <a href=../newt_target/>
-        Next: newt target
-        <span class="fa fa-arrow-right"></span>
-    </a>
-    
-    </li>
-</ul>
-                        </div>
-                        <div class="row">
-                            <footer>
-    <div class="row">
-        <div class="col-md-12">
-            
-                <p class="copyright">Copyright &copy; 2015 The Apache Software Foundation, Licensed under the Apache License, Version 2.0 Apache and the Apache feather logo are trademarks of The Apache Software Foundation.<br>The Apache Software Foundation Apache Incubator</p>
-            
-        </div>
-    </div>
-    <div class="copyright-logos">
-        <div class="row">
-            <div class="col-xs-6 text-right">
-                <img src="/img/apache-feather.png" alt="Apache" title="Apache">
-            </div>
-            <div class="col-xs-6 text-left">
-                <img src="/img/apache-logo.png" alt="Apache Incubator" title="Apache Incubator">
-            </div>
-        </div>
-    </div>
-    <div class="row">
-        <div class="col-md-12">
-            <small class="footnote">
-                MyNewt is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
-            </small>
-        </div>
-    </div>
-</footer>
-                        </div>
-                    </div>
-                </div>
-            
-            
-        </div>
-
-        <script src="../../../js/jquery-1.10.2.min.js"></script>
-        <script src="../../../js/bootstrap-3.0.3.min.js"></script>
-        <script src="../../../js/highlight.pack.js"></script>
-        <script src="../../../js/base.js"></script>
-        <script src="../../../js/custom.js"></script>
-
-    </body>
-</html>
\ No newline at end of file