1
0

3 Incheckningar 854a3d7144 ... 1f0ab2d88b

Upphovsman SHA1 Meddelande Datum
  digital 1f0ab2d88b renamed goals.rst to inspiration.rst and made a few style changes 7 år sedan
  digital 2025922f04 fixed typo in index.rst 7 år sedan
  digital b035832491 removed empty docstring from setup.py 7 år sedan
3 ändrade filer med 6 tillägg och 13 borttagningar
  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.
     The documentation is incomplete, so don't wonder about strange stuff.
 
 
 ..  Warning::
 ..  Warning::
-    You are loose the game.
+    You loose the game.
 
 
 ..  toctree::
 ..  toctree::
     :maxdepth: 2
     :maxdepth: 2
     :caption: Contents:
     :caption: Contents:
 
 
-    goals.rst
+    inspiration.rst
     install.rst
     install.rst
     getting_started.rst
     getting_started.rst
     beewatch/index.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
     You should have received a copy of the GNU General Public License
     along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
     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.
 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
 ..  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
 # You should have received a copy of the GNU General Public License
 # along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
 # along with BeeWatch.  If not, see <http://www.gnu.org/licenses/>.
 
 
-"""
-
-"""
-
-
 from distutils.core import setup
 from distutils.core import setup
 
 
 setup_kwargs = {
 setup_kwargs = {