Mercurial > python-cmd2
comparison docs/index.rst @ 366:40cba30b6125
refresh corrections
author | cat@eee |
---|---|
date | Thu, 18 Feb 2010 14:20:43 -0500 |
parents | 29221236d1a1 |
children | 2d244d7a675b |
comparison
equal
deleted
inserted
replaced
365:b0e108b6d068 | 366:40cba30b6125 |
---|---|
36 --------- | 36 --------- |
37 | 37 |
38 * cmd_ | 38 * cmd_ |
39 * `project bug tracker`_ | 39 * `project bug tracker`_ |
40 * `cmd2 project page`_ | 40 * `cmd2 project page`_ |
41 * `PyCon 2010 presentation`: Easy Command-Line Applications with cmd and cmd2 | 41 * `PyCon 2010 presentation`_: Easy Command-Line Applications with cmd and cmd2 |
42 | 42 |
43 These docs will refer to ``App`` as your ``cmd2.Cmd`` | 43 These docs will refer to ``App`` as your ``cmd2.Cmd`` |
44 subclass, and ``app`` as an instance of ``App``. Of | 44 subclass, and ``app`` as an instance of ``App``. Of |
45 course, in your program, you may name them whatever | 45 course, in your program, you may name them whatever |
46 you want. | 46 you want. |