-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Improve weakref_slot
docs in dataclasses.rst
#123570
Labels
Comments
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 2, 2024
…n `dataclasses` (pythonGH-123571) (cherry picked from commit c3ed775) Co-authored-by: sobolevn <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 2, 2024
…n `dataclasses` (pythonGH-123571) (cherry picked from commit c3ed775) Co-authored-by: sobolevn <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While merging #123342 I've noticed that we can improve
weakref_slot
docs. Here's how it looks now:I think that we can add a link to
weakref.ref
under "weakref-able" term. Like this:Right now
dataclass.rst
does not have a single link toweakref.rst
. This change will make it easier for users to navigate to this term, which not all people are familiar with.Linked PRs
weakref.ref
fromweakref_slot
docs indataclasses
#123571weakref.ref
fromweakref_slot
docs indataclasses
(GH-123571) #123594weakref.ref
fromweakref_slot
docs indataclasses
(GH-123571) #123595The text was updated successfully, but these errors were encountered: