diff docs/installation.rst @ 4912:295900ff473d

docs: don't use fixed-width fonts when not needed
author Andrew Shadura <andrew@shadura.me>
date Thu, 12 Mar 2015 09:43:05 +0100
parents 03bbd33bc084
children 95fe05b1e5f8
line wrap: on
line diff
--- a/docs/installation.rst	Sun Mar 08 23:31:57 2015 +0000
+++ b/docs/installation.rst	Thu Mar 12 09:43:05 2015 +0100
@@ -4,7 +4,7 @@
 Installation on Unix/Linux
 ==========================
 
-``Kallithea`` is written entirely in Python.  Kallithea requires Python version
+**Kallithea** is written entirely in Python.  Kallithea requires Python version
 2.6 or higher.
 
 .. Note:: Alternative very detailed installation instructions for Ubuntu Server
@@ -14,7 +14,7 @@
 Installing Kallithea from Python Package Index (PyPI)
 -----------------------------------------------------
 
-``Kallithea`` can be installed from PyPI with::
+**Kallithea** can be installed from PyPI with::
 
     pip install kallithea
 
@@ -137,7 +137,7 @@
  source /srv/kallithea/venv/bin/activate
 
 
-Once you have verified the environment you can upgrade ``Kallithea`` with::
+Once you have verified the environment you can upgrade Kallithea with::
 
  pip install --upgrade kallithea