Skip to content

Commit 16690c4

Browse files
committed
Update: math typeset for GitHub pages
1 parent a2590cc commit 16690c4

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
<script>
2-
MathJax = {
3-
tex: {
4-
inlineMath: [['$', '$'], ['\\(', '\\)']]
5-
}
6-
};
7-
</script>
8-
<script id="MathJax-script" async
9-
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
10-
</script>
11-
121
![Matrix plot](assets/img/qaa2-ycov.png)
132

143
# Uncertaintyx
@@ -180,7 +169,17 @@ these indices. The code below provides an implementation.
180169
return np.tensordot(
181170
np.tensordot(g, u, axes=(dims, dims)), g, axes=(dims, dims)
182171
)
183-
184172

185173
[![Python package](https://github.com/bcdev/uncertaintyx/actions/workflows/python-package.yml/badge.svg)](https://github.com/bcdev/uncertaintyx/actions/workflows/python-package.yml)
186174
[![codecov](https://codecov.io/gh/bcdev/uncertaintyx/graph/badge.svg?token=742AWtYDCD)](https://codecov.io/gh/bcdev/uncertaintyx)
175+
176+
<script>
177+
MathJax = {
178+
tex: {
179+
inlineMath: [['$', '$'], ['\\(', '\\)']]
180+
}
181+
};
182+
</script>
183+
<script id="MathJax-script" async
184+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
185+
</script>

0 commit comments

Comments
 (0)