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 reference/expressions.rst #114194

Merged

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jan 17, 2024

Fix remaining 26 reference warnings in this file, all squiggle object dunders:

Doc/reference/expressions.rst:1002: WARNING: py:meth reference target not found: __call__
Doc/reference/expressions.rst:1162: WARNING: py:meth reference target not found: __call__
Doc/reference/expressions.rst:1214: WARNING: py:meth reference target not found: __pow__
Doc/reference/expressions.rst:1236: WARNING: py:meth reference target not found: __neg__
Doc/reference/expressions.rst:1244: WARNING: py:meth reference target not found: __pos__
Doc/reference/expressions.rst:1251: WARNING: py:meth reference target not found: __invert__
Doc/reference/expressions.rst:1292: WARNING: py:meth reference target not found: __mul__
Doc/reference/expressions.rst:1292: WARNING: py:meth reference target not found: __rmul__
Doc/reference/expressions.rst:1317: WARNING: py:meth reference target not found: __truediv__
Doc/reference/expressions.rst:1317: WARNING: py:meth reference target not found: __floordiv__
Doc/reference/expressions.rst:1343: WARNING: py:meth reference target not found: __mod__
Doc/reference/expressions.rst:1359: WARNING: py:meth reference target not found: __add__
Doc/reference/expressions.rst:1359: WARNING: py:meth reference target not found: __radd__
Doc/reference/expressions.rst:1370: WARNING: py:meth reference target not found: __sub__
Doc/reference/expressions.rst:1391: WARNING: py:meth reference target not found: __lshift__
Doc/reference/expressions.rst:1391: WARNING: py:meth reference target not found: __rshift__
Doc/reference/expressions.rst:1418: WARNING: py:meth reference target not found: __and__
Doc/reference/expressions.rst:1418: WARNING: py:meth reference target not found: __rand__
Doc/reference/expressions.rst:1427: WARNING: py:meth reference target not found: __xor__
Doc/reference/expressions.rst:1427: WARNING: py:meth reference target not found: __rxor__
Doc/reference/expressions.rst:1436: WARNING: py:meth reference target not found: __or__
Doc/reference/expressions.rst:1436: WARNING: py:meth reference target not found: __ror__
Doc/reference/expressions.rst:1502: WARNING: py:meth reference target not found: __lt__
Doc/reference/expressions.rst:1669: WARNING: py:meth reference target not found: __contains__
Doc/reference/expressions.rst:1673: WARNING: py:meth reference target not found: __contains__
Doc/reference/expressions.rst:1673: WARNING: py:meth reference target not found: __iter__

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

Copy link
Contributor

@ronaldoussoren ronaldoussoren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hugovk hugovk merged commit 8ccd1ba into python:main Jan 22, 2024
31 checks passed
@hugovk hugovk deleted the docs-fix-sphinx-warnings-reference-expressions branch January 22, 2024 16:21
@miss-islington-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 22, 2024
…ythonGH-114194)

(cherry picked from commit 8ccd1ba)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 22, 2024
…ythonGH-114194)

(cherry picked from commit 8ccd1ba)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Jan 22, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jan 22, 2024
@bedevere-app
Copy link

bedevere-app bot commented Jan 22, 2024

GH-114437 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 Jan 22, 2024
hugovk added a commit that referenced this pull request Jan 22, 2024
…H-114194) (#114436)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Jan 22, 2024
…H-114194) (#114437)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
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