-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed c367434 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Oct 6, 2024
0 parents
commit dc5e368
Showing
530 changed files
with
1,619,926 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
584 changes: 584 additions & 0 deletions
584
abstract-equation/docs/Equation Sampler/Equation Sampler.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
9,040 changes: 9,040 additions & 0 deletions
9,040
abstract-equation/docs/Equation Sampler/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
}; |
Oops, something went wrong.