Skip to content

DOC: fix some numpydoc / Sphinx issues. #6792

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

Merged
merged 1 commit into from
Nov 17, 2016
Merged

Conversation

rgommers
Copy link
Member

Main one is to remove the duplicate Notes section, that doesn't work
with numpydoc master at the moment.

Main one is to remove the duplicate Notes section, that doesn't work
with numpydoc master at the moment.
@rgommers rgommers added Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org maintenance Items related to regular maintenance tasks labels Nov 17, 2016
@@ -461,7 +461,7 @@ information).
object). The :func:`generic_filter1d` function iterates over the
lines of an array and calls :func:`function` at each line. The
arguments that are passed to :func:`function` are one-dimensional
arrays of the :ctype:`tFloat64` type. The first contains the values
arrays of the :c:type:`tFloat64` type. The first contains the values
Copy link
Member

Choose a reason for hiding this comment

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

OT: What's tFloat64, is it a somehow known notation?

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Here's the left-over numarray remnant that needs to be cleaned up: https://github.com/scipy/scipy/blob/master/scipy/ndimage/src/nd_image.h#L67. I'll open a separate issue for that if it doesn't exist yet.

@ev-br
Copy link
Member

ev-br commented Nov 17, 2016

This is an improvement regardless of a quibble about tFloat64. Merging, thanks Ralf.

@ev-br ev-br merged commit 57b26b8 into scipy:master Nov 17, 2016
@ev-br ev-br added this to the 0.19.0 milestone Nov 17, 2016
@rgommers rgommers deleted the duplicate-notes branch November 18, 2016 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants