From d08f7e0dce51de5ff11a46fc48a898923455adb3 Mon Sep 17 00:00:00 2001 From: Colin Eles Date: Fri, 27 Aug 2010 18:21:14 +0000 Subject: [PATCH] startings of help files git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6148 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- @GUI/GUI.m | 2 +- @GUI/init.m | 3 ++- html/TTtbx_gs_top.html | 4 ++++ html/helptoc.xml | 45 +++++++++++++++++++++++++++++++++++++++ html/helptoc_template.xml | 45 +++++++++++++++++++++++++++++++++++++++ info.xml | 7 +++--- 6 files changed, 101 insertions(+), 5 deletions(-) create mode 100644 html/TTtbx_gs_top.html create mode 100644 html/helptoc.xml create mode 100644 html/helptoc_template.xml diff --git a/@GUI/GUI.m b/@GUI/GUI.m index 58bfa31..1d3f537 100644 --- a/@GUI/GUI.m +++ b/@GUI/GUI.m @@ -59,7 +59,7 @@ classdef GUI < handle multi_grp = []; multi_opt_reg = []; multi_opt_out = []; - + version = '0.1'; end diff --git a/@GUI/init.m b/@GUI/init.m index 896fa0e..1bb354f 100644 --- a/@GUI/init.m +++ b/@GUI/init.m @@ -174,7 +174,8 @@ uimenu(pvsmenu,'Label','Check Status','Callback',@(src,event)prf_file_call(object,src,event)); uimenu(pvsmenu,'Label','Generate PVS file','Callback',@(src,event)pvs_file_call(object,src,event)); - + uimenu(helpmenu,'Label','Product Help','Callback',@(src,event)help_call(object,src,event)); + uimenu(helpmenu,'Label','About Table Tool','Callback',@(src,event)about_call(object,src,event)); object.set_command_pos; object.reset_wh(); diff --git a/html/TTtbx_gs_top.html b/html/TTtbx_gs_top.html new file mode 100644 index 0000000..cb17392 --- /dev/null +++ b/html/TTtbx_gs_top.html @@ -0,0 +1,4 @@ +Table Toolbox + +Product Overview +Requirements diff --git a/html/helptoc.xml b/html/helptoc.xml new file mode 100644 index 0000000..d06b7fd --- /dev/null +++ b/html/helptoc.xml @@ -0,0 +1,45 @@ + + + + + + MyToolbox Toolbox + + + + + + + + + + + + Getting Started with the MyToolbox Toolbox + System Requirements + + + + + + + + + + + MyToolbox Web Site (Example only: goes to mathworks.com) + + + + \ No newline at end of file diff --git a/html/helptoc_template.xml b/html/helptoc_template.xml new file mode 100644 index 0000000..d06b7fd --- /dev/null +++ b/html/helptoc_template.xml @@ -0,0 +1,45 @@ + + + + + + MyToolbox Toolbox + + + + + + + + + + + + Getting Started with the MyToolbox Toolbox + System Requirements + + + + + + + + + + + MyToolbox Web Site (Example only: goes to mathworks.com) + + + + \ No newline at end of file diff --git a/info.xml b/info.xml index 64d796b..4a17b66 100644 --- a/info.xml +++ b/info.xml @@ -3,12 +3,13 @@ xsi:noNamespaceSchemaLocation="http://www.mathworks.com/namespace/info/v1/info.xsd"> -(R2010a) + +2010a Table Toolbox toolbox $toolbox/simulink/simulink/simulinkicon.gif -$docroot/toolbox/physmod/mech - +./html +$toolbox/matlab/icons/bookicon.gif -- GitLab