From 922c298744079435defe1c10091528742d4836f2 Mon Sep 17 00:00:00 2001 From: Colin Eles Date: Mon, 30 Aug 2010 17:56:15 +0000 Subject: [PATCH] added help files and generated html files git-svn-id: https://groke.mcmaster.ca/svn/grad/colin/trunk/TableTool@6155 57e6efec-57d4-0310-aeb1-a6c144bb1a8b --- html/TT_gs_over.m | 6 +++ html/TT_gs_req.m | 13 ++++++ html/TT_gs_top.m | 6 +++ html/TT_help.m | 11 +++++ html/TTtbx_gs_top.html | 1 + html/helptoc.xml | 11 +++-- html/html/TT_gs_over.html | 75 +++++++++++++++++++++++++++++++++ html/html/TT_gs_req.html | 82 +++++++++++++++++++++++++++++++++++++ html/html/TT_gs_top.html | 76 ++++++++++++++++++++++++++++++++++ html/html/TT_help.html | 81 ++++++++++++++++++++++++++++++++++++ html/html/TTtbx_gs_top.html | 82 +++++++++++++++++++++++++++++++++++++ 11 files changed, 440 insertions(+), 4 deletions(-) create mode 100644 html/TT_gs_over.m create mode 100644 html/TT_gs_req.m create mode 100644 html/TT_gs_top.m create mode 100644 html/TT_help.m create mode 100644 html/html/TT_gs_over.html create mode 100644 html/html/TT_gs_req.html create mode 100644 html/html/TT_gs_top.html create mode 100644 html/html/TT_help.html create mode 100644 html/html/TTtbx_gs_top.html diff --git a/html/TT_gs_over.m b/html/TT_gs_over.m new file mode 100644 index 0000000..4b9319c --- /dev/null +++ b/html/TT_gs_over.m @@ -0,0 +1,6 @@ +%% Product Overview +% This product allows users to interactively design a tabular expression. +% The resusulting function can be saved as a Simulink block or to a Matlab +% m-file. Tabular Expressions can be proved to be disjoint and complete +% using the PVS theorem prover. This allows users to ensure that the table +% they are designing has covered all possible inputs and is deterministic. \ No newline at end of file diff --git a/html/TT_gs_req.m b/html/TT_gs_req.m new file mode 100644 index 0000000..4738992 --- /dev/null +++ b/html/TT_gs_req.m @@ -0,0 +1,13 @@ +%% System Requirements +% +%% Matlab/Simulink +% +% * Tested with Matlab Simulink 2009b and 2010a +%% PVS (Prototype Verification System) +% * PVS is required to be installed in order to check for completness and +% disjointness of tables. +% * PVS is downloadable from http://pvs.csl.sri.com/ +% * System has been tested on PVS versions 4.2 and 4.1 +% * Ensure that pvs executable is on shell path +% * *Note:* PVS is a linux and OS X application and will not run natively +% on Windows. \ No newline at end of file diff --git a/html/TT_gs_top.m b/html/TT_gs_top.m new file mode 100644 index 0000000..4c021de --- /dev/null +++ b/html/TT_gs_top.m @@ -0,0 +1,6 @@ +%% Getting Started +% +% * +% * +% * +% diff --git a/html/TT_help.m b/html/TT_help.m new file mode 100644 index 0000000..9670b6a --- /dev/null +++ b/html/TT_help.m @@ -0,0 +1,11 @@ +%% Table Toolbox +% +% *Available Documentation* +% +% * +% * +% * +% * +% +% +% Copyright 2010 Colin Eles diff --git a/html/TTtbx_gs_top.html b/html/TTtbx_gs_top.html index cb17392..9337b9a 100644 --- a/html/TTtbx_gs_top.html +++ b/html/TTtbx_gs_top.html @@ -2,3 +2,4 @@ Table Toolbox Product Overview Requirements +Tabular Expression References diff --git a/html/helptoc.xml b/html/helptoc.xml index d06b7fd..d5c84d3 100644 --- a/html/helptoc.xml +++ b/html/helptoc.xml @@ -3,7 +3,7 @@ - MyToolbox Toolbox + MyToolbox Toolbox @@ -14,11 +14,14 @@ - + Getting Started with the MyToolbox Toolbox - System Requirements + System Requirements + + Product Overview + + References - Product Overview

Product Overview

This product allows users to interactively design a tabular expression. The resusulting function can be saved as a Simulink block or to a Matlab m-file. Tabular Expressions can be proved to be disjoint and complete using the PVS theorem prover. This allows users to ensure that the table they are designing has covered all possible inputs and is deterministic.

\ No newline at end of file diff --git a/html/html/TT_gs_req.html b/html/html/TT_gs_req.html new file mode 100644 index 0000000..1f4e386 --- /dev/null +++ b/html/html/TT_gs_req.html @@ -0,0 +1,82 @@ + + + + + System Requirements

System Requirements

Contents

Matlab/Simulink

  • Tested with Matlab Simulink 2009b and 2010a

PVS (Prototype Verification System)

  • PVS is required to be installed in order to check for completness and disjointness of tables.
  • PVS is downloadable from http://pvs.csl.sri.com/
  • System has been tested on PVS versions 4.2 and 4.1
  • Ensure that pvs executable is on shell path
  • Note: PVS is a linux and OS X application and will not run natively on Windows.
\ No newline at end of file diff --git a/html/html/TT_gs_top.html b/html/html/TT_gs_top.html new file mode 100644 index 0000000..aef535e --- /dev/null +++ b/html/html/TT_gs_top.html @@ -0,0 +1,76 @@ + + + + + Getting Started

Getting Started

\ No newline at end of file diff --git a/html/html/TT_help.html b/html/html/TT_help.html new file mode 100644 index 0000000..13e5eb2 --- /dev/null +++ b/html/html/TT_help.html @@ -0,0 +1,81 @@ + + + + + Table Toolbox

Table Toolbox

Available Documentation

Copyright 2010 Colin Eles

\ No newline at end of file diff --git a/html/html/TTtbx_gs_top.html b/html/html/TTtbx_gs_top.html new file mode 100644 index 0000000..71d8df6 --- /dev/null +++ b/html/html/TTtbx_gs_top.html @@ -0,0 +1,82 @@ + + + + + Table Toolbox

Table Toolbox

Available Documentation

Copyright 2010 Colin Eles

\ No newline at end of file -- GitLab