readme.rst

Tue, 26 Jul 2022 11:36:46 +0200

author
Giuseppe D'Amico <giuseppe.damico@imaa.cnr.it>
date
Tue, 26 Jul 2022 11:36:46 +0200
changeset 144
72f0d92af2d1
parent 12
3171dc8d75e7
permissions
-rw-r--r--

Fixed typos in depol real example and added the description to 15 characters measurement ID

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