Repository: incubator-mynewt-site Updated Branches: refs/heads/asf-site d88b96063 -> 2c9984654
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2c998465/packaging/dist/index.html ---------------------------------------------------------------------- diff --git a/packaging/dist/index.html b/packaging/dist/index.html new file mode 100644 index 0000000..683707b --- /dev/null +++ b/packaging/dist/index.html @@ -0,0 +1,386 @@ +<!DOCTYPE html> +<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]--> +<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>Creating Packages - Mynewt</title> + + + <link rel="shortcut icon" href="../../img/favicon.ico"> + + + <link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'> + + <link rel="stylesheet" href="../../css/theme.css" type="text/css" /> + <link rel="stylesheet" href="../../css/theme_extra.css" type="text/css" /> + <link rel="stylesheet" href="../../css/highlight.css"> + <link href="../../extra.css" rel="stylesheet"> + + + <script> + // Current page data + var mkdocs_page_name = "Creating Packages"; + </script> + + <script src="../../js/jquery-2.1.1.min.js"></script> + <script src="../../js/modernizr-2.8.3.min.js"></script> + <script type="text/javascript" src="../../js/highlight.pack.js"></script> + <script src="../../js/theme.js"></script> + + +</head> + +<body class="wy-body-for-nav" role="document"> + + <div class="wy-grid-for-nav"> + + + <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav"> + <div class="wy-side-nav-search"> + <a href="../.." class="icon icon-home"> Mynewt</a> + <div role="search"> + <form id ="rtd-search-form" class="wy-form" action="../../search.html" method="get"> + <input type="text" name="q" placeholder="Search docs" /> + </form> +</div> + </div> + + <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation"> + <ul class="current"> + + <li> + <li class="toctree-l1 "> + <a class="" href="../..">Home</a> + + </li> +<li> + + <li> + <ul class="subnav"> + <li><span>Get Started</span></li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_started/newt_concepts/">Newt Concepts</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_started/project1/">Blinky, The First Project</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_started/how_to_edit_docs/">How to edit docs</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_started/try_markdown/">Sample doc to edit</a> + + </li> + + + </ul> +<li> + + <li> + <ul class="subnav"> + <li><span>Get Acclimated</span></li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_acclimated/vocabulary/">Understanding Newt Terms</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_acclimated/project2/">Project 2</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../get_acclimated/project3/">Project 3</a> + + </li> + + + </ul> +<li> + + <li> + <ul class="subnav"> + <li><span>Newt Tool</span></li> + + + + <li class="toctree-l1 "> + <a class="" href="../../newt/newt_ops/">Command structure</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../newt/newt_tool_reference/">Command list</a> + + </li> + + + </ul> +<li> + + <li> + <ul class="subnav"> + <li><span>Mynewt OS</span></li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/mynewt_os/">Overview</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/context_switch/">Scheduler/Context Switching</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/time/">Time</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/task/">Tasks</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/event_queue/">Event Queues</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/semaphore/">Semaphores</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/mutex/">Mutexes</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/memory_pool/">Memory Pools</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/heap/">Heap</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/mbufs/">Mbufs</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/sanity/">Sanity</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/callout/">Callout Functions</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../os/port_os/">Porting to other Platforms</a> + + </li> + + + </ul> +<li> + + <li> + <ul class="subnav"> + <li><span>Chapter5 - Modules</span></li> + + + + <li class="toctree-l1 "> + <a class="" href="../../modules/console/">Console</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../modules/shell/">Shell</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../modules/bootloader/">Bootloader</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../modules/filesystem/">File System</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="../../modules/testutil/">Test Utilities</a> + + </li> + + + </ul> +<li> + + <li> + <ul class="subnav"> + <li><span>Chapter6 - Packaging it</span></li> + + + + <li class="toctree-l1 current"> + <a class="current" href="./">Creating Packages</a> + + <ul> + + </ul> + + </li> + + + </ul> +<li> + + </ul> + </div> + + </nav> + + <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"> + + + <nav class="wy-nav-top" role="navigation" aria-label="top navigation"> + <i data-toggle="wy-nav-top" class="fa fa-bars"></i> + <a href="../..">Mynewt</a> + </nav> + + + <div class="wy-nav-content"> + <div class="rst-content"> + <div role="navigation" aria-label="breadcrumbs navigation"> + <ul class="wy-breadcrumbs"> + <li><a href="../..">Docs</a> »</li> + + + + <li>Chapter6 - Packaging it »</li> + + + + <li>Creating Packages</li> + <li class="wy-breadcrumbs-aside"> + + </li> + </ul> + <hr/> +</div> + <div role="main"> + <div class="section"> + + + + </div> + </div> + <footer> + + <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation"> + + + <a href="../../modules/testutil/" class="btn btn-neutral" title="Test Utilities"><span class="icon icon-circle-arrow-left"></span> Previous</a> + + </div> + + + <hr/> + + <div role="contentinfo"> + <!-- Copyright etc --> + + </div> + + Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. +</footer> + + </div> + </div> + + </section> + + </div> + +<div class="rst-versions" role="note" style="cursor: pointer"> + <span class="rst-current-version" data-toggle="rst-current-version"> + + + <span><a href="../../modules/testutil/" style="color: #fcfcfc;">« Previous</a></span> + + + </span> +</div> + +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2c998465/search.html ---------------------------------------------------------------------- diff --git a/search.html b/search.html index eeb0b88..de18d12 100644 --- a/search.html +++ b/search.html @@ -57,33 +57,33 @@ <li> <ul class="subnav"> - <li><span>Chapter1 - Get Started</span></li> + <li><span>Get Started</span></li> <li class="toctree-l1 "> - <a class="" href="chapter1/newt_concepts/">Newt Concepts</a> + <a class="" href="get_started/newt_concepts/">Newt Concepts</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter1/project1/">Blinky, The First Project</a> + <a class="" href="get_started/project1/">Blinky, The First Project</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter1/how_to_edit_docs/">How to edit docs</a> + <a class="" href="get_started/how_to_edit_docs/">How to edit docs</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter1/try_markdown/">Sample doc to edit</a> + <a class="" href="get_started/try_markdown/">Sample doc to edit</a> </li> @@ -93,26 +93,26 @@ <li> <ul class="subnav"> - <li><span>Chapter2 - Get Acclimated</span></li> + <li><span>Get Acclimated</span></li> <li class="toctree-l1 "> - <a class="" href="chapter2/vocabulary/">Understanding Newt Terms</a> + <a class="" href="get_acclimated/vocabulary/">Understanding Newt Terms</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter2/project2/">Project 2</a> + <a class="" href="get_acclimated/project2/">Project 2</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter2/project3/">Project 3</a> + <a class="" href="get_acclimated/project3/">Project 3</a> </li> @@ -122,19 +122,19 @@ <li> <ul class="subnav"> - <li><span>Chapter3 - Newt Tool</span></li> + <li><span>Newt Tool</span></li> <li class="toctree-l1 "> - <a class="" href="chapter3/newt_ops/">Command structure</a> + <a class="" href="newt/newt_ops/">Command structure</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter3/newt_tool_reference/">Command list</a> + <a class="" href="newt/newt_tool_reference/">Command list</a> </li> @@ -144,89 +144,96 @@ <li> <ul class="subnav"> - <li><span>Chapter4 - Newt OS</span></li> + <li><span>Mynewt OS</span></li> <li class="toctree-l1 "> - <a class="" href="chapter4/mynewt_os/">Overview</a> + <a class="" href="os/mynewt_os/">Overview</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/context_switch/">Scheduler/Context Switching</a> + <a class="" href="os/context_switch/">Scheduler/Context Switching</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/time/">Time</a> + <a class="" href="os/time/">Time</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/task/">Tasks</a> + <a class="" href="os/task/">Tasks</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/event_queue/">Event Queues</a> + <a class="" href="os/event_queue/">Event Queues</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/semaphore/">Semaphores</a> + <a class="" href="os/semaphore/">Semaphores</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/mutex/">Mutexes</a> + <a class="" href="os/mutex/">Mutexes</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/memory_pool/">Memory Pools</a> + <a class="" href="os/memory_pool/">Memory Pools</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/heap/">Heap</a> + <a class="" href="os/heap/">Heap</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/mbufs/">Mbufs</a> + <a class="" href="os/mbufs/">Mbufs</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/sanity/">Sanity</a> + <a class="" href="os/sanity/">Sanity</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter4/port_os/">Porting to other Platforms</a> + <a class="" href="os/callout/">Callout Functions</a> + + </li> + + + + <li class="toctree-l1 "> + <a class="" href="os/port_os/">Porting to other Platforms</a> </li> @@ -241,35 +248,35 @@ <li class="toctree-l1 "> - <a class="" href="chapter5/console/">Console</a> + <a class="" href="modules/console/">Console</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter5/shell/">Shell</a> + <a class="" href="modules/shell/">Shell</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter5/bootloader/">Bootloader</a> + <a class="" href="modules/bootloader/">Bootloader</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter5/filesystem/">File System</a> + <a class="" href="modules/filesystem/">File System</a> </li> <li class="toctree-l1 "> - <a class="" href="chapter5/testutil/">Test Utilities</a> + <a class="" href="modules/testutil/">Test Utilities</a> </li> @@ -284,7 +291,7 @@ <li class="toctree-l1 "> - <a class="" href="chapter6/dist/">Creating Packages</a> + <a class="" href="packaging/dist/">Creating Packages</a> </li> http://git-wip-us.apache.org/repos/asf/incubator-mynewt-site/blob/2c998465/sitemap.xml ---------------------------------------------------------------------- diff --git a/sitemap.xml b/sitemap.xml index 428909c..08f9543 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,7 +4,7 @@ <url> <loc>http://mynewt.incubator.apache.org/index.html/</loc> - <lastmod>2015-11-25</lastmod> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> @@ -12,26 +12,26 @@ <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter1/newt_concepts/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_started/newt_concepts/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter1/project1/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_started/project1/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter1/how_to_edit_docs/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_started/how_to_edit_docs/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter1/try_markdown/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_started/try_markdown/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> @@ -40,20 +40,20 @@ <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter2/vocabulary/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_acclimated/vocabulary/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter2/project2/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_acclimated/project2/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter2/project3/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/get_acclimated/project3/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> @@ -62,14 +62,14 @@ <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter3/newt_ops/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/newt/newt_ops/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter3/newt_tool_reference/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/newt/newt_tool_reference/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> @@ -78,74 +78,80 @@ <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/mynewt_os/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/mynewt_os/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/context_switch/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/context_switch/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/time/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/time/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/task/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/task/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/event_queue/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/event_queue/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/semaphore/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/semaphore/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/mutex/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/mutex/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/memory_pool/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/memory_pool/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/heap/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/heap/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/mbufs/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/mbufs/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/sanity/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/sanity/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter4/port_os/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/os/callout/</loc> + <lastmod>2015-12-18</lastmod> + <changefreq>daily</changefreq> + </url> + + <url> + <loc>http://mynewt.incubator.apache.org/index.html/os/port_os/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> @@ -154,32 +160,32 @@ <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter5/console/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/modules/console/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter5/shell/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/modules/shell/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter5/bootloader/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/modules/bootloader/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter5/filesystem/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/modules/filesystem/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter5/testutil/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/modules/testutil/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url> @@ -188,8 +194,8 @@ <url> - <loc>http://mynewt.incubator.apache.org/index.html/chapter6/dist/</loc> - <lastmod>2015-11-25</lastmod> + <loc>http://mynewt.incubator.apache.org/index.html/packaging/dist/</loc> + <lastmod>2015-12-18</lastmod> <changefreq>daily</changefreq> </url>
