readme.rst

Wed, 14 Nov 2018 15:05:11 +0000

author
Ioannis Binietoglou <ulalume3@gmail.com>
date
Wed, 14 Nov 2018 15:05:11 +0000
branch
iannis_b/high_resolutionrst-created-online-with-b-1542207909956
changeset 113
8aebd4e7d9f2
parent 12
3171dc8d75e7
permissions
-rw-r--r--

high_resolution.rst created online with Bitbucket

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