Skip to content

Conversation

@hugovk
Copy link
Member

@hugovkhugovk commented Dec 26, 2023

Fix these four warnings, by linking to the object methods for the first two, and silencing the last two with !:

Doc/library/bisect.rst:19: WARNING: py:meth reference target not found: __eq__ Doc/library/bisect.rst:19: WARNING: py:meth reference target not found: __lt__ Doc/library/bisect.rst:75: WARNING: py:meth reference target not found: insert Doc/library/bisect.rst:95: WARNING: py:meth reference target not found: insert 

📚 Documentation preview 📚: https://cpython-previews--113496.org.readthedocs.build/

@hugovkhugovk merged commit 2b53c76 into python:mainDec 26, 2023
@hugovkhugovk deleted the docs-fix-sphinx-warnings-bisect branch December 26, 2023 21:12
@miss-islington-app
Copy link

Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@bedevere-app
Copy link

GH-113504 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 26, 2023
…H-113496) (cherry picked from commit 2b53c76) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@miss-islington-app
Copy link

Sorry, @hugovk, I could not cleanly backport this to 3.11 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 2b53c767de0a7afd29598a87da084d0e125e1c34 3.11 

@bedevere-app
Copy link

GH-113505 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11 only security fixes label Dec 26, 2023
hugovk added a commit to hugovk/cpython that referenced this pull request Dec 26, 2023
…ythonGH-113496) (cherry picked from commit 2b53c76) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Dec 26, 2023
) (#113504) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@hugovk@rhettinger