Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interpreted text should only allow 1 backticks ? #28

Open
Carreau opened this issue Mar 25, 2022 · 1 comment
Open

interpreted text should only allow 1 backticks ? #28

Carreau opened this issue Mar 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Carreau
Copy link

Carreau commented Mar 25, 2022

This:

:attr:``numpy.ufunc.identity``

Is parsed as interpreted text, I don't think it should.

It is not properly handled by docutils/sphinx

Screen Shot 2022-03-25 at 19 03 11

@stsewd
Copy link
Owner

stsewd commented Mar 29, 2022

Looks like this should be parsed as an inline literal https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-literals.

(paragraph "text" (literal))

@stsewd stsewd added the bug Something isn't working label Jun 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants