idrl-lab / idrlnet

IDRLnet, a Python toolbox for modeling and solving problems through Physics-Informed Neural Network (PINN) systematically.
Apache License 2.0
195 stars 52 forks source link

LaTeX equations not rendered properly in the documentation #12

Open ma-sadeghi opened 2 years ago

ma-sadeghi commented 2 years ago

For instance: https://idrlnet.readthedocs.io/en/latest/user/get_started/1_simple_poisson.html#solving-simple-poisson-equation

jianchiz commented 2 years ago

I suggest downloading the files in GitHub and using markdown reading software, such as stackeedit

ma-sadeghi commented 2 years ago

You can use myst-nb extension for Sphinx, I think it automatically renders math equations.