# HG changeset patch # User Andrew Shadura # Date 1426149785 -3600 # Node ID 295900ff473dab371e0487275f91fb860bc23a52 # Parent 7f211aca76b41b7ee68637ced2f41ab8d5b3e369 docs: don't use fixed-width fonts when not needed diff -r 7f211aca76b4 -r 295900ff473d README.rst --- a/README.rst Sun Mar 08 23:31:57 2015 +0000 +++ b/README.rst Thu Mar 12 09:43:05 2015 +0100 @@ -5,7 +5,7 @@ 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 @@ 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 @@ 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 @@ - 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 -r 7f211aca76b4 -r 295900ff473d docs/installation.rst --- 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