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
ATM the page seems to put idX anchors on each header,
where X is an incrementing number.
This means that over time the underlying content changes (with each release)
and there seems to be no way to point people to a specific section (version) of that doc
regardless of what the most recent release is.
Describe the solution you'd like
Switch from #id1, #id2 etc. header anchors
to something more permanent e.g. #v24.4.2,
which would point to a changelog section for the 24.4.2 version.
The text was updated successfully, but these errors were encountered:
Is this related to a problem? Please describe.
It would be nice if one could copy-paste links to the https://black.readthedocs.io/en/stable/change_log.html doc with anchors to specific versions.
ATM the page seems to put
idX
anchors on each header,where X is an incrementing number.
This means that over time the underlying content changes (with each release)
and there seems to be no way to point people to a specific section (version) of that doc
regardless of what the most recent release is.
Describe the solution you'd like
Switch from
#id1
,#id2
etc. header anchorsto something more permanent e.g.
#v24.4.2
,which would point to a changelog section for the
24.4.2
version.The text was updated successfully, but these errors were encountered: