README
changeset 3 de4a2ed2f34b
equal deleted inserted replaced
2:f5e18f8ed036 3:de4a2ed2f34b
       
     1 .. -*- restructuredtext -*-
       
     2 
       
     3 =================
       
     4 README for sphinx-simplecomment
       
     5 =================
       
     6 
       
     7 The Project
       
     8 ===========
       
     9 
       
    10 The project is inspired by django book and hg book. It allows us 
       
    11 to comment on sphinx documentation. 
       
    12 
       
    13 Installing
       
    14 ==========
       
    15 
       
    16 Add the html files of SPHINX PROJECT in setting at the variable SPHINX_PROJECT
       
    17 
       
    18 do
       
    19 
       
    20 python manage.py syncdb
       
    21 python manage runserver
       
    22 
       
    23 
       
    24 
       
    25