By Limin Fu. Released under the GNU Free Documentation License. 
[NAME]
ALL.help

[TITLE]
The Online Help Module

[DESCRIPTION]

Module help is an integrate help system to provide convenient online help for Dao. This 
module provides a single type named help and a singleton object named __helper__. The sin
gleton object has no particular use except that it will be the only instance object to be
returned by the initializer of help. The type help provides several of initializers and s
tatic methods to access the help system: 
  1. help(): see help.method.help for details; 
  2. help.search(): see help.method.search for details;
  3. help.load(): see help.method.load for details;
  4. help.export(): see help.method.export for details;
  5. help.list(): see help.method.list for details; 

To understand how to write help files for this help system,  please see help.format.


[STRUCTURE]

help--| help: The Online Help Module (7.1 KB)
      |--format--| help.format: Format of The Help Files (3.5 KB)
      |--method--| 
                 |--help----| help.method.help: help() (1.8 KB)
                 |--search--| help.method.search: help.search() (0.0 KB)
                 |--load----| help.method.load: help.load() (0.0 KB)
                 |--export--| help.method.export: help.export() (0.3 KB)
                 |--list----| help.method.list: help.list() (0.2 KB)