author | amit |
Wed, 27 Oct 2010 13:59:11 +0530 | |
changeset 3 | de4a2ed2f34b |
permissions | -rw-r--r-- |
3 | 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 |