Fri, 11 May 2012 13:22:25 +0200
Renaming readme.txt to readme.md to render markdown correctly.
== 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 }}} to generate an html version of the documentation or {{{ #!python make latexpdf }}} to generate a PDF document. == 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/