-
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 c623639 with MkDocs version: 1.6.1
- Loading branch information
Unknown
committed
Dec 5, 2024
0 parents
commit 5e570ef
Showing
454 changed files
with
1,938,188 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,590 changes: 9,590 additions & 0 deletions
9,590
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.