Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"macOS" links say "Install dependencies" #1275

Closed
hugovk opened this issue Feb 17, 2024 · 1 comment · Fixed by #1282
Closed

"macOS" links say "Install dependencies" #1275

hugovk opened this issue Feb 17, 2024 · 1 comment · Fixed by #1282
Labels

Comments

@hugovk
Copy link
Member

hugovk commented Feb 17, 2024

Describe the bug

  1. Go to https://devguide.python.org/#quick-reference

  2. See the line:

See also more detailed instructions, how to install and build dependencies, and the platform-specific pages for Unix, Install dependencies, and Windows.

  1. Go to https://devguide.python.org/getting-started/setup-building/#install-dependencies

  2. See the line:

This section explains how to install additional extensions (e.g. zlib) on Linux and Install dependencies.

Expected behavior

These "Install dependencies" links used to read "macOS". (They correctly link to a #macos anchor.)

Additional context

Likely a result of adding tabs in #1196.

@hugovk hugovk added the bug label Feb 17, 2024
@hugovk
Copy link
Member Author

hugovk commented Feb 17, 2024

Bisected to #1226:

6d96e576519ff26ad0e3f0d0fa432fd35a16eb65 is the first bad commit
commit 6d96e576519ff26ad0e3f0d0fa432fd35a16eb65
Date:   Wed Nov 22 23:42:54 2023 -0600

    Add inline tabs on Setup and Building page for commands on different systems (#1226)

 getting-started/setup-building.rst | 204 +++++++++++++++++++------------------
 1 file changed, 105 insertions(+), 99 deletions(-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant