Move docs folder

This commit is contained in:
2020-02-21 11:43:25 -06:00
parent 635c16386d
commit 29d3c7bb9e
59 changed files with 11647 additions and 1 deletions

8
docs-src/js/mathjax.js Normal file
View File

@@ -0,0 +1,8 @@
MathJax.Hub.Config({
"tex2jax": { inlineMath: [ [ '$', '$' ] ] }
});
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
extensions: ["MathMenu.js", "MathZoom.js"]
});