configure.html 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  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>HowTo Configuration! &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="prev" title="Template" href="beewatch/pinapi/index.html"/>
  14. <script src="_static/js/modernizr.min.js"></script>
  15. </head>
  16. <body class="wy-body-for-nav" role="document">
  17. <div class="wy-grid-for-nav">
  18. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  19. <div class="wy-side-scroll">
  20. <div class="wy-side-nav-search">
  21. <a href="index.html" class="icon icon-home"> BeeWatch
  22. </a>
  23. <div class="version">
  24. unreleased
  25. </div>
  26. <div role="search">
  27. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  28. <input type="text" name="q" placeholder="Search docs" />
  29. <input type="hidden" name="check_keywords" value="yes" />
  30. <input type="hidden" name="area" value="default" />
  31. </form>
  32. </div>
  33. </div>
  34. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  35. <p class="caption"><span class="caption-text">Contents:</span></p>
  36. <ul class="current">
  37. <li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
  38. <li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
  39. <li class="toctree-l1 current"><a class="current reference internal" href="#">HowTo Configuration!</a><ul class="simple">
  40. </ul>
  41. </li>
  42. </ul>
  43. </div>
  44. </div>
  45. </nav>
  46. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  47. <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
  48. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  49. <a href="index.html">BeeWatch</a>
  50. </nav>
  51. <div class="wy-nav-content">
  52. <div class="rst-content">
  53. <div role="navigation" aria-label="breadcrumbs navigation">
  54. <ul class="wy-breadcrumbs">
  55. <li><a href="index.html">Docs</a> &raquo;</li>
  56. <li>HowTo Configuration!</li>
  57. <li class="wy-breadcrumbs-aside">
  58. <a href="_sources/configure.rst.txt" rel="nofollow"> View page source</a>
  59. </li>
  60. </ul>
  61. <hr/>
  62. </div>
  63. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  64. <div itemprop="articleBody">
  65. <div class="section" id="howto-configuration">
  66. <h1>HowTo Configuration!<a class="headerlink" href="#howto-configuration" title="Permalink to this headline">¶</a></h1>
  67. <p>This page explains how to configure BeeWatch.</p>
  68. <div class="toctree-wrapper compound">
  69. </div>
  70. </div>
  71. </div>
  72. <div class="articleComments">
  73. </div>
  74. </div>
  75. <footer>
  76. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  77. <a href="beewatch/pinapi/index.html" class="btn btn-neutral" title="Template" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  78. </div>
  79. <hr/>
  80. <div role="contentinfo">
  81. <p>
  82. &copy; Copyright 2017, Digital.
  83. </p>
  84. </div>
  85. 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>.
  86. </footer>
  87. </div>
  88. </div>
  89. </section>
  90. </div>
  91. <script type="text/javascript">
  92. var DOCUMENTATION_OPTIONS = {
  93. URL_ROOT:'./',
  94. VERSION:'unreleased',
  95. COLLAPSE_INDEX:false,
  96. FILE_SUFFIX:'.html',
  97. HAS_SOURCE: true,
  98. SOURCELINK_SUFFIX: '.txt'
  99. };
  100. </script>
  101. <script type="text/javascript" src="_static/jquery.js"></script>
  102. <script type="text/javascript" src="_static/underscore.js"></script>
  103. <script type="text/javascript" src="_static/doctools.js"></script>
  104. <script type="text/javascript" src="_static/js/theme.js"></script>
  105. <script type="text/javascript">
  106. jQuery(function () {
  107. SphinxRtdTheme.StickyNav.enable();
  108. });
  109. </script>
  110. </body>
  111. </html>