readme.rst

Mon, 05 Dec 2016 13:25:30 +0200

author
Ioannis Binietoglou <binietoglou@noa.gr>
date
Mon, 05 Dec 2016 13:25:30 +0200
changeset 89
8310b682c916
parent 12
3171dc8d75e7
permissions
-rw-r--r--

* New description of input netcdf file (v3).

* New config.py, with bootstrap theme if available.

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