Browse Source

typo fixes

digital 7 years ago
parent
commit
2f032ef61b
2 changed files with 3 additions and 4 deletions
  1. 1 2
      docs/src/index.rst
  2. 2 2
      docs/src/install.rst

+ 1 - 2
docs/src/index.rst

@@ -31,8 +31,7 @@ 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 going to loose the game right now.
-
+    You are loose the game.
 
 
 ..  toctree::
 ..  toctree::
     :maxdepth: 2
     :maxdepth: 2

+ 2 - 2
docs/src/install.rst

@@ -30,11 +30,11 @@ You can install the module, build the documentation or do both (advised ;P). If
 
 
 Install BeeWatch
 Install BeeWatch
 ----------------
 ----------------
-To install BeeWatch run `./setup.py install` in BeeWatch-X.X. For more options run `./setup.py help` or see `Distributing on python.org <https://docs.python.org/3/distutils/index.html>`_
+To install BeeWatch run ``./setup.py install`` in BeeWatch-X.X. For more options run ``./setup.py help`` or see `Distributing on python.org <https://docs.python.org/3/distutils/index.html>`_
 
 
 Build the documentation
 Build the documentation
 -----------------------
 -----------------------
-This project uses Sphinx for documentation generation. Sphinx can create the documentation in a variety of formats, eg html, pdf, epub an more. Run ``make help`` to get a list of supported file formats. Let's say you chose html, so you run ``make html``. This create the documentation in `docs/html`. The entry point is `docs/html/index.html`.
+This project uses Sphinx for documentation generation. Sphinx can create the documentation in a variety of formats, eg html, pdf, epub an more. Run ``make help`` to get a list of supported file formats. Let's say you chose html, so you run ``make html``. This creates the documentation in `docs/html`. The entry point for reading it is `docs/html/index.html`.