comparison docs/index.txt @ 0:564e40829f80

initial commit.
author Marcin Kuzminski
date Thu, 18 Feb 2010 13:01:57 +0100
parents
children 1e757ac98988
comparison
equal deleted inserted replaced
-1:000000000000 0:564e40829f80
1 pylons_app
2 ++++++++++
3
4 This is the main index page of your documentation. It should be written in
5 `reStructuredText format <http://docutils.sourceforge.net/rst.html>`_.
6
7 You can generate your documentation in HTML format by running this command::
8
9 setup.py pudge
10
11 For this to work you will need to download and install `buildutils`_,
12 `pudge`_, and `pygments`_. The ``pudge`` command is disabled by
13 default; to ativate it in your project, run::
14
15 setup.py addcommand -p buildutils.pudge_command
16
17 .. _buildutils: http://pypi.python.org/pypi/buildutils
18 .. _pudge: http://pudge.lesscode.org/
19 .. _pygments: http://pygments.org/