annotate docs/index.txt @ 171:52bbeb1e813f

Added universal cache invalidator for two cached functions. added invalidation when repository was added or deleted, and another invalidation when there was a mercurial command involved.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 02:44:40 +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/