Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-101100: Fix Sphinx warnings inlibrary/configparser.rst#113598

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

hugovk
Copy link
Member

@hugovkhugovk commentedDec 31, 2023
edited by bedevere-appbot
Loading

Fix 14 warnings inlibrary/configparser.rst and 20configparser-related warnings elsewhere:

build/NEWS:10797: WARNING: py:class reference target not found: configparser.Interpolationbuild/NEWS:13368: WARNING: py:attr reference target not found: filenamebuild/NEWS:13368: WARNING: py:class reference target not found: ConfigParserbuild/NEWS:13368: WARNING: py:class reference target not found: ParsingErrorbuild/NEWS:13368: WARNING: py:class reference target not found: SafeConfigParserbuild/NEWS:13368: WARNING: py:meth reference target not found: readfpbuild/NEWS:26630: WARNING: py:obj reference target not found: ConfigParser.items()Doc/library/configparser.rst:211: WARNING: py:meth reference target not found: getDoc/library/configparser.rst:235: WARNING: py:meth reference target not found: getDoc/library/configparser.rst:483: WARNING: py:meth reference target not found: __init__Doc/library/configparser.rst:493: WARNING: py:meth reference target not found: read_dictDoc/library/configparser.rst:637: WARNING: py:meth reference target not found: read_dictDoc/library/configparser.rst:637: WARNING: py:meth reference target not found: read_fileDoc/library/configparser.rst:637: WARNING: py:meth reference target not found: read_stringDoc/library/configparser.rst:694: WARNING: py:meth reference target not found: getdecimalDoc/library/configparser.rst:1064: WARNING: py:attr reference target not found: nameDoc/library/configparser.rst:1069: WARNING: py:meth reference target not found: readfpDoc/library/configparser.rst:1217: WARNING: py:meth reference target not found: getDoc/library/configparser.rst:1290: WARNING: py:meth reference target not found: add_sectionDoc/library/configparser.rst:1295: WARNING: py:meth reference target not found: __init__Doc/library/configparser.rst:1349: WARNING: py:meth reference target not found: __init__Doc/library/logging.config.rst:94: WARNING: py:class reference target not found: configparser.ConfigparserDoc/whatsnew/2.0.rst:1031: WARNING: py:mod reference target not found: ConfigParserDoc/whatsnew/2.4.rst:1055: WARNING: py:meth reference target not found: readDoc/whatsnew/2.4.rst:1055: WARNING: py:mod reference target not found: ConfigParserDoc/whatsnew/2.7.rst:290: WARNING: py:mod reference target not found: ConfigParserDoc/whatsnew/2.7.rst:1137: WARNING: py:mod reference target not found: ConfigParserDoc/whatsnew/3.2.rst:184: WARNING: py:mod reference target not found: ConfigParserDoc/whatsnew/3.2.rst:2135: WARNING: py:class reference target not found: ConfigParserDoc/whatsnew/3.2.rst:2135: WARNING: py:class reference target not found: SafeConfigParserDoc/whatsnew/3.2.rst:2411: WARNING: py:class reference target not found: ConfigParserDoc/whatsnew/3.2.rst:2616: WARNING: py:class reference target not found: ConfigParserDoc/whatsnew/3.2.rst:2616: WARNING: py:class reference target not found: SafeConfigParserDoc/whatsnew/3.11.rst:1776: WARNING: py:meth reference target not found: configparser.RawConfigParser.readfp

@hugovkhugovk changed the titleFix Sphinx warnings inlibrary/configparser.rstgh-101100: Fix Sphinx warnings inlibrary/configparser.rstDec 31, 2023
@hugovkhugovk added docsDocumentation in the Doc dir skip news needs backport to 3.11only security fixes needs backport to 3.12only security fixes labelsDec 31, 2023
Copy link
Member

@AlexWaygoodAlexWaygood left a comment

Choose a reason for hiding this comment

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

Looks great!

hugovk reacted with hooray emoji
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@hugovkhugovk merged commit30a6d79 intopython:mainDec 31, 2023
@hugovkhugovk deleted the docs-fix-sphinx-warnings-configparser branchDecember 31, 2023 17:57
@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-app
Copy link

Sorry,@hugovk, I could not cleanly backport this to3.12 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 30a6d79fb8bc1ef96600c290c016720103b74b2d 3.12

@miss-islington-app
Copy link

Sorry,@hugovk, I could not cleanly backport this to3.11 due to a conflict.
Please backport usingcherry_picker on command line.

cherry_picker 30a6d79fb8bc1ef96600c290c016720103b74b2d 3.11

@bedevere-app
Copy link

GH-113599 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelDec 31, 2023
hugovk added a commit to hugovk/cpython that referenced this pull requestDec 31, 2023
…rst` (pythonGH-113598)(cherry picked from commit30a6d79)Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@bedevere-app
Copy link

GH-113600 is a backport of this pull request to the3.11 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.11only security fixes labelDec 31, 2023
hugovk added a commit to hugovk/cpython that referenced this pull requestDec 31, 2023
…rst` (pythonGH-113598)(cherry picked from commit30a6d79)Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
AlexWaygood added a commit that referenced this pull requestDec 31, 2023
…H-113598) (#113599)(cherry picked from commit30a6d79)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
AlexWaygood added a commit that referenced this pull requestDec 31, 2023
…H-113598) (#113600)(cherry picked from commit30a6d79)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
kulikjak pushed a commit to kulikjak/cpython that referenced this pull requestJan 22, 2024
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AlexWaygoodAlexWaygoodAlexWaygood approved these changes

@vsajipvsajipAwaiting requested review from vsajipvsajip is a code owner

Assignees

@hugovkhugovk

Labels
docsDocumentation in the Doc dirskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@hugovk@AlexWaygood

[8]ページ先頭

©2009-2025 Movatter.jp