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/asyncio-eventloop.rst#111222

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

sobolevn
Copy link
Member

@sobolevnsobolevn commentedOct 23, 2023
edited by github-actionsbot
Loading

Before:

/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:512: WARNING: py:const reference target not found: socket.TCP_NODELAY/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:581: WARNING: py:const reference target not found: socket.SO_REUSEPORT/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:609: WARNING: py:const reference target not found: sockets.SO_REUSEADDR/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:617: WARNING: py:const reference target not found: sockets.SO_REUSEPORT/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:702: WARNING: py:const reference target not found: socket.AF_UNSPEC/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:758: WARNING: py:const reference target not found: socket.TCP_NODELAY/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:1891: WARNING: py:data reference target not found: SIGINT/Users/sobolev/Desktop/cpython/Doc/library/asyncio-eventloop.rst:1891: WARNING: py:data reference target not found: SIGTERM

So, what I did?

  1. I've addedunix-constants reference, better name is appreciated, because not all constants underTCP_* are explicitly documented. I don't think that there's clean a way to do that
  2. I've also documentedAF_UNSPEC, because it is rather special. I took the wording fromhttps://man7.org/linux/man-pages/man3/getaddrinfo.3.html

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

sobolevnand others added3 commitsOctober 24, 2023 17:48
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@willingcwillingc merged commit46389c3 intopython:mainOct 29, 2023
@miss-islington-app
Copy link

Thanks@sobolevn for the PR, and@willingc for merging it 🌮🎉.. 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 requestOct 29, 2023
…t` (pythonGH-111222)*pythongh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rstCo-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>* Update asyncio-eventloop.rst* Update socket.rst---------(cherry picked from commit46389c3)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-app
Copy link

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 29, 2023
…t` (pythonGH-111222)*pythongh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rstCo-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>* Update asyncio-eventloop.rst* Update socket.rst---------(cherry picked from commit46389c3)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelOct 29, 2023
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.11only security fixes labelOct 29, 2023
willingc pushed a commit that referenced this pull requestOct 29, 2023
…st` (GH-111222) (#111470)gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)*gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rst* Update asyncio-eventloop.rst* Update socket.rst---------(cherry picked from commit46389c3)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
willingc pushed a commit that referenced this pull requestOct 29, 2023
…st` (GH-111222) (#111469)gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)*gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rst* Update asyncio-eventloop.rst* Update socket.rst---------(cherry picked from commit46389c3)Co-authored-by: Nikita Sobolev <mail@sobolevn.me>Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
FullteaR pushed a commit to FullteaR/cpython that referenced this pull requestNov 3, 2023
…t` (pythonGH-111222)*pythongh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rstCo-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>* Update asyncio-eventloop.rst* Update socket.rst---------Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…t` (pythonGH-111222)*pythongh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rstCo-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>* Update asyncio-eventloop.rst* Update socket.rst---------Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…t` (pythonGH-111222)*pythongh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst`* Update Doc/library/socket.rstCo-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>* Update asyncio-eventloop.rst* Update socket.rst---------Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hugovkhugovkhugovk approved these changes

@willingcwillingcwillingc approved these changes

@AA-TurnerAA-TurnerAwaiting requested review from AA-TurnerAA-Turner is a code owner

@1st11st1Awaiting requested review from 1st11st1 is a code owner

@asvetlovasvetlovAwaiting requested review from asvetlovasvetlov is a code owner

@gvanrossumgvanrossumAwaiting requested review from gvanrossum

@kumaraditya303kumaraditya303Awaiting requested review from kumaraditya303kumaraditya303 is a code owner

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@sobolevn@hugovk@willingc

[8]ページ先頭

©2009-2025 Movatter.jp