# HG changeset patch # User Andrew Shadura # Date 2015-03-12 09:43:05 # Node ID 295900ff473dab371e0487275f91fb860bc23a52 # Parent 7f211aca76b41b7ee68637ced2f41ab8d5b3e369 docs: don't use fixed-width fonts when not needed diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Kallithea README About ----- -``Kallithea`` is a fast and powerful management tool for Mercurial_ and Git_ +**Kallithea** is a fast and powerful management tool for Mercurial_ and Git_ with a built-in push/pull server, full text search and code-review. It works on http/https and has a built in permission/authentication system with the ability to authenticate via LDAP or ActiveDirectory. Kallithea also provides @@ -93,7 +93,7 @@ Kallithea Features License ------- -``Kallithea`` is released under the GPLv3 license. ``Kallithea`` is a +**Kallithea** is released under the GPLv3 license. Kallithea is a `Software Freedom Conservancy`_ project and thus controlled by a non-profit organization. No commercial entity can take ownership of the project and change the direction. @@ -107,7 +107,7 @@ with a different mix of Free Software pe Community --------- -``Kallithea`` is maintained by its users who contribute the fixes they would like to see. +**Kallithea** is maintained by its users who contribute the fixes they would like to see. Get in touch with the rest of the community: @@ -117,7 +117,7 @@ Get in touch with the rest of the commun - Use IRC and join #kallithea on FreeNode (irc.freenode.net) or use http://webchat.freenode.net/?channels=kallithea. -- Follow ``Kallithea`` on Twitter, **@KallitheaSCM**. +- Follow Kallithea on Twitter, **@KallitheaSCM**. - Issues can be reported at `issue tracker `_. diff --git a/docs/installation.rst b/docs/installation.rst --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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 @@ Installation on Unix/Linux 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 @@ isn't listed, change virtual environment 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