v2.3.2
STY: Use f-string instead of `format` call
DOC: Fix doc build warning for random.
Removed all outdated versionadded/changed directives ISSUES#27239
DOC: Updated remaining links in random folder
Added links to CTypes and CFFI in Numba [skip azp] [skip cirrus] [skip actions]
ENH, DOC: Add support for interactive examples for NumPy with `jupyterlite-sphinx` (#26745)
Add punctuation to random sampling [skip azp] [skip cirrus] [skip actions]
DOC: standardize capitalization of headings (#25016)
DOC: Remove references to Python 2/3
combined [0.0, 1.0) into a single monospace, and added BitGenerator cross references throughout extending.rst. [skip azp] [skip actions] [skip cirrus]
Apply ruff/pandas-vet rule PD011