Skip to content
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

DOC: Fix documentation pull requests. #8236

Merged
merged 3 commits into from
Nov 5, 2016

Conversation

charris
Copy link
Member

@charris charris commented Nov 4, 2016

@charris charris added this to the 1.12.0 release milestone Nov 4, 2016
a has strides that are multiples of sizeof(double)
*/
/*
* Assumes b is contiguous and * a has strides that are multiples of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo * a

Returns
-------
out : ndarray
The truncated or zero-padded input, transformed along the axis
indicated by `axis`, or the last one if `axis` is not specified.
The length of the transformed axis is `n`, or, if `n` is not given,
``2*(m-1)`` where ``m`` is the length of the transformed axis of the
input. To get an odd number of output points, `n` must be specified.
``2*m - 2)`` where ``m`` is the length of the transformed axis of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either lost a bracket on the way or left one in by accident

@rgommers
Copy link
Member

rgommers commented Nov 4, 2016

LGTM except for the two typos

Corrections to numpy#8001.

- Correct markup for code sections.
- Correct link to structured arrays.

Closes numpy#7881.

[ci skip]
Corrections to numpy#8023.

- Fix index types to ssize_t.
- Clean up C code style.

Closes numpy#7701.

[ci skip]
Corrections to numpy#7492.

Correct the examples in the notes specifying the output length for the
hfft. Also clean up the documentation a bit.

[ci skip]
@charris
Copy link
Member Author

charris commented Nov 5, 2016

Fixed. Thanks for the quick review Ralf.

@charris charris merged commit 740bca9 into numpy:master Nov 5, 2016
@charris charris deleted the fix-documentation-prs branch November 5, 2016 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants