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

CI: fix last docbuild warnings #25964

Merged
merged 6 commits into from
Mar 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC: fix references [skip actions][skip azp][skip cirrus]
  • Loading branch information
mattip committed Mar 10, 2024
commit 5dbf807a7c98c8e1458c733b98d69397d1955890
2 changes: 1 addition & 1 deletion doc/source/user/how-to-io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ created with NumPy 1.26.
Convert from a pandas DataFrame to a NumPy array
================================================

See :meth:`pandas.DataFrame.to_numpy`.
See :meth:`pandas.Series.to_numpy`.

Save/restore using `~numpy.ndarray.tofile` and `~numpy.fromfile`
================================================================
Expand Down
2 changes: 1 addition & 1 deletion numpy/_core/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def fromarrays(arrayList, dtype=None, shape=None, formats=None,
``arrayList[0]``.
formats, names, titles, aligned, byteorder :
If `dtype` is ``None``, these arguments are passed to
`numpy.format_parser` to construct a dtype. See that function for
`numpy.rec.format_parser` to construct a dtype. See that function for
detailed documentation.

Returns
Expand Down