-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packaging to follow Mathworks recommended packaging practices
- Loading branch information
Showing
140 changed files
with
308 additions
and
203 deletions.
There are no files selected for viewing
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.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.