Browse Source

moved sphinx source dir to docs/src

digital 7 years ago
parent
commit
5c23422fa3
53 changed files with 3430 additions and 110 deletions
  1. 1 1
      Makefile
  2. 1 1
      docs/html/.buildinfo
  3. 1 1
      docs/html/_sources/beewatch/index.rst.txt
  4. 0 0
      docs/html/_sources/beewatch/tellme.rst.txt
  5. 0 0
      docs/html/_sources/configure.rst.txt
  6. 0 0
      docs/html/_sources/design.rst.txt
  7. 0 0
      docs/html/_sources/freesoftware.rst.txt
  8. 56 0
      docs/html/_sources/getting_started.rst.txt
  9. 68 0
      docs/html/_sources/includes/free_software.rst.txt
  10. 68 0
      docs/html/_sources/includes/freesoftware.rst.txt
  11. 0 0
      docs/html/_sources/includes/indicestables.rst.txt
  12. 0 0
      docs/html/_sources/includes/links.rst.txt
  13. 6 24
      docs/html/_sources/includes/tellme.rst.txt
  14. 8 9
      docs/html/_sources/index.rst.txt
  15. 0 0
      docs/html/_sources/templates/index.rst.txt
  16. 5 6
      docs/html/beewatch/gui/index.html
  17. 9 10
      docs/html/beewatch/index.html
  18. 5 6
      docs/html/beewatch/pinapi/index.html
  19. 3 4
      docs/html/beewatch/server/index.html
  20. 229 0
      docs/html/beewatch/tellme.html
  21. 239 0
      docs/html/configure.html
  22. 251 0
      docs/html/design.html
  23. 254 0
      docs/html/freesoftware.html
  24. 4 5
      docs/html/genindex.html
  25. 249 0
      docs/html/getting_started.html
  26. 245 0
      docs/html/includes/free_software.html
  27. 243 0
      docs/html/includes/freesoftware.html
  28. 235 0
      docs/html/includes/indicestables.html
  29. 236 0
      docs/html/includes/links.html
  30. 244 0
      docs/html/includes/tellme.html
  31. 13 14
      docs/html/index.html
  32. 1 3
      docs/html/indicestables.html
  33. 3 5
      docs/html/links.html
  34. BIN
      docs/html/objects.inv
  35. 4 5
      docs/html/py-modindex.html
  36. 4 5
      docs/html/search.html
  37. 0 0
      docs/html/searchindex.js
  38. 7 5
      docs/html/tellme.html
  39. 228 0
      docs/html/templates/index.html
  40. 0 0
      docs/src/beewatch/gui/index.rst
  41. 1 1
      docs/src/beewatch/index.rst
  42. 0 0
      docs/src/beewatch/pinapi/index.rst
  43. 0 0
      docs/src/beewatch/server/index.rst
  44. 10 2
      docs/src/conf.py
  45. 60 0
      docs/src/configure.rst
  46. 56 0
      docs/src/design.rst
  47. 56 0
      docs/src/getting_started.rst
  48. 68 0
      docs/src/includes/free_software.rst
  49. 57 0
      docs/src/includes/indicestables.rst
  50. 52 0
      docs/src/includes/links.rst
  51. 67 0
      docs/src/includes/tellme.rst
  52. 28 3
      docs/src/index.rst
  53. 55 0
      docs/src/templates/index.rst

+ 1 - 1
Makefile

@@ -22,7 +22,7 @@
 SPHINXOPTS    =
 SPHINXBUILD   = sphinx-build
 SPHINXPROJ    = BeeWatch
-SOURCEDIR     = ./
+SOURCEDIR     = docs/src/
 BUILDDIR      = docs/
 
 # Put it first so that "make" without argument is like "make help".

+ 1 - 1
docs/html/.buildinfo

@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 56bb19007efcbf956b959ef2f8c7c522
+config: f409bb194a581da559ca0173cb974327
 tags: 645f666f9bcd5a90fca523b33c5a78b7

+ 1 - 1
docs/html/_sources/beewatch/index.rst.txt

@@ -28,7 +28,7 @@ BeeWatch
    :maxdepth: 2
    :caption: Contents:
 
-   design.rst
+   /design.rst
    gui/index.rst
    server/index.rst
    pinapi/index.rst

+ 0 - 0
tellme.rst → docs/html/_sources/beewatch/tellme.rst.txt


+ 0 - 0
config/index.rst → docs/html/_sources/configure.rst.txt


+ 0 - 0
beewatch/design.rst → docs/html/_sources/design.rst.txt


+ 0 - 0
freesoftware.rst → docs/html/_sources/freesoftware.rst.txt


+ 56 - 0
docs/html/_sources/getting_started.rst.txt

@@ -0,0 +1,56 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+
+Template
+==============
+
+Template text.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+   /includes/free_software.rst
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 68 - 0
docs/html/_sources/includes/free_software.rst.txt

@@ -0,0 +1,68 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+.. toctree::
+    :maxdepth: 2
+    :caption: Contents:
+
+.. include:: links.rst
+
+Fee Software
+============
+My goal is to produce free software. 'Free' as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let's take a look at the definition of free software by `gnu.org - free software`_ :
+
+    A program is free software if the program's users have the four essential freedoms:
+
+        0. The freedom to run the program as you wish, for any purpose (freedom 0).
+        1. The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
+        2. The freedom to redistribute copies so you can help your neighbor (freedom 2).
+        3. The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
+
+So basically you are free to run, copy, distribute, study, change and improve my software.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 68 - 0
docs/html/_sources/includes/freesoftware.rst.txt

@@ -0,0 +1,68 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+.. toctree::
+    :maxdepth: 2
+    :caption: Contents:
+
+.. include:: links.rst
+
+Fee Software
+============
+My goal is to produce free software. 'Free' as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let's take a look at the definition of free software by `gnu.org - free software`_ :
+
+    A program is free software if the program's users have the four essential freedoms:
+
+        0. The freedom to run the program as you wish, for any purpose (freedom 0).
+        1. The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
+        2. The freedom to redistribute copies so you can help your neighbor (freedom 2).
+        3. The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
+
+So basically you are free to run, copy, distribute, study, change and improve my software.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 0 - 0
indicestables.rst → docs/html/_sources/includes/indicestables.rst.txt


+ 0 - 0
links.rst → docs/html/_sources/includes/links.rst.txt


+ 6 - 24
index.rst → docs/html/_sources/includes/tellme.rst.txt

@@ -16,39 +16,21 @@
     You should have received a copy of the GNU General Public License
     along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
 
+Tell Me!
+========
 
+This page explains how to tell me stuff.
 
-BeeWatch, a beehive status tool
-===============================
-
-BeeWatch aims to help beekeepers understand their beehive. Easily ansewer questions like:
-
-* How much honey did my bees produce?
-* What information do you want to know about your bees? :doc:`/tellme`
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
 
-Project Goals
-=============
-This project started when my father asked me to build a weighing scale for his beehive. I agreed and this is what I made so far.
 
-.. d: include:: codegoals.rst
 
 
-.. Note::
-    This project is very experimental. I do not advise you to use it yet.
 
-.. toctree::
-   :maxdepth: 2
-   :caption: Contents:
 
-   links.rst
-   freesoftware.rst
-   docs/src/index.rst
-   beewatch/index.rst
-   config/index.rst
-   tellme.rst
-   indicestables.rst
 
-.. include:: indicestables.rst
 
 
 

+ 8 - 9
docs/html/_sources/index.rst.txt

@@ -24,13 +24,13 @@ BeeWatch, a beehive status tool
 BeeWatch aims to help beekeepers understand their beehive. Easily ansewer questions like:
 
 * How much honey did my bees produce?
-* What information do you want to know about your bees? :doc:`/tellme`
+* What information do you want to know about your bees? :doc:`/includes/tellme`
 
 Project Goals
 =============
 This project started when my father asked me to build a weighing scale for his beehive. I agreed and this is what I made so far.
 
-.. d: include:: codegoals.rst
+.. d: include:: includes/free_software.rst
 
 
 .. Note::
@@ -40,15 +40,14 @@ This project started when my father asked me to build a weighing scale for his b
    :maxdepth: 2
    :caption: Contents:
 
-   links.rst
-   codegoals.rst
-   docs/src/index.rst
+   includes/links.rst
+   getting_started.rst
    beewatch/index.rst
-   config/index.rst
-   tellme.rst
-   indicestables.rst
+   configure.rst
+   includes/tellme.rst
+   includes/indicestables.rst
 
-.. include:: indicestables.rst
+.. include:: includes/indicestables.rst
 
 
 

+ 0 - 0
sphinx/templates/index.rst → docs/html/_sources/templates/index.rst.txt


+ 5 - 6
docs/html/beewatch/gui/index.html

@@ -38,7 +38,7 @@
     <link rel="top" title="BeeWatch unreleased documentation" href="../../index.html"/>
         <link rel="up" title="BeeWatch" href="../index.html"/>
         <link rel="next" title="Template" href="../server/index.html"/>
-        <link rel="prev" title="Program Design" href="../design.html"/> 
+        <link rel="prev" title="Program Design" href="../../design.html"/> 
 
   
   <script src="../../_static/js/modernizr.min.js"></script>
@@ -93,16 +93,15 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="../../docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../getting_started.html">Template</a></li>
 <li class="toctree-l1 current"><a class="reference internal" href="../index.html">BeeWatch</a><ul class="current">
-<li class="toctree-l2"><a class="reference internal" href="../design.html">Program Design</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../../design.html">Program Design</a></li>
 <li class="toctree-l2 current"><a class="current reference internal" href="#">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../server/index.html">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../pinapi/index.html">Template</a></li>
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="../../config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../../tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../configure.html">HowTo Configuration!</a></li>
 </ul>
 
             
@@ -186,7 +185,7 @@
         <a href="../server/index.html" class="btn btn-neutral float-right" title="Template" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
-        <a href="../design.html" class="btn btn-neutral" title="Program Design" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+        <a href="../../design.html" class="btn btn-neutral" title="Program Design" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
       
     </div>
   

+ 9 - 10
docs/html/beewatch/index.html

@@ -36,8 +36,8 @@
               href="../genindex.html"/>
         <link rel="search" title="Search" href="../search.html"/>
     <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/>
-        <link rel="next" title="Program Design" href="design.html"/>
-        <link rel="prev" title="Getting Started" href="../docs/src/index.html"/> 
+        <link rel="next" title="Program Design" href="../design.html"/>
+        <link rel="prev" title="Template" href="../getting_started.html"/> 
 
   
   <script src="../_static/js/modernizr.min.js"></script>
@@ -92,16 +92,15 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="../docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
 <li class="toctree-l1 current"><a class="current reference internal" href="#">BeeWatch</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="design.html">Program Design</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../design.html">Program Design</a></li>
 <li class="toctree-l2"><a class="reference internal" href="gui/index.html">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="server/index.html">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="pinapi/index.html">Template</a></li>
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="../config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
 </ul>
 
             
@@ -174,7 +173,7 @@
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="design.html">Program Design</a><ul class="simple">
+<li class="toctree-l1"><a class="reference internal" href="../design.html">Program Design</a><ul class="simple">
 </ul>
 </li>
 <li class="toctree-l1"><a class="reference internal" href="gui/index.html">Template</a></li>
@@ -193,7 +192,7 @@
 <col class="field-name" />
 <col class="field-body" />
 <tbody valign="top">
-<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>config</strong> (<a class="reference external" href="https://docs.python.org/2/library/stdtypes.html#dict" title="(in Python v2.7)"><em>dict</em></a>) &#8211; dictionary holding config information. for more information see <a class="reference internal" href="../config/index.html"><span class="doc">HowTo Configuration!</span></a></td>
+<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>config</strong> (<a class="reference external" href="https://docs.python.org/2/library/stdtypes.html#dict" title="(in Python v2.7)"><em>dict</em></a>) &#8211; dictionary holding config information. for more information see <code class="xref any docutils literal"><span class="pre">/config/index</span></code></td>
 </tr>
 </tbody>
 </table>
@@ -226,10 +225,10 @@
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
       
-        <a href="design.html" class="btn btn-neutral float-right" title="Program Design" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+        <a href="../design.html" class="btn btn-neutral float-right" title="Program Design" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
-        <a href="../docs/src/index.html" class="btn btn-neutral" title="Getting Started" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+        <a href="../getting_started.html" class="btn btn-neutral" title="Template" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
       
     </div>
   

+ 5 - 6
docs/html/beewatch/pinapi/index.html

@@ -37,7 +37,7 @@
         <link rel="search" title="Search" href="../../search.html"/>
     <link rel="top" title="BeeWatch unreleased documentation" href="../../index.html"/>
         <link rel="up" title="BeeWatch" href="../index.html"/>
-        <link rel="next" title="HowTo Configuration!" href="../../config/index.html"/>
+        <link rel="next" title="HowTo Configuration!" href="../../configure.html"/>
         <link rel="prev" title="Template" href="../server/index.html"/> 
 
   
@@ -93,16 +93,15 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="../../docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../getting_started.html">Template</a></li>
 <li class="toctree-l1 current"><a class="reference internal" href="../index.html">BeeWatch</a><ul class="current">
-<li class="toctree-l2"><a class="reference internal" href="../design.html">Program Design</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../../design.html">Program Design</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../gui/index.html">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../server/index.html">Template</a></li>
 <li class="toctree-l2 current"><a class="current reference internal" href="#">Template</a></li>
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="../../config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../../tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../configure.html">HowTo Configuration!</a></li>
 </ul>
 
             
@@ -183,7 +182,7 @@
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
       
-        <a href="../../config/index.html" class="btn btn-neutral float-right" title="HowTo Configuration!" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+        <a href="../../configure.html" class="btn btn-neutral float-right" title="HowTo Configuration!" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
         <a href="../server/index.html" class="btn btn-neutral" title="Template" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

+ 3 - 4
docs/html/beewatch/server/index.html

@@ -93,16 +93,15 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="../../docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../getting_started.html">Template</a></li>
 <li class="toctree-l1 current"><a class="reference internal" href="../index.html">BeeWatch</a><ul class="current">
-<li class="toctree-l2"><a class="reference internal" href="../design.html">Program Design</a></li>
+<li class="toctree-l2"><a class="reference internal" href="../../design.html">Program Design</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../gui/index.html">Template</a></li>
 <li class="toctree-l2 current"><a class="current reference internal" href="#">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../pinapi/index.html">Template</a></li>
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="../../config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../../tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../../configure.html">HowTo Configuration!</a></li>
 </ul>
 
             

+ 229 - 0
docs/html/beewatch/tellme.html

@@ -0,0 +1,229 @@
+
+
+<!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>Tell Me! &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>Tell Me!</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/beewatch/tellme.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="tell-me">
+<h1>Tell Me!<a class="headerlink" href="#tell-me" title="Permalink to this headline">¶</a></h1>
+<p>This page explains how to tell me stuff.</p>
+<div class="toctree-wrapper compound">
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 239 - 0
docs/html/configure.html

@@ -0,0 +1,239 @@
+
+
+<!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>HowTo Configuration! &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="genindex.html"/>
+        <link rel="search" title="Search" href="search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
+        <link rel="prev" title="Template" href="beewatch/pinapi/index.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">HowTo Configuration!</a><ul class="simple">
+</ul>
+</li>
+</ul>
+
+            
+          
+        </div>
+      </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="index.html">BeeWatch</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="index.html">Docs</a> &raquo;</li>
+        
+      <li>HowTo Configuration!</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="_sources/configure.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="howto-configuration">
+<h1>HowTo Configuration!<a class="headerlink" href="#howto-configuration" title="Permalink to this headline">¶</a></h1>
+<p>This page explains how to configure BeeWatch.</p>
+<div class="toctree-wrapper compound">
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+      
+        <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>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'./',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="_static/jquery.js"></script>
+      <script type="text/javascript" src="_static/underscore.js"></script>
+      <script type="text/javascript" src="_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 251 - 0
docs/html/design.html

@@ -0,0 +1,251 @@
+
+
+<!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>Program Design &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="genindex.html"/>
+        <link rel="search" title="Search" href="search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
+        <link rel="up" title="BeeWatch" href="beewatch/index.html"/>
+        <link rel="next" title="Template" href="beewatch/gui/index.html"/>
+        <link rel="prev" title="BeeWatch" href="beewatch/index.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
+<li class="toctree-l1 current"><a class="reference internal" href="beewatch/index.html">BeeWatch</a><ul class="current">
+<li class="toctree-l2 current"><a class="current reference internal" href="#">Program Design</a><ul class="simple">
+</ul>
+</li>
+<li class="toctree-l2"><a class="reference internal" href="beewatch/gui/index.html">Template</a></li>
+<li class="toctree-l2"><a class="reference internal" href="beewatch/server/index.html">Template</a></li>
+<li class="toctree-l2"><a class="reference internal" href="beewatch/pinapi/index.html">Template</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="index.html">BeeWatch</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="index.html">Docs</a> &raquo;</li>
+        
+          <li><a href="beewatch/index.html">BeeWatch</a> &raquo;</li>
+        
+      <li>Program Design</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="_sources/design.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="program-design">
+<h1>Program Design<a class="headerlink" href="#program-design" title="Permalink to this headline">¶</a></h1>
+<p>This page explains the structure of BeeWatch.</p>
+<div class="toctree-wrapper compound">
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <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>
+      
+      
+        <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>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'./',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="_static/jquery.js"></script>
+      <script type="text/javascript" src="_static/underscore.js"></script>
+      <script type="text/javascript" src="_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 254 - 0
docs/html/freesoftware.html

@@ -0,0 +1,254 @@
+
+
+<!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>Fee Software &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="genindex.html"/>
+        <link rel="search" title="Search" href="search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
+        <link rel="next" title="Tell Me!" href="tellme.html"/>
+        <link rel="prev" title="&lt;no title&gt;" href="links.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Fee Software</a></li>
+<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="index.html">BeeWatch</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="index.html">Docs</a> &raquo;</li>
+        
+      <li>Fee Software</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="_sources/freesoftware.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="toctree-wrapper compound">
+</div>
+<div class="toctree-wrapper compound">
+</div>
+<div class="section" id="fee-software">
+<h1>Fee Software<a class="headerlink" href="#fee-software" title="Permalink to this headline">¶</a></h1>
+<p>My goal is to produce free software. &#8216;Free&#8217; as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let&#8217;s take a look at the definition of free software by <a class="reference external" href="https://www.gnu.org/philosophy/free-sw.html">gnu.org - free software</a> :</p>
+<blockquote>
+<div><p>A program is free software if the program&#8217;s users have the four essential freedoms:</p>
+<blockquote>
+<div><ol class="arabic simple" start="0">
+<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>
+<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
+<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>
+<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
+</ol>
+</div></blockquote>
+</div></blockquote>
+<p>So basically you are free to run, copy, distribute, study, change and improve my software.</p>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="tellme.html" class="btn btn-neutral float-right" title="Tell Me!" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="links.html" class="btn btn-neutral" title="&lt;no title&gt;" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'./',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="_static/jquery.js"></script>
+      <script type="text/javascript" src="_static/underscore.js"></script>
+      <script type="text/javascript" src="_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 4 - 5
docs/html/genindex.html

@@ -91,12 +91,11 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="codegoals.html">Code Goals</a></li>
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
 <li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/indicestables.html">Indices and tables</a></li>
 </ul>
 
             

+ 249 - 0
docs/html/getting_started.html

@@ -0,0 +1,249 @@
+
+
+<!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>Template &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="genindex.html"/>
+        <link rel="search" title="Search" href="search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
+        <link rel="next" title="Fee Software" href="includes/free_software.html"/>
+        <link rel="prev" title="&lt;no title&gt;" href="includes/links.html"/> 
+
+  
+  <script src="_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Template</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="includes/free_software.html">Fee Software</a></li>
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/indicestables.html">Indices and tables</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="index.html">BeeWatch</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="index.html">Docs</a> &raquo;</li>
+        
+      <li>Template</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="_sources/getting_started.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="template">
+<h1>Template<a class="headerlink" href="#template" title="Permalink to this headline">¶</a></h1>
+<p>Template text.</p>
+<div class="toctree-wrapper compound">
+<p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="includes/free_software.html">Fee Software</a></li>
+</ul>
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="includes/free_software.html" class="btn btn-neutral float-right" title="Fee Software" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="includes/links.html" class="btn btn-neutral" title="&lt;no title&gt;" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'./',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="_static/jquery.js"></script>
+      <script type="text/javascript" src="_static/underscore.js"></script>
+      <script type="text/javascript" src="_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 245 - 0
docs/html/includes/free_software.html

@@ -0,0 +1,245 @@
+
+
+<!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>Fee Software &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>Fee Software</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/includes/free_software.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="toctree-wrapper compound">
+</div>
+<div class="toctree-wrapper compound">
+</div>
+<div class="section" id="fee-software">
+<h1>Fee Software<a class="headerlink" href="#fee-software" title="Permalink to this headline">¶</a></h1>
+<p>My goal is to produce free software. &#8216;Free&#8217; as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let&#8217;s take a look at the definition of free software by <a class="reference external" href="https://www.gnu.org/philosophy/free-sw.html">gnu.org - free software</a> :</p>
+<blockquote>
+<div><p>A program is free software if the program&#8217;s users have the four essential freedoms:</p>
+<blockquote>
+<div><ol class="arabic simple" start="0">
+<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>
+<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
+<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>
+<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
+</ol>
+</div></blockquote>
+</div></blockquote>
+<p>So basically you are free to run, copy, distribute, study, change and improve my software.</p>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 243 - 0
docs/html/includes/freesoftware.html

@@ -0,0 +1,243 @@
+
+
+<!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>Fee Software &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>Fee Software</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/includes/freesoftware.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="toctree-wrapper compound">
+</div>
+<div class="toctree-wrapper compound">
+</div>
+<div class="section" id="fee-software">
+<h1>Fee Software<a class="headerlink" href="#fee-software" title="Permalink to this headline">¶</a></h1>
+<p>My goal is to produce free software. &#8216;Free&#8217; as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let&#8217;s take a look at the definition of free software by <a class="reference external" href="https://www.gnu.org/philosophy/free-sw.html">gnu.org - free software</a> :</p>
+<blockquote>
+<div><p>A program is free software if the program&#8217;s users have the four essential freedoms:</p>
+<blockquote>
+<div><ol class="arabic simple" start="0">
+<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>
+<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>
+<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>
+<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>
+</ol>
+</div></blockquote>
+</div></blockquote>
+<p>So basically you are free to run, copy, distribute, study, change and improve my software.</p>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 235 - 0
docs/html/includes/indicestables.html

@@ -0,0 +1,235 @@
+
+
+<!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>Indices and tables &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>Indices and tables</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/includes/indicestables.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="toctree-wrapper compound">
+</div>
+<div class="section" id="indices-and-tables">
+<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
+<blockquote>
+<div><ul class="simple">
+<li><a class="reference internal" href="../genindex.html"><span class="std std-ref">Index</span></a></li>
+<li><a class="reference internal" href="../py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
+<li><a class="reference internal" href="../search.html"><span class="std std-ref">Search Page</span></a></li>
+</ul>
+</div></blockquote>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 236 - 0
docs/html/includes/links.html

@@ -0,0 +1,236 @@
+
+
+<!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>&lt;no title&gt; &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/>
+        <link rel="next" title="Template" href="../getting_started.html"/>
+        <link rel="prev" title="BeeWatch, a beehive status tool" href="../index.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>&lt;no title&gt;</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/includes/links.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="toctree-wrapper compound">
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="../getting_started.html" class="btn btn-neutral float-right" title="Template" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="../index.html" class="btn btn-neutral" title="BeeWatch, a beehive status tool" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 244 - 0
docs/html/includes/tellme.html

@@ -0,0 +1,244 @@
+
+
+<!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>Tell Me! &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/>
+        <link rel="next" title="Indices and tables" href="indicestables.html"/>
+        <link rel="prev" title="HowTo Configuration!" href="../configure.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul class="current">
+<li class="toctree-l1"><a class="reference internal" href="../getting_started.html">Template</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1 current"><a class="current reference internal" href="#">Tell Me!</a><ul class="simple">
+</ul>
+</li>
+<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>Tell Me!</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/includes/tellme.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="tell-me">
+<h1>Tell Me!<a class="headerlink" href="#tell-me" title="Permalink to this headline">¶</a></h1>
+<p>This page explains how to tell me stuff.</p>
+<div class="toctree-wrapper compound">
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
+      
+        <a href="indicestables.html" class="btn btn-neutral float-right" title="Indices and tables" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+      
+      
+        <a href="../configure.html" class="btn btn-neutral" title="HowTo Configuration!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+    </div>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 13 - 14
docs/html/index.html

@@ -36,7 +36,7 @@
               href="genindex.html"/>
         <link rel="search" title="Search" href="search.html"/>
     <link rel="top" title="BeeWatch unreleased documentation" href="#"/>
-        <link rel="next" title="&lt;no title&gt;" href="links.html"/> 
+        <link rel="next" title="&lt;no title&gt;" href="includes/links.html"/> 
 
   
   <script src="_static/js/modernizr.min.js"></script>
@@ -91,12 +91,11 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="codegoals.html">Code Goals</a></li>
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
 <li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/indicestables.html">Indices and tables</a></li>
 </ul>
 
             
@@ -165,7 +164,7 @@
 <p>BeeWatch aims to help beekeepers understand their beehive. Easily ansewer questions like:</p>
 <ul class="simple">
 <li>How much honey did my bees produce?</li>
-<li>What information do you want to know about your bees? <a class="reference internal" href="tellme.html"><span class="doc">Tell Me!</span></a></li>
+<li>What information do you want to know about your bees? <a class="reference internal" href="includes/tellme.html"><span class="doc">Tell Me!</span></a></li>
 </ul>
 </div>
 <div class="section" id="project-goals">
@@ -178,24 +177,24 @@
 <div class="toctree-wrapper compound">
 <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="codegoals.html">Code Goals</a></li>
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a><ul class="simple">
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a><ul>
+<li class="toctree-l2"><a class="reference internal" href="includes/free_software.html">Fee Software</a></li>
 </ul>
 </li>
 <li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="beewatch/design.html">Program Design</a></li>
+<li class="toctree-l2"><a class="reference internal" href="design.html">Program Design</a></li>
 <li class="toctree-l2"><a class="reference internal" href="beewatch/gui/index.html">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="beewatch/server/index.html">Template</a></li>
 <li class="toctree-l2"><a class="reference internal" href="beewatch/pinapi/index.html">Template</a></li>
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a><ul class="simple">
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a><ul class="simple">
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a><ul class="simple">
+<li class="toctree-l1"><a class="reference internal" href="includes/tellme.html">Tell Me!</a><ul class="simple">
 </ul>
 </li>
-<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/indicestables.html">Indices and tables</a></li>
 </ul>
 </div>
 <div class="toctree-wrapper compound">
@@ -222,7 +221,7 @@
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
       
-        <a href="links.html" class="btn btn-neutral float-right" title="&lt;no title&gt;" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+        <a href="includes/links.html" class="btn btn-neutral float-right" title="&lt;no title&gt;" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
     </div>

+ 1 - 3
docs/html/indicestables.html

@@ -91,9 +91,7 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
-<li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="freesoftware.html">Fee Software</a></li>
 <li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
 <li class="toctree-l1 current"><a class="current reference internal" href="#">Indices and tables</a></li>
 </ul>

+ 3 - 5
docs/html/links.html

@@ -36,7 +36,7 @@
               href="genindex.html"/>
         <link rel="search" title="Search" href="search.html"/>
     <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
-        <link rel="next" title="Getting Started" href="docs/src/index.html"/>
+        <link rel="next" title="Fee Software" href="freesoftware.html"/>
         <link rel="prev" title="BeeWatch, a beehive status tool" href="index.html"/> 
 
   
@@ -92,9 +92,7 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
-<li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="freesoftware.html">Fee Software</a></li>
 <li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
 <li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
 </ul>
@@ -173,7 +171,7 @@
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
       
-        <a href="docs/src/index.html" class="btn btn-neutral float-right" title="Getting Started" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
+        <a href="freesoftware.html" class="btn btn-neutral float-right" title="Fee Software" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
       
         <a href="index.html" class="btn btn-neutral" title="BeeWatch, a beehive status tool" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

BIN
docs/html/objects.inv


+ 4 - 5
docs/html/py-modindex.html

@@ -97,12 +97,11 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="codegoals.html">Code Goals</a></li>
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
 <li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/indicestables.html">Indices and tables</a></li>
 </ul>
 
             

+ 4 - 5
docs/html/search.html

@@ -90,12 +90,11 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul>
-<li class="toctree-l1"><a class="reference internal" href="codegoals.html">Code Goals</a></li>
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
+<li class="toctree-l1"><a class="reference internal" href="getting_started.html">Template</a></li>
 <li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="tellme.html">Tell Me!</a></li>
-<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
+<li class="toctree-l1"><a class="reference internal" href="configure.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/tellme.html">Tell Me!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="includes/indicestables.html">Indices and tables</a></li>
 </ul>
 
             

File diff suppressed because it is too large
+ 0 - 0
docs/html/searchindex.js


+ 7 - 5
docs/html/tellme.html

@@ -36,7 +36,8 @@
               href="genindex.html"/>
         <link rel="search" title="Search" href="search.html"/>
     <link rel="top" title="BeeWatch unreleased documentation" href="index.html"/>
-        <link rel="prev" title="HowTo Configuration!" href="config/index.html"/> 
+        <link rel="next" title="Indices and tables" href="indicestables.html"/>
+        <link rel="prev" title="Fee Software" href="freesoftware.html"/> 
 
   
   <script src="_static/js/modernizr.min.js"></script>
@@ -91,12 +92,11 @@
             
               <p class="caption"><span class="caption-text">Contents:</span></p>
 <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="docs/src/index.html">Getting Started</a></li>
-<li class="toctree-l1"><a class="reference internal" href="beewatch/index.html">BeeWatch</a></li>
-<li class="toctree-l1"><a class="reference internal" href="config/index.html">HowTo Configuration!</a></li>
+<li class="toctree-l1"><a class="reference internal" href="freesoftware.html">Fee Software</a></li>
 <li class="toctree-l1 current"><a class="current reference internal" href="#">Tell Me!</a><ul class="simple">
 </ul>
 </li>
+<li class="toctree-l1"><a class="reference internal" href="indicestables.html">Indices and tables</a></li>
 </ul>
 
             
@@ -177,8 +177,10 @@
   
     <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
       
+        <a href="indicestables.html" class="btn btn-neutral float-right" title="Indices and tables" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
       
-        <a href="config/index.html" class="btn btn-neutral" title="HowTo Configuration!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
+      
+        <a href="freesoftware.html" class="btn btn-neutral" title="Fee Software" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
       
     </div>
   

+ 228 - 0
docs/html/templates/index.html

@@ -0,0 +1,228 @@
+
+
+<!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>Template &mdash; BeeWatch unreleased documentation</title>
+  
+
+  
+  
+  
+  
+
+  
+
+  
+  
+    
+
+  
+
+  
+  
+    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
+  
+
+  
+
+  
+        <link rel="index" title="Index"
+              href="../genindex.html"/>
+        <link rel="search" title="Search" href="../search.html"/>
+    <link rel="top" title="BeeWatch unreleased documentation" href="../index.html"/> 
+
+  
+  <script src="../_static/js/modernizr.min.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">
+      <div class="wy-side-scroll">
+        <div class="wy-side-nav-search">
+          
+
+          
+            <a href="../index.html" class="icon icon-home"> BeeWatch
+          
+
+          
+          </a>
+
+          
+            
+            
+              <div class="version">
+                unreleased
+              </div>
+            
+          
+
+          
+<div role="search">
+  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
+    <input type="text" name="q" placeholder="Search docs" />
+    <input type="hidden" name="check_keywords" value="yes" />
+    <input type="hidden" name="area" value="default" />
+  </form>
+</div>
+
+          
+        </div>
+
+        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
+          
+            
+            
+              
+            
+            
+              <p class="caption"><span class="caption-text">Contents:</span></p>
+<ul>
+<li class="toctree-l1"><a class="reference internal" href="../includes/freesoftware.html">Fee Software</a></li>
+<li class="toctree-l1"><a class="reference internal" href="../beewatch/index.html">BeeWatch</a></li>
+</ul>
+
+            
+          
+        </div>
+      </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="../index.html">BeeWatch</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="../index.html">Docs</a> &raquo;</li>
+        
+      <li>Template</li>
+    
+    
+      <li class="wy-breadcrumbs-aside">
+        
+            
+            <a href="../_sources/templates/index.rst.txt" rel="nofollow"> View page source</a>
+          
+        
+      </li>
+    
+  </ul>
+
+  
+  <hr/>
+</div>
+          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
+           <div itemprop="articleBody">
+            
+  <div class="section" id="template">
+<h1>Template<a class="headerlink" href="#template" title="Permalink to this headline">¶</a></h1>
+<p>Template text.</p>
+<div class="toctree-wrapper compound">
+</div>
+</div>
+
+
+           </div>
+           <div class="articleComments">
+            
+           </div>
+          </div>
+          <footer>
+  
+
+  <hr/>
+
+  <div role="contentinfo">
+    <p>
+        &copy; Copyright 2017, Digital.
+
+    </p>
+  </div>
+  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>. 
+
+</footer>
+
+        </div>
+      </div>
+
+    </section>
+
+  </div>
+  
+
+
+  
+
+    <script type="text/javascript">
+        var DOCUMENTATION_OPTIONS = {
+            URL_ROOT:'../',
+            VERSION:'unreleased',
+            COLLAPSE_INDEX:false,
+            FILE_SUFFIX:'.html',
+            HAS_SOURCE:  true,
+            SOURCELINK_SUFFIX: '.txt'
+        };
+    </script>
+      <script type="text/javascript" src="../_static/jquery.js"></script>
+      <script type="text/javascript" src="../_static/underscore.js"></script>
+      <script type="text/javascript" src="../_static/doctools.js"></script>
+
+  
+
+  
+  
+    <script type="text/javascript" src="../_static/js/theme.js"></script>
+  
+
+  
+  
+  <script type="text/javascript">
+      jQuery(function () {
+          SphinxRtdTheme.StickyNav.enable();
+      });
+  </script>
+   
+
+</body>
+</html>

+ 0 - 0
beewatch/gui/index.rst → docs/src/beewatch/gui/index.rst


+ 1 - 1
beewatch/index.rst → docs/src/beewatch/index.rst

@@ -28,7 +28,7 @@ BeeWatch
    :maxdepth: 2
    :caption: Contents:
 
-   design.rst
+   /design.rst
    gui/index.rst
    server/index.rst
    pinapi/index.rst

+ 0 - 0
beewatch/pinapi/index.rst → docs/src/beewatch/pinapi/index.rst


+ 0 - 0
beewatch/server/index.rst → docs/src/beewatch/server/index.rst


+ 10 - 2
conf.py → docs/src/conf.py

@@ -21,6 +21,14 @@
 # import sys
 # sys.path.insert(0, os.path.abspath('.'))
 import sphinx_rtd_theme
+import os
+import sys
+src_paths = ["."]
+# reverse because we want the first item in the list to be the first item in
+# the path. (i think this is less confusing)
+src_paths.reverse()
+for p in src_paths:
+    sys.path.insert(0, os.path.abspath(p))
 
 # -- General configuration ------------------------------------------------
 
@@ -39,7 +47,7 @@ extensions = [
 ]
 
 # Add any paths that contain templates here, relative to this directory.
-templates_path = ['sphinx/templates']
+templates_path = ['templates']
 
 # The suffix(es) of source filenames.
 # You can specify multiple suffix as a list of string:
@@ -99,7 +107,7 @@ html_theme = 'sphinx_rtd_theme'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['sphinx/static']
+html_static_path = ['static']
 
 
 # -- Options for HTMLHelp output ------------------------------------------

+ 60 - 0
docs/src/configure.rst

@@ -0,0 +1,60 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+
+
+HowTo Configuration!
+====================================
+
+This page explains how to configure BeeWatch.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 56 - 0
docs/src/design.rst

@@ -0,0 +1,56 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+
+Program Design
+==============
+
+This page explains the structure of BeeWatch.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 56 - 0
docs/src/getting_started.rst

@@ -0,0 +1,56 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+
+Template
+==============
+
+Template text.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+   /includes/free_software.rst
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 68 - 0
docs/src/includes/free_software.rst

@@ -0,0 +1,68 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+.. toctree::
+    :maxdepth: 2
+    :caption: Contents:
+
+.. include:: links.rst
+
+Fee Software
+============
+My goal is to produce free software. 'Free' as in freedom or libre. That means I and the software I write respect your privacy and rights. Sounds great but what does that mean? Let's take a look at the definition of free software by `gnu.org - free software`_ :
+
+    A program is free software if the program's users have the four essential freedoms:
+
+        0. The freedom to run the program as you wish, for any purpose (freedom 0).
+        1. The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
+        2. The freedom to redistribute copies so you can help your neighbor (freedom 2).
+        3. The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
+
+So basically you are free to run, copy, distribute, study, change and improve my software.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 57 - 0
docs/src/includes/indicestables.rst

@@ -0,0 +1,57 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+Indices and tables
+==================
+
+    * :ref:`genindex`
+    * :ref:`modindex`
+    * :ref:`search`
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 52 - 0
docs/src/includes/links.rst

@@ -0,0 +1,52 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+.. _gnu.org: https://gnu.org
+.. _gnu.org - free software: https://www.gnu.org/philosophy/free-sw.html
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 67 - 0
docs/src/includes/tellme.rst

@@ -0,0 +1,67 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+Tell Me!
+========
+
+This page explains how to tell me stuff.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

+ 28 - 3
docs/src/index.rst

@@ -18,15 +18,40 @@
 
 
 
-Getting Started
-====================================
+BeeWatch, a beehive status tool
+===============================
 
-How to get started
+BeeWatch aims to help beekeepers understand their beehive. Easily ansewer questions like:
+
+* How much honey did my bees produce?
+* What information do you want to know about your bees? :doc:`/includes/tellme`
+
+Project Goals
+=============
+This project started when my father asked me to build a weighing scale for his beehive. I agreed and this is what I made so far.
+
+.. d: include:: includes/free_software.rst
+
+
+.. Note::
+    This project is very experimental. I do not advise you to use it yet.
 
 .. toctree::
    :maxdepth: 2
    :caption: Contents:
 
+   includes/links.rst
+   getting_started.rst
+   beewatch/index.rst
+   configure.rst
+   includes/tellme.rst
+   includes/indicestables.rst
+
+.. include:: includes/indicestables.rst
+
+
+
+
 
 
 

+ 55 - 0
docs/src/templates/index.rst

@@ -0,0 +1,55 @@
+.. Note
+    Copyright 2017 Digital
+
+    This file is part of BeeWatch.
+
+    BeeWatch is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    BeeWatch is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
+
+
+Template
+==============
+
+Template text.
+
+.. toctree::
+   :maxdepth: 2
+   :caption: Contents:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..

Some files were not shown because too many files changed in this diff