Testint readme.txt in bitbucket.

Fri, 11 May 2012 13:20:29 +0200

author
ulalume3 <binietoglou@imaa.cnr.it>
date
Fri, 11 May 2012 13:20:29 +0200
changeset 9
c769ef87d110
parent 8
b528a98fdb3f
child 10
f6927689a3b2

Testint readme.txt in bitbucket.

readme.txt file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/readme.txt	Fri May 11 13:20:29 2012 +0200
@@ -0,0 +1,34 @@
+== Quick start ==
+* Install Python 2.7
+* Install setup tools : http://pypi.python.org/pypi/setuptools
+* Install sphinx by running
+{{{
+#!python
+easy_install Sphinx
+}}}
+* Go into the documentation directory and run
+{{{
+#!python
+make html
+}}}
+to generate an html version of the documentation or
+{{{
+#!python
+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