Browse Source

Fix sectioning in README.rst

Ask Solem 16 years ago
parent
commit
b56ffa0c80
1 changed files with 5 additions and 4 deletions
  1. 5 4
      README.rst

+ 5 - 4
README.rst

@@ -7,7 +7,7 @@ celery - Distributed Task Queue for Django.
 :Version: 0.2.0-pre3
 
 Introduction
-------------
+============
 
 ``celery`` is a distributed task queue framework for Django.
 
@@ -24,7 +24,7 @@ easy and fun, and the performance improvements can make it more than
 worthwhile.
 
 Features
---------
+========
 
     * Uses AMQP messaging (RabbitMQ, ZeroMQ) to route tasks to the
       worker servers.
@@ -62,9 +62,10 @@ Features
       and the return value if completed, or exception on failure.
       
 API Reference Documentation
----------------------------
+===========================
 
-The `API Reference Documentation`_ is hosted at Github.
+The `API Reference Documentation`_ is hosted at Github
+(http://ask.github.com/celery)
 
 .. _`API Reference Docmentation`: http://ask.github.com/celery/