Skip to content

Commit

Permalink
Packaging to follow Mathworks recommended packaging practices
Browse files Browse the repository at this point in the history
  • Loading branch information
piermorel committed Jun 24, 2024
1 parent f630527 commit ed70b11
Show file tree
Hide file tree
Showing 140 changed files with 308 additions and 203 deletions.
203 changes: 0 additions & 203 deletions gramm.prj

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
68 changes: 68 additions & 0 deletions gramm/html/GettingStarted.html

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions gramm/html/cheat_sheet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>gramm cheat sheet pdf</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
.pdf-container {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<embed src="gramm cheat sheet.pdf" type="application/pdf" class="pdf-container">
</body>
</html>
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
21 changes: 21 additions & 0 deletions gramm/html/gramm_cheat_sheet.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>gramm cheat sheet pdf</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
.pdf-container {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<embed src="gramm cheat sheet.pdf" type="application/pdf" class="pdf-container">
</body>
</html>
28 changes: 28 additions & 0 deletions gramm/html/helptoc.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version='1.0' encoding="utf-8"?>

<toc version="2.0">
<!-- First tocitem specifies top level in Help browser Contents pane -->
<!-- This can be a roadmap page, as shown below, or a content page -->
<tocitem target="GettingStarted.html"> Getting Started example
<tocitem target="gramm_cheat_sheet.html"> Cheat sheet
</tocitem>
<tocitem target="examples.html">Full examples for gramm
<!-- Nest tocitems to create hierarchical entries in Contents-->
<!-- To include icons, use the following syntax for tocitems: -->
<!-- <tocitem target="foo.html" image="HelpIcon.NAME"> -->
<!-- Title-of-Section </tocitem> -->
<!-- where NAME is one of the following (use capital letters): -->
<!-- FUNCTION, USER_GUIDE, EXAMPLES, BLOCK, GETTING_STARTED, -->
<!-- DEMOS, RELEASE_NOTES -->
<!-- Icon images used for these entries are also stored in -->
<!-- matlabroot/toolbox/matlab/icons -->
<!-- A Getting Started Guide usually comes first -->
<!-- Optional link or links to your or other Web sites -->

</tocitem>
<tocitem target="https://github.com/piermorel/gramm"
image="$toolbox/matlab/icons/webicon.gif">
gramm's github repository
</tocitem>
</tocitem>
</toc>
25 changes: 25 additions & 0 deletions gramm/info.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<productinfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="optional">
<?xml-stylesheet type="text/xsl"href="optional"?>
<!-- info.xml file for the mytoolbox toolbox -->
<!-- Version 1.0 -->
<!-- Copyright (date) (owner).-->

<!-- Supply the following six elements in the order specified -->
<!-- (Required) Release of MATLAB. Not currently used but required -->
<!-- to parse the file -->
<matlabrelease>R2018a</matlabrelease>
<!-- (Required) Title of toolbox. Appears in the Contents pane -->
<name>gramm</name>
<!-- (Required) Label for the toolbox. pick one: -->
<!-- matlab, toolbox, simulink, blockset, links_targets -->
<type>toolbox</type>
<!-- (Required) Icon file to display in the Start button. Not currently used -->
<!-- but required to parse the file -->
<icon></icon>
<!-- (Required if you supply help) Relative path to help (HTML) folder -->
<help_location>./html</help_location>
<!-- (Required if you supply help) Icon used in the Help browser TOC -->
<!-- Ignored in R2015a and later -->
<help_contents_icon></help_contents_icon>
</productinfo>
Loading

0 comments on commit ed70b11

Please sign in to comment.