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/ast.rst#113289

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
hugovk merged 2 commits intopython:mainfromhugovk:docs-fix-sphinx-warnings-ast
Dec 19, 2023

Conversation

hugovk
Copy link
Member

@hugovkhugovk commentedDec 19, 2023
edited
Loading

Fix 29 Sphinx warnings:

Doc/library/ast.rst:46: WARNING: py:mod reference target not found: _astDoc/library/ast.rst:131: WARNING: py:class reference target not found: ast.NumDoc/library/ast.rst:131: WARNING: py:class reference target not found: ast.StrDoc/library/ast.rst:131: WARNING: py:class reference target not found: ast.BytesDoc/library/ast.rst:131: WARNING: py:class reference target not found: ast.NameConstantDoc/library/ast.rst:131: WARNING: py:class reference target not found: ast.EllipsisDoc/library/ast.rst:138: WARNING: py:class reference target not found: ast.IndexDoc/library/ast.rst:138: WARNING: py:class reference target not found: ast.ExtSliceDoc/library/ast.rst:1937: WARNING: py:class reference target not found: StrDoc/library/ast.rst:2288: WARNING: py:attr reference target not found: linenoDoc/library/ast.rst:2288: WARNING: py:attr reference target not found: end_linenoDoc/library/ast.rst:2288: WARNING: py:attr reference target not found: col_offsetDoc/library/ast.rst:2288: WARNING: py:attr reference target not found: end_col_offsetDoc/library/ast.rst:2300: WARNING: py:attr reference target not found: linenoDoc/library/ast.rst:2300: WARNING: py:attr reference target not found: col_offsetDoc/library/ast.rst:2316: WARNING: py:attr reference target not found: linenoDoc/library/ast.rst:2316: WARNING: py:attr reference target not found: col_offsetDoc/library/ast.rst:2316: WARNING: py:attr reference target not found: end_linenoDoc/library/ast.rst:2316: WARNING: py:attr reference target not found: end_col_offsetDoc/library/ast.rst:2369: WARNING: py:meth reference target not found: visit_NumDoc/library/ast.rst:2369: WARNING: py:meth reference target not found: visit_StrDoc/library/ast.rst:2369: WARNING: py:meth reference target not found: visit_BytesDoc/library/ast.rst:2369: WARNING: py:meth reference target not found: visit_NameConstantDoc/library/ast.rst:2369: WARNING: py:meth reference target not found: visit_EllipsisDoc/library/ast.rst:2369: WARNING: py:meth reference target not found: visit_ConstantDoc/library/ast.rst:2398: WARNING: py:meth reference target not found: generic_visitDoc/library/ast.rst:2406: WARNING: py:attr reference target not found: linenoDoc/whatsnew/3.8.rst:1673: WARNING: py:meth reference target not found: ast.NodeVisitor.visit_Constantbuild/NEWS:21687: WARNING: py:meth reference target not found: ast.NodeVisitor.visit_Constant

These 14 remain:

Doc/library/ast.rst:51: WARNING: py:class reference target not found: ast.stmtDoc/library/ast.rst:51: WARNING: py:class reference target not found: ast.exprDoc/library/ast.rst:51: WARNING: py:class reference target not found: ast.exprDoc/library/ast.rst:67: WARNING: py:attr reference target not found: leftDoc/library/ast.rst:67: WARNING: py:class reference target not found: ast.exprDoc/library/ast.rst:82: WARNING: py:class reference target not found: ast.exprDoc/library/ast.rst:82: WARNING: py:class reference target not found: ast.stmtDoc/library/ast.rst:96: WARNING: py:class reference target not found: ast.TDoc/library/ast.rst:98: WARNING: py:attr reference target not found: T._fieldsDoc/library/ast.rst:2149: WARNING: py:class reference target not found: ast.operatorDoc/library/ast.rst:2149: WARNING: py:class reference target not found: ast.unaryopDoc/library/ast.rst:2149: WARNING: py:class reference target not found: ast.cmpopDoc/library/ast.rst:2149: WARNING: py:class reference target not found: ast.boolopDoc/library/ast.rst:2149: WARNING: py:class reference target not found: ast.expr_context

📚 Documentation preview 📚:https://cpython-previews--113289.org.readthedocs.build/library/ast.html

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
@hugovkhugovkenabled auto-merge (squash)December 19, 2023 15:37
@hugovkhugovk merged commit76bef38 intopython:mainDec 19, 2023
@hugovkhugovk deleted the docs-fix-sphinx-warnings-ast branchDecember 19, 2023 15:44
@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 76bef3832bae64664882e27ecb6f89800a12cf43 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 76bef3832bae64664882e27ecb6f89800a12cf43 3.11

@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelDec 19, 2023
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.11only security fixes labelDec 19, 2023
hugovk added a commit to hugovk/cpython that referenced this pull requestDec 19, 2023
…honGH-113289)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>.(cherry picked from commit76bef38)Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
hugovk added a commit to hugovk/cpython that referenced this pull requestDec 19, 2023
…honGH-113289)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>.(cherry picked from commit76bef38)Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
ryan-duve pushed a commit to ryan-duve/cpython that referenced this pull requestDec 26, 2023
)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
)Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AlexWaygoodAlexWaygoodAlexWaygood approved these changes

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