design.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Program Design &mdash; BeeWatch unreleased documentation</title>
  8. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  9. <link rel="index" title="Index"
  10. href="genindex.html"/>
  11. <link rel="search" title="Search" href="search.html"/>
  12. <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
  13. <link rel="up" title="BeeWatch" href="beewatch/index.html"/>
  14. <link rel="next" title="Template" href="beewatch/gui/index.html"/>
  15. <link rel="prev" title="BeeWatch" href="beewatch/index.html"/>
  16. <script src="_static/js/modernizr.min.js"></script>
  17. </head>
  18. <body class="wy-body-for-nav" role="document">
  19. <div class="wy-grid-for-nav">
  20. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  21. <div class="wy-side-scroll">
  22. <div class="wy-side-nav-search">
  23. <a href="index.html" class="icon icon-home"> BeeWatch
  24. </a>
  25. <div class="version">
  26. unreleased
  27. </div>
  28. <div role="search">
  29. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  30. <input type="text" name="q" placeholder="Search docs" />
  31. <input type="hidden" name="check_keywords" value="yes" />
  32. <input type="hidden" name="area" value="default" />
  33. </form>
  34. </div>
  35. </div>
  36. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  37. <p class="caption"><span class="caption-text">Contents:</span></p>
  38. <ul class="current">
  39. <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
  40. <li class="toctree-l1 current"><a class="reference internal" href="beewatch/index.html">BeeWatch</a><ul class="current">
  41. <li class="toctree-l2 current"><a class="current reference internal" href="#">Program Design</a><ul class="simple">
  42. </ul>
  43. </li>
  44. <li class="toctree-l2"><a class="reference internal" href="beewatch/gui/index.html">Template</a></li>
  45. <li class="toctree-l2"><a class="reference internal" href="beewatch/server/index.html">Template</a></li>
  46. <li class="toctree-l2"><a class="reference internal" href="beewatch/pinapi/index.html">Template</a></li>
  47. </ul>
  48. </li>
  49. <li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
  50. </ul>
  51. </div>
  52. </div>
  53. </nav>
  54. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  55. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  56. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  57. <a href="index.html">BeeWatch</a>
  58. </nav>
  59. <div class="wy-nav-content">
  60. <div class="rst-content">
  61. <div role="navigation" aria-label="breadcrumbs navigation">
  62. <ul class="wy-breadcrumbs">
  63. <li><a href="index.html">Docs</a> &raquo;</li>
  64. <li><a href="beewatch/index.html">BeeWatch</a> &raquo;</li>
  65. <li>Program Design</li>
  66. <li class="wy-breadcrumbs-aside">
  67. <a href="_sources/design.rst.txt" rel="nofollow"> View page source</a>
  68. </li>
  69. </ul>
  70. <hr/>
  71. </div>
  72. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  73. <div itemprop="articleBody">
  74. <div class="section" id="program-design">
  75. <h1>Program Design<a class="headerlink" href="#program-design" title="Permalink to this headline">¶</a></h1>
  76. <p>This page explains the structure of BeeWatch.</p>
  77. <div class="toctree-wrapper compound">
  78. </div>
  79. </div>
  80. </div>
  81. <div class="articleComments">
  82. </div>
  83. </div>
  84. <footer>
  85. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  86. <a href="beewatch/gui/index.html" class="btn btn-neutral float-right" title="Template" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
  87. <a href="beewatch/index.html" class="btn btn-neutral" title="BeeWatch" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  88. </div>
  89. <hr/>
  90. <div role="contentinfo">
  91. <p>
  92. &copy; Copyright 2017, Digital.
  93. </p>
  94. </div>
  95. Built with <a href="http://sphinx-doc.org/">Sphinx</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>.
  96. </footer>
  97. </div>
  98. </div>
  99. </section>
  100. </div>
  101. <script type="text/javascript">
  102. var DOCUMENTATION_OPTIONS = {
  103. URL_ROOT:'./',
  104. VERSION:'unreleased',
  105. COLLAPSE_INDEX:false,
  106. FILE_SUFFIX:'.html',
  107. HAS_SOURCE: true,
  108. SOURCELINK_SUFFIX: '.txt'
  109. };
  110. </script>
  111. <script type="text/javascript" src="_static/jquery.js"></script>
  112. <script type="text/javascript" src="_static/underscore.js"></script>
  113. <script type="text/javascript" src="_static/doctools.js"></script>
  114. <script type="text/javascript" src="_static/js/theme.js"></script>
  115. <script type="text/javascript">
  116. jQuery(function () {
  117. SphinxRtdTheme.StickyNav.enable();
  118. });
  119. </script>
  120. </body>
  121. </html>