-
Notifications
You must be signed in to change notification settings - Fork 283
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
Iris API param not rendering #4657
Comments
I didn't even know that was supposed to be possible! Would be great if it worked 🙂 |
It definitely does work in many places. However, I'm seeing that some other things are not so happy.. |
The consistent thing between those examples is that they are formatted like
which is probably a few too many steps away from what napoleon expects. I would try:
|
I have a branch primed to fix this issue but ideally want to use my read the docs test space to render them for all to see, thish is being used for another PR atm. Will create the PR next week sometime. Related to #3840. |
Fixed by #3840. |
📚 Documentation
Whilst reviewing the dsocs for another task I noticed there are a few occurrences of
:param:
that is not rendering correctly due to alignment and maybe other syntax issues.There maybe other occurrences too, not dug any further.
The text was updated successfully, but these errors were encountered: