You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: audit ndarray chapter -- style cleanup, split numerical into two pages
Sweep for accumulated style rules across both image and ndarray chapters:
italic-before-colon, the "shape" word in non-geometric contexts,
"firmware" word, "worked example" phrasing, thousands separators in
prose, structural forward references ("the next page"), comma-separated
imports, second-person "you" in section headers and prose, and the
"framebuffer" / "frame buffer" inconsistency. Cleaned up :py:meth: /
:py:class: domain-prefix inconsistencies and a malformed cross-reference
with the signature inside the role target.
Verified accuracy against the library reference for flatten, linspace,
logspace, byteswap, arange, meshgrid, ndinfo, empty, set_printoptions,
bincount, nonzero, argsort, array, and the bool / complex dtype widths.
Split numerical.rst into two pages so the chapter ends with the wrap-up
on an even section number (9.20): "Curves and integration" keeps
interp / polyfit / polyval / convolve / trapz; new "Solvers and random
numbers" page covers scipy.integrate (quad / romberg / simpson /
tanhsinh), scipy.optimize (bisect / newton / fmin), scipy.special
(erf / erfc / gamma / gammaln), and numpy.random.Generator. Renamed the
toctree caption to "Numerical tools".
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments