v2.2.2
DOC: standardize capitalization of headings (#25016)
DOC: Fix doc build warning for random.
Removed all outdated versionadded/changed directives ISSUES#27239
DOC: Updated remaining links in random folder
combined [0.0, 1.0) into a single monospace, and added BitGenerator cross references throughout extending.rst. [skip azp] [skip actions] [skip cirrus]
DOC: Add `>>> import numpy as np` to API reference examples
DOC: Fix double import in docs (#27878)
MAINT: Apply ruff/flake8-comprehensions rule C416