Skip to content
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

gh-101100: Fix Sphinx warnings in library/bisect.rst #113496

Merged
merged 1 commit into from Dec 26, 2023

Conversation

hugovk
Copy link
Member

@hugovk hugovk 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/

@hugovk hugovk merged commit 2b53c76 into python:main Dec 26, 2023
31 checks passed
@hugovk hugovk 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

bedevere-app bot commented Dec 26, 2023

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 bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Dec 26, 2023
@bedevere-app
Copy link

bedevere-app bot commented Dec 26, 2023

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

@bedevere-app bedevere-app bot 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants