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 whatsnew/2.1.rst #112357

Merged
merged 5 commits into from
Feb 26, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Nov 24, 2023

Same rationale as #112351.

Fix these 29 Sphinx warnings:

Doc/whatsnew/2.1.rst:51: WARNING: py:func reference target not found: g
Doc/whatsnew/2.1.rst:105: WARNING: py:func reference target not found: g
Doc/whatsnew/2.1.rst:162: WARNING: py:meth reference target not found: __cmp__
Doc/whatsnew/2.1.rst:182: WARNING: py:meth reference target not found: __lt__
Doc/whatsnew/2.1.rst:184: WARNING: py:meth reference target not found: __le__
Doc/whatsnew/2.1.rst:186: WARNING: py:meth reference target not found: __gt__
Doc/whatsnew/2.1.rst:188: WARNING: py:meth reference target not found: __ge__
Doc/whatsnew/2.1.rst:190: WARNING: py:meth reference target not found: __eq__
Doc/whatsnew/2.1.rst:192: WARNING: py:meth reference target not found: __ne__
Doc/whatsnew/2.1.rst:207: WARNING: py:func reference target not found: cmp
Doc/whatsnew/2.1.rst:248: WARNING: py:mod reference target not found: regex
Doc/whatsnew/2.1.rst:263: WARNING: py:mod reference target not found: regex
Doc/whatsnew/2.1.rst:275: WARNING: py:mod reference target not found: regex
Doc/whatsnew/2.1.rst:368: WARNING: py:func reference target not found: f
Doc/whatsnew/2.1.rst:382: WARNING: py:func reference target not found: memoize
Doc/whatsnew/2.1.rst:400: WARNING: py:exc reference target not found: weakref.ReferenceError
Doc/whatsnew/2.1.rst:444: WARNING: py:class reference target not found: UserDict
Doc/whatsnew/2.1.rst:586: WARNING: py:mod reference target not found: inspect.py
Doc/whatsnew/2.1.rst:586: WARNING: py:mod reference target not found: pydoc.py
Doc/whatsnew/2.1.rst:586: WARNING: py:mod reference target not found: pydoc.py
Doc/whatsnew/2.1.rst:619: WARNING: py:class reference target not found: SequenceMatcher
Doc/whatsnew/2.1.rst:631: WARNING: py:mod reference target not found: minidom
Doc/whatsnew/2.1.rst:645: WARNING: py:func reference target not found: asctime
Doc/whatsnew/2.1.rst:645: WARNING: py:func reference target not found: localtime
Doc/whatsnew/2.1.rst:725: WARNING: py:meth reference target not found: xreadlines
Doc/whatsnew/2.1.rst:725: WARNING: py:func reference target not found: xrange
Doc/whatsnew/2.1.rst:725: WARNING: py:func reference target not found: xreadlines
Doc/whatsnew/2.1.rst:725: WARNING: py:meth reference target not found: readlines
Doc/whatsnew/2.1.rst:739: WARNING: py:meth reference target not found: popitem

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

@hugovk hugovk changed the title gh-101100: Silence Sphinx warnings in whatsnew/2.1.rst gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst Nov 24, 2023
@hugovk hugovk added the docs Documentation in the Doc dir label Nov 24, 2023
@hugovk hugovk changed the title gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst Revert gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst Feb 15, 2024
@hugovk hugovk changed the title Revert gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst Revert Fix Sphinx warnings in whatsnew/2.1.rst Feb 15, 2024
@hugovk hugovk changed the title Revert Fix Sphinx warnings in whatsnew/2.1.rst gh-101100: Fix Sphinx warnings in whatsnew/2.1.rst Feb 15, 2024
Copy link
Member

@terryjreedy terryjreedy left a comment

Choose a reason for hiding this comment

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

Possibly 2 changes needed.

Doc/whatsnew/2.1.rst Outdated Show resolved Hide resolved
Doc/whatsnew/2.1.rst Outdated Show resolved Hide resolved
@bedevere-app
Copy link

bedevere-app bot commented Feb 25, 2024

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

@hugovk
Copy link
Member Author

hugovk commented Feb 25, 2024

I have made the requested changes; please review again.

@hugovk hugovk merged commit 8e8ab75 into python:main Feb 26, 2024
23 of 24 checks passed
@hugovk hugovk deleted the docs-fix-sphinx-warnings-whatsnew-2.1 branch February 26, 2024 06:49
@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 Feb 26, 2024
…112357)

(cherry picked from commit 8e8ab75)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Feb 26, 2024

GH-115932 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 Feb 26, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 26, 2024
…112357)

(cherry picked from commit 8e8ab75)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Feb 26, 2024

GH-115933 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 Feb 26, 2024
hugovk added a commit that referenced this pull request Feb 26, 2024
… (#115932)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit that referenced this pull request Feb 26, 2024
… (#115933)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request Mar 4, 2024
…2357)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
…2357)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…2357)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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.

2 participants