-
Notifications
You must be signed in to change notification settings - Fork 12
docs: use experimental quartodoc autolinks #191
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #191 +/- ##
=======================================
Coverage 99.05% 99.06%
=======================================
Files 18 18
Lines 4467 4480 +13
=======================================
+ Hits 4425 4438 +13
Misses 42 42 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@rich-iannone if you have a bit of time, do you mind trying out converting some of the manual links to use the new autolink syntax? Here are two I did in the index.qmd file in the guide:
Feel free to commit here, and if there are any useful behaviors you'd want, def note them! |
Thanks! I'll choose one of the user guide pages and push directly to this PR. |
From looking at the preview for the two extra guide pages, everything seems to be linking well! |
This PR adds updates the quartodoc interlinks filter, and enables the new autolinks feature. This should turn links like
pb.Validate()
into links to the appropriate API Reference page.