readme.rst

Wed, 20 Feb 2013 15:24:19 +0100

author
ulalume3 <binietoglou@imaa.cnr.it>
date
Wed, 20 Feb 2013 15:24:19 +0100
changeset 28
c426a3e4b62c
parent 12
3171dc8d75e7
permissions
-rw-r--r--

Added usecase links to the details TOC and the tutorial page.

Quick start
===========
* Install Python 2.7
* Install setup tools : http://pypi.python.org/pypi/setuptools
* 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

   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/

mercurial