René's URL Explorer Experiment


Title: gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules by hugovk · Pull Request #103457 · python/cpython · GitHub

Open Graph Title: gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules by hugovk · Pull Request #103457 · python/cpython

X Title: gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules by hugovk · Pull Request #103457 · python/cpython

Description: Fix 118 nit-picky warnings in Doc/howto/curses.rst, Doc/library/curses.rst and Doc/library/curses.ascii.rst. There are still a few remaining warnings I wasn't sure about, so they've not yet been removed from .nitignore, but it reduces 130 -> 12 warnings. Before ❯ touch Doc/howto/curses.rst Doc/library/curses*; make -C Doc html SPHINXERRORHANDLING=-n 2>&1 | grep "curses.*WARNING" | tee >(wc -l) Doc/howto/curses.rst:64: WARNING: c:func reference target not found: addstr Doc/howto/curses.rst:64: WARNING: c:func reference target not found: mvaddstr Doc/howto/curses.rst:64: WARNING: c:func reference target not found: mvwaddstr Doc/howto/curses.rst:81: WARNING: py:func reference target not found: initscr Doc/howto/curses.rst:105: WARNING: py:const reference target not found: curses.KEY_LEFT Doc/howto/curses.rst:152: WARNING: py:func reference target not found: wrapper Doc/howto/curses.rst:152: WARNING: py:func reference target not found: wrapper Doc/howto/curses.rst:189: WARNING: py:data reference target not found: curses.LINES Doc/howto/curses.rst:189: WARNING: py:data reference target not found: curses.COLS Doc/howto/curses.rst:199: WARNING: py:meth reference target not found: refresh Doc/howto/curses.rst:208: WARNING: py:meth reference target not found: refresh Doc/howto/curses.rst:237: WARNING: py:meth reference target not found: refresh Doc/howto/curses.rst:243: WARNING: py:meth reference target not found: refresh Doc/howto/curses.rst:254: WARNING: py:meth reference target not found: noutrefresh Doc/howto/curses.rst:254: WARNING: py:func reference target not found: doupdate Doc/howto/curses.rst:262: WARNING: c:func reference target not found: addstr Doc/howto/curses.rst:262: WARNING: c:func reference target not found: mvaddstr Doc/howto/curses.rst:262: WARNING: c:func reference target not found: waddstr Doc/howto/curses.rst:262: WARNING: c:func reference target not found: addstr Doc/howto/curses.rst:262: WARNING: c:func reference target not found: mvwaddstr Doc/howto/curses.rst:298: WARNING: py:attr reference target not found: encoding Doc/howto/curses.rst:307: WARNING: py:const reference target not found: ACS_PLMINUS Doc/howto/curses.rst:307: WARNING: py:const reference target not found: ACS_ULCORNER Doc/howto/curses.rst:348: WARNING: py:const reference target not found: A_BLINK Doc/howto/curses.rst:350: WARNING: py:const reference target not found: A_BOLD Doc/howto/curses.rst:352: WARNING: py:const reference target not found: A_DIM Doc/howto/curses.rst:354: WARNING: py:const reference target not found: A_REVERSE Doc/howto/curses.rst:356: WARNING: py:const reference target not found: A_STANDOUT Doc/howto/curses.rst:358: WARNING: py:const reference target not found: A_UNDERLINE Doc/howto/curses.rst:381: WARNING: py:const reference target not found: A_REVERSE Doc/howto/curses.rst:398: WARNING: py:func reference target not found: start_color Doc/howto/curses.rst:398: WARNING: py:const reference target not found: curses.COLOR_BLACK Doc/howto/curses.rst:398: WARNING: py:const reference target not found: curses.COLOR_RED Doc/howto/curses.rst:445: WARNING: py:meth reference target not found: getch Doc/howto/curses.rst:445: WARNING: py:meth reference target not found: getkey Doc/howto/curses.rst:445: WARNING: py:meth reference target not found: getch Doc/howto/curses.rst:445: WARNING: py:meth reference target not found: getkey Doc/howto/curses.rst:445: WARNING: py:meth reference target not found: getch Doc/howto/curses.rst:455: WARNING: py:meth reference target not found: getch Doc/howto/curses.rst:455: WARNING: py:const reference target not found: curses.KEY_PPAGE Doc/howto/curses.rst:455: WARNING: py:const reference target not found: curses.KEY_HOME Doc/howto/curses.rst:455: WARNING: py:const reference target not found: curses.KEY_LEFT Doc/howto/curses.rst:524: WARNING: py:const reference target not found: ACS_* Doc/library/curses.rst:62: WARNING: py:const reference target not found: A_NORMAL Doc/library/curses.rst:107: WARNING: py:const reference target not found: A_STANDOUT Doc/library/curses.rst:107: WARNING: py:const reference target not found: A_REVERSE Doc/library/curses.rst:107: WARNING: py:const reference target not found: A_* Doc/library/curses.rst:179: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:202: WARNING: py:const reference target not found: KEY_MOUSE Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTONn_PRESSED Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTONn_RELEASED Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTONn_CLICKED Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTONn_DOUBLE_CLICKED Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTONn_TRIPLE_CLICKED Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTON_SHIFT Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTON_CTRL Doc/library/curses.rst:202: WARNING: py:const reference target not found: BUTTON_ALT Doc/library/curses.rst:226: WARNING: py:func reference target not found: putwin Doc/library/curses.rst:549: WARNING: 'envvar' reference target not found: TERM Doc/library/curses.rst:562: WARNING: py:const reference target not found: COLORS Doc/library/curses.rst:562: WARNING: py:const reference target not found: COLOR_PAIRS Doc/library/curses.rst:578: WARNING: 'envvar' reference target not found: TERM Doc/library/curses.rst:644: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:644: WARNING: 'envvar' reference target not found: COLS Doc/library/curses.rst:662: WARNING: py:const reference target not found: KEY_MOUSE Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: COLUMNS Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: COLUMNS Doc/library/curses.rst:806: WARNING: py:const reference target not found: ACS_VLINE Doc/library/curses.rst:808: WARNING: py:const reference target not found: ACS_VLINE Doc/library/curses.rst:810: WARNING: py:const reference target not found: ACS_HLINE Doc/library/curses.rst:812: WARNING: py:const reference target not found: ACS_HLINE Doc/library/curses.rst:814: WARNING: py:const reference target not found: ACS_ULCORNER Doc/library/curses.rst:816: WARNING: py:const reference target not found: ACS_URCORNER Doc/library/curses.rst:818: WARNING: py:const reference target not found: ACS_LLCORNER Doc/library/curses.rst:820: WARNING: py:const reference target not found: ACS_LRCORNER Doc/library/curses.rst:1327: WARNING: py:const reference target not found: __version__ Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_F1 Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_F2 Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_F3 Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_F4 Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_UP Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_DOWN Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_LEFT Doc/library/curses.rst:1605: WARNING: py:const reference target not found: KEY_RIGHT Doc/library/curses.rst:1858: WARNING: py:const reference target not found: KEY_LEFT Doc/library/curses.rst:1860: WARNING: py:const reference target not found: KEY_RIGHT Doc/library/curses.rst:1862: WARNING: py:const reference target not found: KEY_UP Doc/library/curses.rst:1864: WARNING: py:const reference target not found: KEY_DOWN Doc/library/curses.rst:1866: WARNING: py:const reference target not found: KEY_BACKSPACE Doc/library/curses.ascii.rst:22: WARNING: py:const reference target not found: NUL Doc/library/curses.ascii.rst:24: WARNING: py:const reference target not found: SOH Doc/library/curses.ascii.rst:26: WARNING: py:const reference target not found: STX Doc/library/curses.ascii.rst:28: WARNING: py:const reference target not found: ETX Doc/library/curses.ascii.rst:30: WARNING: py:const reference target not found: EOT Doc/library/curses.ascii.rst:32: WARNING: py:const reference target not found: ENQ Doc/library/curses.ascii.rst:32: WARNING: py:const reference target not found: ACK Doc/library/curses.ascii.rst:34: WARNING: py:const reference target not found: ACK Doc/library/curses.ascii.rst:36: WARNING: py:const reference target not found: BEL Doc/library/curses.ascii.rst:38: WARNING: py:const reference target not found: BS Doc/library/curses.ascii.rst:40: WARNING: py:const reference target not found: TAB Doc/library/curses.ascii.rst:42: WARNING: py:const reference target not found: HT Doc/library/curses.ascii.rst:42: WARNING: py:const reference target not found: TAB Doc/library/curses.ascii.rst:44: WARNING: py:const reference target not found: LF Doc/library/curses.ascii.rst:46: WARNING: py:const reference target not found: NL Doc/library/curses.ascii.rst:46: WARNING: py:const reference target not found: LF Doc/library/curses.ascii.rst:48: WARNING: py:const reference target not found: VT Doc/library/curses.ascii.rst:50: WARNING: py:const reference target not found: FF Doc/library/curses.ascii.rst:52: WARNING: py:const reference target not found: CR Doc/library/curses.ascii.rst:54: WARNING: py:const reference target not found: SO Doc/library/curses.ascii.rst:56: WARNING: py:const reference target not found: SI Doc/library/curses.ascii.rst:58: WARNING: py:const reference target not found: DLE Doc/library/curses.ascii.rst:60: WARNING: py:const reference target not found: DC1 Doc/library/curses.ascii.rst:62: WARNING: py:const reference target not found: DC2 Doc/library/curses.ascii.rst:64: WARNING: py:const reference target not found: DC3 Doc/library/curses.ascii.rst:66: WARNING: py:const reference target not found: DC4 Doc/library/curses.ascii.rst:68: WARNING: py:const reference target not found: NAK Doc/library/curses.ascii.rst:70: WARNING: py:const reference target not found: SYN Doc/library/curses.ascii.rst:72: WARNING: py:const reference target not found: ETB Doc/library/curses.ascii.rst:74: WARNING: py:const reference target not found: CAN Doc/library/curses.ascii.rst:76: WARNING: py:const reference target not found: EM Doc/library/curses.ascii.rst:78: WARNING: py:const reference target not found: SUB Doc/library/curses.ascii.rst:80: WARNING: py:const reference target not found: ESC Doc/library/curses.ascii.rst:82: WARNING: py:const reference target not found: FS Doc/library/curses.ascii.rst:84: WARNING: py:const reference target not found: GS Doc/library/curses.ascii.rst:86: WARNING: py:const reference target not found: RS Doc/library/curses.ascii.rst:88: WARNING: py:const reference target not found: US Doc/library/curses.ascii.rst:90: WARNING: py:const reference target not found: SP Doc/library/curses.ascii.rst:92: WARNING: py:const reference target not found: DEL 130 After ❯ touch Doc/howto/curses.rst Doc/library/curses*; make -C Doc html SPHINXERRORHANDLING=-n 2>&1 | grep "curses.*WARNING" | tee >(wc -l) Doc/howto/curses.rst:191: WARNING: py:data reference target not found: curses.LINES Doc/howto/curses.rst:191: WARNING: py:data reference target not found: curses.COLS Doc/howto/curses.rst:526: WARNING: py:const reference target not found: ACS_* Doc/library/curses.rst:179: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:549: WARNING: 'envvar' reference target not found: TERM Doc/library/curses.rst:578: WARNING: 'envvar' reference target not found: TERM Doc/library/curses.rst:644: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:644: WARNING: 'envvar' reference target not found: COLS Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: COLUMNS Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: LINES Doc/library/curses.rst:668: WARNING: 'envvar' reference target not found: COLUMNS 12 Issue: gh-101100

Open Graph Description: Fix 118 nit-picky warnings in Doc/howto/curses.rst, Doc/library/curses.rst and Doc/library/curses.ascii.rst. There are still a few remaining warnings I wasn't sure about, so they've not yet...

X Description: Fix 118 nit-picky warnings in Doc/howto/curses.rst, Doc/library/curses.rst and Doc/library/curses.ascii.rst. There are still a few remaining warnings I wasn't sure about, so they've...

Opengraph URL: https://github.com/python/cpython/pull/103457

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:39dbb495-cdaa-765d-0672-8f5a0b4fc8e2
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idA61A:9F9DA:1F689C4:2B29B37:696AB6BA
html-safe-noncecdc852bf0ec42fa5116ef9dfdec9cf812d9239bd5eb9532f8a82e98a63559fb6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNjFBOjlGOURBOjFGNjg5QzQ6MkIyOUIzNzo2OTZBQjZCQSIsInZpc2l0b3JfaWQiOiIxODI1OTM4MTQ3MzQyMjMwMzQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf4de4006d49c9b10fbb0f903b7c42440cd3dc721903cc5fd63fbb259568ce979
hovercard-subject-tagpull_request:1309653310
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/python/cpython/pull/103457/checks
twitter:imagehttps://avatars.githubusercontent.com/u/1324225?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1324225?s=400&v=4
og:image:altFix 118 nit-picky warnings in Doc/howto/curses.rst, Doc/library/curses.rst and Doc/library/curses.ascii.rst. There are still a few remaining warnings I wasn't sure about, so they've not yet...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4fa1799b6a53c2d30c950d74230781bef9e7f61138c72c7727e4b83f0743752b
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release41f276818bd204c4a30a0281fb3c576298d9474c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/pull/103457/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F103457%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fpull%2F103457%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/pull/103457/checks
Reloadhttps://github.com/python/cpython/pull/103457/checks
Reloadhttps://github.com/python/cpython/pull/103457/checks
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/pull/103457/checks
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/pull/103457/checks
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fpython%2Fcpython%2Fissues%2Fnew%2Fchoose
hugovkhttps://github.com/hugovk
python:mainhttps://github.com/python/cpython/tree/main
hugovk:docs-warnings-curseshttps://github.com/hugovk/cpython/tree/docs-warnings-curses
Conversation 2 https://github.com/python/cpython/pull/103457
Commits 5 https://github.com/python/cpython/pull/103457/commits
Checks 0 https://github.com/python/cpython/pull/103457/checks
Files changed https://github.com/python/cpython/pull/103457/files
Please reload this pagehttps://github.com/python/cpython/pull/103457/checks
Please reload this pagehttps://github.com/python/cpython/pull/103457/checks
gh-101100: Fix Sphinx warnings in curses and curses.ascii modules https://github.com/python/cpython/pull/103457/checks#top
Please reload this pagehttps://github.com/python/cpython/pull/103457/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.