~a-state-of-mind/+junk/mmclient

« back to all changes in this revision

Viewing changes to docs/index.txt

  • Committer: root
  • Date: 2009-04-02 16:39:17 UTC
  • Revision ID: root@mailman-20090402163917-bchhgcytih0gq1nn
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
mmclient
 
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/