Mercurial > python-cmd2
comparison docs/index.rst @ 358:70fead908abe
add info re: assembla page
author | catherine@Drou |
---|---|
date | Thu, 18 Feb 2010 00:10:25 -0500 |
parents | 49bea7cab179 |
children | 5b95dacca46e |
comparison
equal
deleted
inserted
replaced
357:ce4448ca4088 | 358:70fead908abe |
---|---|
1 .. cmd2 documentation master file, created by | 1 .. cmd2 documentation master file, created by |
2 sphinx-quickstart on Wed Feb 10 12:05:28 2010. | 2 sphinx-quickstart on Wed Feb 10 12:05:28 2010. |
3 You can adapt this file completely to your liking, but it should at least | 3 You can adapt this file completely to your liking, but it should at least |
4 contain the root `toctree` directive. | 4 contain the root `toctree` directive. |
5 | 5 |
6 Welcome to cmd2's documentation! | 6 cmd2 |
7 ================================ | 7 ==== |
8 | |
9 `cmd2 project page`_ | |
10 | |
11 `project bug tracker`_ | |
12 | |
13 .. _`cmd2 Project page`: http://www.assembla.com/wiki/show/python-cmd2 | |
14 .. _`project bug tracker`: http://trac-hg.assembla.com/python-cmd2/report/1 | |
8 | 15 |
9 The basic use of ``cmd2`` is identical to that of cmd_. | 16 The basic use of ``cmd2`` is identical to that of cmd_. |
10 | 17 |
11 1. Create a subclass of ``cmd2.Cmd``. Define attributes and | 18 1. Create a subclass of ``cmd2.Cmd``. Define attributes and |
12 ``do_*`` methods to control its behavior. Throughout this documentation, | 19 ``do_*`` methods to control its behavior. Throughout this documentation, |