You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Math expressions in caustics docs are currently written in a mix of latex $math stuff$ expressions and rST :math:'math stuff' expressions. These all need to be converted to latex style with the caveat that we need double backslashes since the docstrings are parsed by python first.
The text was updated successfully, but these errors were encountered:
Math expressions in caustics docs are currently written in a mix of latex
$math stuff$
expressions and rST:math:'math stuff'
expressions. These all need to be converted to latex style with the caveat that we need double backslashes since the docstrings are parsed by python first.The text was updated successfully, but these errors were encountered: