Enabled MathJax in site docs. JIRA: MATH-1006.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1504975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa9293caed
commit
a626e4ce7e
|
@ -55,7 +55,7 @@ If the output is not quite correct, check for invisible trailing spaces!
|
|||
Add mode function to StatUtils class
|
||||
</action>
|
||||
<action dev="psteitz" type="update" issue="MATH-1006">
|
||||
Enabled LaTeX expressions in javadoc via MathJax.
|
||||
Enabled LaTeX expressions in javadoc and site docs via MathJax.
|
||||
</action>
|
||||
<action dev="sebb" type="add" issue="MATH-1000">
|
||||
Add mode function to Frequency class.
|
||||
|
|
|
@ -66,6 +66,11 @@
|
|||
<item name="Filters" href="/userguide/filter.html"/>
|
||||
<item name="Fitting" href="/userguide/fitting.html"/>
|
||||
</menu>
|
||||
|
||||
<head>
|
||||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||||
</script>
|
||||
</head>
|
||||
|
||||
</body>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue