diff docs/overview.rst @ 314:0687bb650118

begin new docs
author catherine@dellzilla
date Wed, 10 Feb 2010 14:07:01 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/overview.rst	Wed Feb 10 14:07:01 2010 -0500
@@ -0,0 +1,17 @@
+
+========
+Overview
+========
+
+``cmd2`` is an extension of cmd_, the Python Standard Library's module for
+creating simple interactive command-line applications.  
+
+``cmd2`` can be used as a drop-in replacement for cmd_.  Simply importing ``cmd2``
+in place of cmd_ will add many features to an application without any further
+modifications.
+
+Understanding the use of cmd_ is the first step in learning the use of ``cmd2``.
+Once you have read the cmd_ docs, return here to learn the ways that ``cmd2``
+differs from cmd_.
+
+.. _cmd: http://docs.python.org/library/cmd.html
\ No newline at end of file