-
Notifications
You must be signed in to change notification settings - Fork 53
Clean up duplicate blurbs on function conventions; improve fft
description
#576
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good modulo a couple of rephrasing suggestions.
Sorry, something went wrong.
All reactions
Co-authored-by: Athan <kgryte@gmail.com>
Co-authored-by: Athan <kgryte@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @rgommers! In it goes!
Sorry, something went wrong.
All reactions
kgryte
Successfully merging this pull request may close these issues.
Refactor the boilerplate text at the top of each API spec section
This also fixes some inconsistencies and clarifies that not all positional/keyword arguments are positional-only or keyword-only (the signature of each function defines this precisely).
Resolves #223.