3 Commits 854a3d7144 ... 1f0ab2d88b

Author SHA1 Message Date
  digital 1f0ab2d88b renamed goals.rst to inspiration.rst and made a few style changes 7 years ago
  digital 2025922f04 fixed typo in index.rst 7 years ago
  digital b035832491 removed empty docstring from setup.py 7 years ago
3 changed files with 6 additions and 13 deletions
  1. 2 2
      docs/src/index.rst
  2. 4 6
      docs/src/inspiration.rst
  3. 0 5
      setup.py

+ 2 - 2
docs/src/index.rst

@@ -31,13 +31,13 @@ BeeWatch aims to help beekeepers understand their beehive. Easily ansewer questi
     The documentation is incomplete, so don't wonder about strange stuff.
 
 ..  Warning::
-    You are loose the game.
+    You loose the game.
 
 ..  toctree::
     :maxdepth: 2
     :caption: Contents:
 
-    goals.rst
+    inspiration.rst
     install.rst
     getting_started.rst
     beewatch/index.rst

+ 4 - 6
docs/src/goals.rst → docs/src/inspiration.rst

@@ -16,12 +16,10 @@
     You should have received a copy of the GNU General Public License
     along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
 
-Goals
-=====
-blah
-
-Project Goals
--------------
+Inspiration
+===========
+Motivation for this project
+---------------------------
 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.
 
 ..  include:: includes/free_software.rst

+ 0 - 5
setup.py

@@ -16,11 +16,6 @@
 # You should have received a copy of the GNU General Public License
 # along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
 
-"""
-
-"""
-
-
 from distutils.core import setup
 
 setup_kwargs = {