Skip to content

gh-154753: Update references to moved files in the docs - #155553

Merged
StanFromIreland merged 3 commits into
python:mainfrom
BHUVANSH855:fix-154753-doc-paths
Aug 14, 2026
Merged

gh-154753: Update references to moved files in the docs#155553
StanFromIreland merged 3 commits into
python:mainfrom
BHUVANSH855:fix-154753-doc-paths

Conversation

@BHUVANSH855

Copy link
Copy Markdown
Contributor

Summary

Update documentation references to reflect files that have moved to their current locations in the CPython source tree.

The changes include:

  • Update Android testbed and README references to Platforms/Android/.
  • Update iOS documentation references to Platforms/Apple/.
  • Update the iOS configuration documentation to reference Platforms/Apple/iOS/README.md.
  • Update the Capsules implementation reference from Objects/pycapsule.c to Objects/capsule.c.
  • Update the code object documentation reference from the removed Objects/lnotab_notes.txt to InternalDocs/code_objects.md.
  • Fix the malformed Markdown link for codeobject.co_positions.
  • Remove the broken link to the generated jit_stencils.h file.

Tests

  • git diff --cached --check — passed
  • Targeted pre-commit checks — passed
  • make -C Doc html SPHINXOPTS="-j1" — completed with one pre-existing duplicate-label warning in Doc/using/windows.rst and Doc/reference/datamodel.rst.

Closes issue gh-154753

@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Aug 11, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Aug 11, 2026
@BHUVANSH855 BHUVANSH855 changed the title docs: update references to moved files gh-154753: docs: update references to moved files Aug 11, 2026
@read-the-docs-community

read-the-docs-community Bot commented Aug 11, 2026

Copy link
Copy Markdown

@mhsmith mhsmith left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The Android changes are all fine.

@StanFromIreland StanFromIreland changed the title gh-154753: docs: update references to moved files gh-154753: Update references to moved files in the docs Aug 12, 2026
Comment thread Doc/library/sys.rst Outdated
Comment thread Doc/using/ios.rst Outdated

@freakboy3742 freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

iOS changes look good to me (with the one additional change @StanFromIreland has already flagged).

BHUVANSH855 and others added 2 commits August 14, 2026 09:35
Co-authored-by: Stan Ulbrych <stan@python.org>
Co-authored-by: Stan Ulbrych <stan@python.org>

@StanFromIreland StanFromIreland left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@StanFromIreland
StanFromIreland merged commit 58a620a into python:main Aug 14, 2026
34 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Aug 14, 2026
@StanFromIreland StanFromIreland added the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Aug 14, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @BHUVANSH855 for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15.
🐍🍒⛏🤖

@bedevere-app

bedevere-app Bot commented Aug 14, 2026

Copy link
Copy Markdown

GH-155774 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label Aug 14, 2026
@StanFromIreland

Copy link
Copy Markdown
Member

@BHUVANSH855 can you please backport to 3.14/3.13, if necessary? You'll have to do it manually as some changes (e.g. the move to Platforms/ don't apply there).

@BHUVANSH855

Copy link
Copy Markdown
Contributor Author

@BHUVANSH855 can you please backport to 3.14/3.13, if necessary? You'll have to do it manually as some changes (e.g. the move to Platforms/ don't apply there).

ya, I will do it

hugovk pushed a commit that referenced this pull request Aug 14, 2026
…5553) (#155774)

gh-154753: Update references to moved files in the docs (GH-155553)
(cherry picked from commit 58a620a)

Co-authored-by: Bhuvansh <bhuvanshkataria@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
mbeijen pushed a commit to mbeijen/cpython that referenced this pull request Aug 14, 2026
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

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants