Skip to content

Commit a08b876

Browse files
committed
2023-11-13
1 parent 5ad172a commit a08b876

File tree

88 files changed

+922
-731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+922
-731
lines changed

404.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
<title>
10-
CortexJS
10+
CortexJS - Scientific Computing and Math for the Web
1111
</title>
12-
<meta name="description" content="" />
12+
<meta name="description" content="CortexJS: Enhancing scientific computing with user-friendly MathLive for easy math input, MathJSON for web-native formats, and a versatile Compute Engine for symbolic and numerical math evaluations" />
1313
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ECEC8YT7XS"></script>
1414
<script async>
1515
if(/cortexjs\.io/.test(window.location.hostname)) {
@@ -21,7 +21,7 @@
2121
</script>
2222

2323

24-
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS Feed">
24+
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS - Scientific Computing and Math for the Web Feed">
2525

2626
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2727
<meta name="referrer" content="strict-origin" />

about/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
<title>
10-
CortexJS
10+
CortexJS - Scientific Computing and Math for the Web
1111
</title>
12-
<meta name="description" content="" />
12+
<meta name="description" content="CortexJS: Enhancing scientific computing with user-friendly MathLive for easy math input, MathJSON for web-native formats, and a versatile Compute Engine for symbolic and numerical math evaluations" />
1313
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ECEC8YT7XS"></script>
1414
<script async>
1515
if(/cortexjs\.io/.test(window.location.hostname)) {
@@ -21,7 +21,7 @@
2121
</script>
2222

2323

24-
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS Feed">
24+
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS - Scientific Computing and Math for the Web Feed">
2525

2626
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2727
<meta name="referrer" content="strict-origin" />

assets/css/imports/minimal-mistakes.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/imports/minimal-mistakes.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/sdk-documentation-layout.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/sdk-documentation-layout.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute-engine/changelog/index.html

Lines changed: 86 additions & 38 deletions
Large diffs are not rendered by default.

compute-engine/contributing/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88

99
<title>
10-
CortexJS
10+
CortexJS - Scientific Computing and Math for the Web
1111
</title>
12-
<meta name="description" content="" />
12+
<meta name="description" content="CortexJS: Enhancing scientific computing with user-friendly MathLive for easy math input, MathJSON for web-native formats, and a versatile Compute Engine for symbolic and numerical math evaluations" />
1313
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ECEC8YT7XS"></script>
1414
<script async>
1515
if(/cortexjs\.io/.test(window.location.hostname)) {
@@ -21,7 +21,7 @@
2121
</script>
2222

2323

24-
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS Feed">
24+
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS - Scientific Computing and Math for the Web Feed">
2525

2626
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2727
<meta name="referrer" content="strict-origin" />
@@ -2490,14 +2490,14 @@ <h3 id="mathjson-standard-library" tabindex="-1">MathJSON Standard Library</h3>
24902490

24912491

24922492

2493-
<meta itemprop="datePublished" content="November 11, 2023">
2493+
<meta itemprop="datePublished" content="November 13, 2023">
24942494

24952495

24962496

24972497

24982498

24992499

2500-
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-11-11">November 11, 2023</time></p>
2500+
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-11-13">November 13, 2023</time></p>
25012501

25022502

25032503
<p class="page__meta-link"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#bug"/></svg> <strong>Problem? Feedback?</strong> File a report at&nbsp;<a href="https://github.com/cortex-js/cortexjs.io">github.com/cortex-js/cortexjs.io</a></p>

0 commit comments

Comments
 (0)