We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[
Example from numpy linspace:
Return evenly spaced numbers over a specified interval. Returns num evenly spaced samples, calculated over the interval [`start`, `stop`].
The `start` will be part of the paragraph text and not an interpreted_text node.
`start`
interpreted_text
This is not the case if the preceding charater is a (. I haven't exaustively tested sphinx, but it does work for [.
(
The text was updated successfully, but these errors were encountered:
fix: don't over-parse text nodes
0da09fd
In some situations, the parser was parsing "too much" as text. Marking the end of the text node more early fixes this. Fixes #49
bf7552d
Many thanks for the rapid update, and happy new year 2024 I guess.
Sorry, something went wrong.
Happy new year! 🎉
Successfully merging a pull request may close this issue.
Example from numpy linspace:
The
`start`
will be part of the paragraph text and not aninterpreted_text
node.This is not the case if the preceding charater is a
(
. I haven't exaustively tested sphinx, but it does work for[
.The text was updated successfully, but these errors were encountered: