Ciela-Institute / caustics

A gravitational lensing simulator for the machine learning era.
https://caustics.readthedocs.io
MIT License
30 stars 11 forks source link

Math expressions in caustics docs #175

Open ConnorStoneAstro opened 8 months ago

ConnorStoneAstro commented 8 months ago

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.

ConnorStoneAstro commented 8 months ago

It may be that the double backslash is the important part, not the rST vs LaTeX