diff docs/installation.rst @ 5434:8867673c8192

docs: consistent spacing between text
author Mads Kiilerich <madski@unity3d.com>
date Wed, 26 Aug 2015 17:28:58 +0200
parents fbbe80e3322b
children ae9ab4c92d46
line wrap: on
line diff
--- a/docs/installation.rst	Wed Aug 26 17:28:58 2015 +0200
+++ b/docs/installation.rst	Wed Aug 26 17:28:58 2015 +0200
@@ -123,19 +123,16 @@
    instance from version 0.1 to 0.2, the ``my.ini`` file could be
    backed up to ``my.ini.0-1``.
 
-
 If using a SQLite database, stop the Kallithea process/daemon/service, and
 then make a copy of the database file::
 
  service kallithea stop
  cp kallithea.db kallithea.db.{version}
 
-
 Back up your configuration file::
 
  cp my.ini my.ini.{version}
 
-
 Ensure that you are using the Python virtual environment that you originally
 installed Kallithea in by running::
 
@@ -146,12 +143,10 @@
 
  source /srv/kallithea/venv/bin/activate
 
-
 Once you have verified the environment you can upgrade Kallithea with::
 
  pip install --upgrade kallithea
 
-
 Then run the following command from the installation directory::
 
  paster make-config Kallithea my.ini
@@ -164,12 +159,10 @@
    Please always make sure your .ini files are up to date. Errors can
    often be caused by missing parameters added in new versions.
 
-
 It is also recommended that you rebuild the whoosh index after upgrading since
 the new whoosh version could introduce some incompatible index changes. Please
 read the changelog to see if there were any changes to whoosh.
 
-
 The final step is to upgrade the database. To do this simply run::
 
  paster upgrade-db my.ini
@@ -178,7 +171,6 @@
 and will always recheck the settings of the application, if there are no new
 options that need to be set.
 
-
 .. note::
    The DB schema upgrade library has some limitations and can sometimes fail if you try to
    upgrade from older major releases. In such a case simply run upgrades sequentially, e.g.,