Skip to content

Commit

Permalink
Deployed c367434 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 7, 2024
0 parents commit 8c6e7a2
Show file tree
Hide file tree
Showing 530 changed files with 1,619,926 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
7,808 changes: 7,808 additions & 0 deletions 404.html

Large diffs are not rendered by default.

927 changes: 927 additions & 0 deletions abstract-equation/docs/Basic Usage/Basic Usage.ipynb

Large diffs are not rendered by default.

9,332 changes: 9,332 additions & 0 deletions abstract-equation/docs/Basic Usage/index.html

Large diffs are not rendered by default.

584 changes: 584 additions & 0 deletions abstract-equation/docs/Equation Sampler/Equation Sampler.ipynb

Large diffs are not rendered by default.

9,040 changes: 9,040 additions & 0 deletions abstract-equation/docs/Equation Sampler/index.html

Large diffs are not rendered by default.

7,839 changes: 7,839 additions & 0 deletions abstract-equation/docs/index.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions abstract-equation/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# autora-synthetic-abstract-equation

Initializes an autora experiment from a sympy equation (https://www.sympy.org/en/index.html)




13 changes: 13 additions & 0 deletions abstract-equation/docs/javascripts/mathjax.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// required for equation display in documentation
window.MathJax = {
tex: {
inlineMath: [ ["\\(","\\)"] ],
displayMath: [ ["\\[","\\]"] ],
processEscapes: true,
processEnvironments: true
},
options: {
ignoreHtmlClass: ".*",
processHtmlClass: "arithmatex"
}
};
Loading

0 comments on commit 8c6e7a2

Please sign in to comment.