Mercurial > public > src > rhodecode
diff docs/index.txt @ 0:564e40829f80
initial commit.
author | Marcin Kuzminski |
---|---|
date | Thu, 18 Feb 2010 13:01:57 +0100 |
parents | |
children | 1e757ac98988 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/index.txt Thu Feb 18 13:01:57 2010 +0100 @@ -0,0 +1,19 @@ +pylons_app +++++++++++ + +This is the main index page of your documentation. It should be written in +`reStructuredText format <http://docutils.sourceforge.net/rst.html>`_. + +You can generate your documentation in HTML format by running this command:: + + setup.py pudge + +For this to work you will need to download and install `buildutils`_, +`pudge`_, and `pygments`_. The ``pudge`` command is disabled by +default; to ativate it in your project, run:: + + setup.py addcommand -p buildutils.pudge_command + +.. _buildutils: http://pypi.python.org/pypi/buildutils +.. _pudge: http://pudge.lesscode.org/ +.. _pygments: http://pygments.org/