changeset 1095:3cdacd152b24

fixed sphinx build errors
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Feb 2011 00:35:11 +0100
parents e67786cb2afa
children 93b980ebee55
files docs/installation.rst docs/setup.rst docs/upgrade.rst
diffstat 3 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/docs/installation.rst	Sat Feb 26 20:44:32 2011 +0100
+++ b/docs/installation.rst	Sun Feb 27 00:35:11 2011 +0100
@@ -17,7 +17,8 @@
 and message broker together with the application.   
 
 Installing RhodeCode from Cheese Shop
-------------------------
+-------------------------------------
+
 Rhodecode requires python version 2.5 or higher.
 
 The easiest way to install ``rhodecode`` is to run::
--- a/docs/setup.rst	Sat Feb 26 20:44:32 2011 +0100
+++ b/docs/setup.rst	Sun Feb 27 00:35:11 2011 +0100
@@ -350,19 +350,23 @@
    /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public
 
 |
+
 :Q: **Can't install celery/rabbitmq**
 :A: Don't worry RhodeCode works without them too. No extra setup is required.
 
 |
+
 :Q: **Long lasting push timeouts?**
 :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts
-   are caused by https server and not RhodeCode.
+    are caused by https server and not RhodeCode.
 
 |
+
 :Q: **Large pushes timeouts?**
 :A: Make sure you set a proper max_body_size for the http server.
 
 |
+
 :Q: **Apache doesn't pass basicAuth on pull/push?**
 :A: Make sure you added `WSGIPassAuthorization true`.
 
--- a/docs/upgrade.rst	Sat Feb 26 20:44:32 2011 +0100
+++ b/docs/upgrade.rst	Sun Feb 27 00:35:11 2011 +0100
@@ -4,7 +4,7 @@
 =======
 
 Upgrading from Cheese Shop
-------------------------
+--------------------------
 
 .. note::
    Firstly, it is recommended that you **always** perform a database backup before doing an upgrade.