Skip to content

docs: Cross-link the guide and the topic index - #2784

Draft
ericholscher wants to merge 3 commits into
mainfrom
claude/modest-rubin-9kv8tk
Draft

ericholscher wants to merge 3 commits into
mainfrom
claude/modest-rubin-9kv8tk

Conversation

@ericholscher

@ericholscher ericholscher commented Sep 23, 2026 •

Copy link
Copy Markdown
Member

The documentation guide and the content archive cover many of the same topics but never pointed at each other. A reader on the guide's style-guides page had no way to find the dozens of talks and newsletter articles on style guides, and a reader browsing the topic index never learned the guide existed. This links them in both directions as a first step, without changing how either is maintained.

Where the guide covers a topic, the topic index now opens that section with a link to the guide page. Each of those guide pages ends with a "See also" box pointing back at its topic section. Fifteen topic sections and twenty-one pages are linked; topics with no real guide coverage are left alone rather than forced.

The backlinks use sphinx.ext.autosectionlabel with document prefixes so headings can be cross-referenced by text and a renamed heading fails the build instead of shipping a dead link. Enabling it surfaced 234 duplicate-label warnings, all from pages that repeat a heading within one document (the team page's "Membership", the freelancing guide's "Example"), so those are suppressed. This also makes any heading site-wide referenceable, which nothing could do before.

Things a reviewer might want to check:

  • The topic-to-guide mapping is a judgment call. The loosest match is "Career growth" pointing at the imposter-syndrome page, and the hiring guide is linked under "Hiring" and "Getting hired" even though it lives outside docs/guide/.
  • The docs-as-code and accessibility pages already had hand-curated talk lists. Those are left in place alongside the new archive link rather than removed.
  • Two Markdown pages use Windows line endings; the appended blocks preserve them so the diffs stay small.

🤖 Generated with Claude Code

https://claude.ai/code/session_0192eR5sFokw734d1pJbMbE5


Generated by Claude Code


📚 Documentation preview 📚: https://writethedocs-www--2784.org.readthedocs.build/

Where the documentation guide covers a topic, the topic index now
links to it at the top of that section, so readers browsing talks
and articles can find the written guidance too.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0192eR5sFokw734d1pJbMbE5
Each guide page that has a matching section in the content archive
now ends with a pointer to that section's talks and newsletter
articles. The topic sections get explicit labels so the links don't
depend on generated anchors.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0192eR5sFokw734d1pJbMbE5
Enables sphinx.ext.autosectionlabel with document prefixes so any
heading can be cross-referenced by its text, and drops the explicit
labels added to the topic index. Duplicate-label warnings are
suppressed because many pages repeat headings like "Membership" or
"Example" within one document.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0192eR5sFokw734d1pJbMbE5
@read-the-docs-community

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants