Open Carreau opened 2 years ago
This:
:attr:``numpy.ufunc.identity``
Is parsed as interpreted text, I don't think it should.
It is not properly handled by docutils/sphinx
Looks like this should be parsed as an inline literal https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-literals.
(paragraph "text" (literal))
This:
Is parsed as interpreted text, I don't think it should.
It is not properly handled by docutils/sphinx