Skip to content

Conversation

@hugovk
Copy link
Member

@hugovkhugovk 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

@ronaldoussorenronaldoussoren left a comment

Choose a reason for hiding this comment

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

LGTM

@hugovkhugovk merged commit 8ccd1ba into python:mainJan 22, 2024
@hugovkhugovk 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

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

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Jan 22, 2024
@bedevere-app
Copy link

GH-114437 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 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>
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@ronaldoussoren