readme.rst

Tue, 25 Oct 2016 13:27:38 +0300

author
Michael Kottas <mike.kottas@gmail.com>
date
Tue, 25 Oct 2016 13:27:38 +0300
changeset 76
41c3dda6e81d
parent 12
3171dc8d75e7
permissions
-rw-r--r--

Merge from 74:01da2b469c84

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