Skip to content

Commit

Permalink
Updated for 2020-11 release (except for training material).
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Dec 16, 2020
1 parent a608371 commit 9203a49
Show file tree
Hide file tree
Showing 2,941 changed files with 75,972 additions and 154,155 deletions.
Binary file modified doc/1-Kernel_Modeling_Language_(KerML).pdf
Binary file not shown.
Binary file modified doc/2-OMG_Systems_Modeling_Language_(SysML).pdf
Binary file not shown.
Binary file modified doc/3-Systems_Modeling_API_and_Services.pdf
Binary file not shown.
Binary file modified install/eclipse/org.omg.sysml.site.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<head>
<body>
<h1>
Dependency License Report for jupyter-sysml-kernel 0.6.0-SNAPSHOT
Dependency License Report for jupyter-sysml-kernel 0.7.0-SNAPSHOT
</h1>

<hr />
Expand Down Expand Up @@ -98,7 +98,7 @@ <h1>
<p id="timestamp">
This report was generated at
<em>
Tue Nov 10 13:01:36 EST 2020
Mon Dec 14 22:52:01 EST 2020
</em>.
</p>
</body>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion install/jupyter/jupyter-sysml-kernel/sysml/kernel.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var enableMode = function (CodeMirror) {
"calc case comment connect connection constraint decide def defined dependency do doc else end entry exhibit exit expose first flow fork from " +
"hastype id if import in inout instanceof interface individual istype item join language link merge nonunique objective of ordered out package " +
"part perform port private protected public redefines ref rendering rep require requirement return satisfy send snapshot specializes state " +
"stream subsets subject succession then timeslice to transition type value variant variation verification view viewpoint"
"stream subsets subject succession then timeslice to transition type value variant variation verification verify view viewpoint"
),
defKeywords: words("action activity analysis assoc attribute block calc case comment connection constraint doc def id link individual interface " +
"item package objective part port ref rendering rep requirement snapshot state timeslice transition type value verification view viewpoint"),
Expand Down
2 changes: 1 addition & 1 deletion install/jupyter/jupyter-sysml-kernel/sysml/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"argv": [
"java",
"-jar",
"@KERNEL_INSTALL_DIRECTORY@/jupyter-sysml-kernel-0.6.0-SNAPSHOT-all.jar",
"@KERNEL_INSTALL_DIRECTORY@/jupyter-sysml-kernel-0.7.0-SNAPSHOT-all.jar",
"{connection_file}"
],
"display_name": "SysML",
Expand Down
2 changes: 1 addition & 1 deletion install/jupyter/jupyterlab-sysml/package/build/mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function defineSysMLv2Mode() {
'first', 'flow', 'fork', 'from', 'hastype', 'id', 'if', 'import', 'in', 'inout', 'instanceof', 'interface', 'individual', 'istype', 'item', 'join', 'language', 'link', 'merge',
'nonunique', 'objective', 'of', 'ordered', 'out', 'package', 'part', 'perform', 'port', 'private', 'protected', 'public', 'redefines', 'ref', 'rendering', 'rep', 'require',
'requirement', 'return', 'satisfy', 'send', 'snapshot', 'specializes', 'state', 'stream', 'subsets', 'subject', 'succession', 'then', 'timeslice', 'to', 'transition', 'type',
'value', 'variant', 'variation', 'verification', 'view', 'viewpoint',
'value', 'variant', 'variation', 'verification', 'verify', 'view', 'viewpoint',
].reduce(f_wordify, {}),
defKeywords: [
'action', 'activity', 'analysis', 'assoc', 'attribute', 'block', 'calc', 'case', 'comment', 'connection', 'constraint', 'doc', 'def', 'id', 'link', 'individual', 'interface',
Expand Down

This file was deleted.

112 changes: 112 additions & 0 deletions install/jupyter/jupyterlab-sysml/package/node_modules/.bin/json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

215 changes: 215 additions & 0 deletions install/jupyter/jupyterlab-sysml/package/node_modules/.bin/marked

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9203a49

Please sign in to comment.