# HG changeset patch # User ulalume3 # Date 1336735633 -7200 # Node ID 3171dc8d75e78cd6593b08adcf3b275d0bc7e644 # Parent 79fea414527871134994436350669dace39ae464 Changed markdown to Restructured text. diff -r 79fea4145278 -r 3171dc8d75e7 readme.rst --- a/readme.rst Fri May 11 13:25:05 2012 +0200 +++ b/readme.rst Fri May 11 13:27:13 2012 +0200 @@ -1,34 +1,37 @@ -== Quick start == +Quick start +=========== * Install Python 2.7 * Install setup tools : http://pypi.python.org/pypi/setuptools -* Install sphinx by running -{{{ -#!python -easy_install Sphinx -}}} -* Go into the documentation directory and run -{{{ -#!python -make html -}}} +* Install sphinx by running:: + + easy_install Sphinx + +* Go into the documentation directory and run:: + + make html + to generate an html version of the documentation or -{{{ -#!python -make latexpdf -}}} + + make latexpdf + to generate a PDF document. -== Resources == +Resources +========= Sphinx main page: + http://sphinx.pocoo.org Tutorial: + http://sphinx.pocoo.org/tutorial.html Restructured text: + http://sphinx.pocoo.org/rest.html Customising sphinx tutorial: + http://matplotlib.sourceforge.net/sampledoc/