-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix links for nested types #90
Conversation
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #90 +/- ##
==========================================
- Coverage 42.07% 41.59% -0.49%
==========================================
Files 2 2
Lines 549 553 +4
==========================================
- Hits 231 230 -1
- Misses 318 323 +5 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good otherwise!
Signed-off-by: Jade Abraham <jade.abraham@hpe.com>
This PR pulls in a fix from sphinxcontrib-chapeldomain that fixes how links for nested types are rendered. This PR also adds a test for chpldoc to lock in the correct behavior. See chapel-lang/sphinxcontrib-chapeldomain#90 for details of the fix [Reviewed by @lydia-duncan]
This PR adjusts the handling of class names to correctly create links for nested types.
See
doc-test/nested.rst
for an example. PreviouslyMyMod.TopLevel.baz
would incorrectly be linked asMyMod.baz
[Reviewed by @lydia-duncan]