changeset 315:a08c50b7d3d3

doc skeleton
author cat@eee
date Wed, 10 Feb 2010 18:02:55 -0500
parents 0687bb650118
children 8a76f597d2f9
files docs/freefeatures.rst docs/index.rst docs/settingchanges.rst docs/unfreefeatures.rst
diffstat 4 files changed, 44 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/freefeatures.rst	Wed Feb 10 14:07:01 2010 -0500
+++ b/docs/freefeatures.rst	Wed Feb 10 18:02:55 2010 -0500
@@ -5,6 +5,22 @@
 These features are provided "for free" to a cmd_-based application
 simply by replacing ``import cmd`` with ``import cmd2 as cmd``.
 
+Script files
+============
+
+Commands can be loaded from, run from, and saved to text files.
+
+.. automethod:: cmd2.Cmd.do_load
+
+Output redirection
+==================
+
+Commands at start
+=================
+
+Python
+======
+
 Searchable command history
 ==========================
 
@@ -20,3 +36,5 @@
 
 .. automethod:: cmd2.Cmd.do_history
 
+Transcript-based testing
+========================
--- a/docs/index.rst	Wed Feb 10 14:07:01 2010 -0500
+++ b/docs/index.rst	Wed Feb 10 18:02:55 2010 -0500
@@ -14,6 +14,8 @@
    overview
    example
    freefeatures
+   settingchanges
+   unfreefeatures
 
 Indices and tables
 ==================
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/settingchanges.rst	Wed Feb 10 18:02:55 2010 -0500
@@ -0,0 +1,12 @@
+=========================================
+Features requiring only parameter changes
+=========================================
+
+Multiline commands
+==================
+
+Case-insensitivity
+==================
+
+Abbreviated commands
+====================
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/unfreefeatures.rst	Wed Feb 10 18:02:55 2010 -0500
@@ -0,0 +1,12 @@
+======================================
+Features requiring application changes
+======================================
+
+Command shortcuts
+=================
+
+Environment parameters
+======================
+
+Commands with flags
+===================