Skip to content

Commit

Permalink
Restructured demo folders
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-echeverria committed Oct 18, 2023
1 parent 8bf65d4 commit d14d696
Show file tree
Hide file tree
Showing 38 changed files with 17 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,5 @@ build/
# OSX artifacts
.DS_Store

# Demo artifacts
demo/data
demo/models
demo/store
demo/media
demo/reports

# VS Code local configs.
.vscode/
3 changes: 0 additions & 3 deletions demo-2/.gitignore

This file was deleted.

6 changes: 6 additions & 0 deletions demo/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Demo artifacts
simple/data
simple/models
**/store
**/media
**/reports
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion demo-2/evidence.ipynb → demo/scenarios/evidence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.9.16"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
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.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.4"
"version": "3.9.16"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion demo/evidence.ipynb → demo/simple/evidence.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.9.16"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
8 changes: 6 additions & 2 deletions demo/negotiation.ipynb → demo/simple/negotiation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"source": [
"## 0. Define a Negotiation Card\n",
"\n",
"In the first phase of SDMT, we negotiate the requirements for our model and system. `mlte` provides an artifact that assists in this process - the `NegotiationCard`."
"In the first phase of SDMT, we negotiate the requirements for our model and system. `mlte` provides an artifact that assists in this process - the `NegotiationCard`.\n",
"\n",
"NOTE: this demo has an additional set of requirements than MLTE. You can install them from the file in this folder, with the command: \n",
"\n",
"`pip --default-timeout 1000 install -r requirements.txt`"
]
},
{
Expand Down Expand Up @@ -162,7 +166,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.9.16"
},
"orig_nbformat": 4
},
Expand Down
2 changes: 1 addition & 1 deletion demo/report.ipynb → demo/simple/report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.9.16"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
2 changes: 1 addition & 1 deletion demo/requirements.ipynb → demo/simple/requirements.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
"version": "3.9.16"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d14d696

Please sign in to comment.