-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Brezovec
committed
Mar 4, 2024
1 parent
429d279
commit a82022b
Showing
9 changed files
with
85 additions
and
16 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -143,4 +143,5 @@ bin/ | |
venv/ | ||
``` | ||
|
||
# built documentation | ||
/docs/build/ |
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
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,27 @@ | ||
{ | ||
"identifier": "com.seeq.addon.spc-accelerator", | ||
"name": "SPC Accelerator", | ||
"description": "DESCRIPTION HERE", | ||
"version": "0.1.0", | ||
"license": "Apache 2.0", | ||
"icon": "fa fa-wrench", | ||
"maintainer": "Seeq Corporation", | ||
"previews": [ | ||
"docs/source/_static/preview.png" | ||
], | ||
"elements": [ | ||
{ | ||
"name": "SPC Accelerator", | ||
"identifier": "com.seeq.addon.spc-accelerator.ui", | ||
"type": "AddOnTool", | ||
"path": "add-on/add-on tools" | ||
}, | ||
{ | ||
"name": "Run Rules", | ||
"identifier": "com.seeq.addon.spc-accelerator.udf", | ||
"type": "FormulaPackage", | ||
"path": "add-on/udf" | ||
} | ||
] | ||
} | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# User Guide | ||
|
||
This is where you'll include basic information on how to use the addon | ||
This is where you'll include basic information on how to use the addon. |