-
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 baf3997 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Oct 31, 2024
0 parents
commit e0ccc10
Showing
448 changed files
with
1,886,307 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,466 changes: 9,466 additions & 0 deletions
9,466
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,13 @@ | ||
// required for equation display in documentation | ||
window.MathJax = { | ||
tex: { | ||
inlineMath: [ ["\\(","\\)"] ], | ||
displayMath: [ ["\\[","\\]"] ], | ||
processEscapes: true, | ||
processEnvironments: true | ||
}, | ||
options: { | ||
ignoreHtmlClass: ".*", | ||
processHtmlClass: "arithmatex" | ||
} | ||
}; |
Oops, something went wrong.