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

Backport 1.8 doc fixes #4406

Merged

Conversation

charris
Copy link
Member

@charris charris commented Mar 1, 2014

Backport 1.8 document fixes for

gh-3563
gh-2354
gh-2807
gh-2423

Some bits are also rephrased and nan is replaced by NaN where
appropriate.
The documentation needs to be in umathmodule.c as that is where ldexp
and frexp and defined. I moved the current documention from
add_newdocs.py to ufunc_docstrings.py, manually translated them into C
strings, and inserted them into umathmodule.c.

Closes numpy#2354.
Add the fact that for pickled files, a file-like object must also
support the readline() method.

Closes numpy#2807.
The documentation misrepresented what happened, leaving out division
by the total number of sample points.

Also run spellcheck over function_base.py and twodim_base.py and break
some long lines.

Closes numpy#2423.
@juliantaylor
Copy link
Contributor

please see the questions in the master pr

juliantaylor added a commit that referenced this pull request Mar 1, 2014
@juliantaylor juliantaylor merged commit 14425fc into numpy:maintenance/1.8.x Mar 1, 2014
@charris charris deleted the backport-1.8-doc-fixes branch March 1, 2014 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants