Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Sphinx >=1.3 has the "any" role (http://www.sphinx-doc.org/en/1.4.8/markup/inline.html#role-any) which allows one to write e.g.
`Axes`
instead of
:class:`Axes`
and will automatically figure out the proper markup role (and warn if there is an ambiguity).
This would make non-rendered docstrings quite more readable.
The text was updated successfully, but these errors were encountered:
Doc's current requirements are sphinx>1.0, so that will need updating.
Sorry, something went wrong.
Doesn't that cause there to be a tremendous number of warning again?
Also 👍 to bumping the minimal version of sphinx.
This happens now, so I am closing. If I've misunderstood, please re-open....
Note: we are using the "obj" role, not the "any" role right now. But that is equally good for the above purpose. IMO closing is fine.
No branches or pull requests
Sphinx >=1.3 has the "any" role (http://www.sphinx-doc.org/en/1.4.8/markup/inline.html#role-any) which allows one to write e.g.
instead of
and will automatically figure out the proper markup role (and warn if there is an ambiguity).
This would make non-rendered docstrings quite more readable.
The text was updated successfully, but these errors were encountered: