annotate docs/index.txt @ 367:a26f48ad7a8a

fixes issue #16 reimplementation of database repository, for using generic pk instead of repo naming as pk. Which caused to many problems. Fixed issue when redirecting after repo name change to 404. Removed update hook from basic app setup
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 27 Jul 2010 14:53:22 +0200
parents 564e40829f80
children 1e757ac98988
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1 pylons_app
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 ++++++++++
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
3
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
4 This is the main index page of your documentation. It should be written in
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
5 `reStructuredText format <http://docutils.sourceforge.net/rst.html>`_.
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
6
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7 You can generate your documentation in HTML format by running this command::
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
8
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
9 setup.py pudge
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
10
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
11 For this to work you will need to download and install `buildutils`_,
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
12 `pudge`_, and `pygments`_. The ``pudge`` command is disabled by
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
13 default; to ativate it in your project, run::
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
14
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
15 setup.py addcommand -p buildutils.pudge_command
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
16
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
17 .. _buildutils: http://pypi.python.org/pypi/buildutils
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
18 .. _pudge: http://pudge.lesscode.org/
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
19 .. _pygments: http://pygments.org/