canonical/sphinx-stack

Underscores in anchor

Open

#390 opened on Jun 3, 2025

 (1 comment) (0 reactions) (0 assignees) (76 forks)auto 404
good first issueimprovementquestion

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

Is there a reason the anchor defined in MyST style guide uses underscores instead of the minus sign (myst_style_guide)? Given that

a) Other anchors in the repo (when defined) use the minus char. b) Sphinx generates the HTML anchor with minus chars, so it's confusing.

Contributor guide