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
Hi! Thanks for the awesome package.
The Numpydoc specification for Parameters uses a space on both sides of the colon between the variable name and type, as in
Parameters ---------- x : int
When I follow Numpydoc and include a space on each side of the colon in docstrings, I get extra parentheses in the quartodoc output:
The Numpydocs make it seem that a docstring like
Parameters ---------- x: int
is wrong (eventhough I prefer it). But in this case, the extraneous parentheses do not appear in the quartodoc output:
Is this a feature or a bug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thanks for the awesome package.
The Numpydoc specification for Parameters uses a space on both sides of the colon between the variable name and type, as in
When I follow Numpydoc and include a space on each side of the colon in docstrings, I get extra parentheses in the quartodoc output:
The Numpydocs make it seem that a docstring like
is wrong (eventhough I prefer it). But in this case, the extraneous parentheses do not appear in the quartodoc output:
Is this a feature or a bug?
The text was updated successfully, but these errors were encountered: