diff -r f5e18f8ed036 -r de4a2ed2f34b README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Oct 27 13:59:11 2010 +0530 @@ -0,0 +1,25 @@ +.. -*- restructuredtext -*- + +================= +README for sphinx-simplecomment +================= + +The Project +=========== + +The project is inspired by django book and hg book. It allows us +to comment on sphinx documentation. + +Installing +========== + +Add the html files of SPHINX PROJECT in setting at the variable SPHINX_PROJECT + +do + +python manage.py syncdb +python manage runserver + + + +