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
This isn't really the "fault" of m2r2, as rST doesn't really support this construct. A workaround is here. Perhaps m2r2 could implement this workaround? Seems pretty messy unfortunately.
The text was updated successfully, but these errors were encountered:
As of this README, it includes [`numpy`](https://numpy.org/) and
[`scipy`](https://www.scipy.org/)for the simulations,
[`tabulate`](https://github.com/astanin/python-tabulate) for printing
example tables, [`joblib`](https://joblib.readthedocs.io/en/latest/) for
parallelizing extreme examples, and [`pytest`](https://docs.pytest.org/en/latest/), …
etc and it mangles all of them:
Can it just strip the `` tags when converting to rst if they aren't supported?
In markdown, one can do format the text of a link without any problems
However, from this m2r2 generates
``my.api.method` <http://example.com>`_
This is not valid rST and just renders literally.
We'd like to generate the following HTML:
This isn't really the "fault" of m2r2, as rST doesn't really support this construct. A workaround is here. Perhaps m2r2 could implement this workaround? Seems pretty messy unfortunately.
The text was updated successfully, but these errors were encountered: