Skip to content

Conversation

@Lorak-mmk
Copy link
Collaborator

@Lorak-mmk Lorak-mmk commented Mar 21, 2025

Fixes #1281

This PR fixes the links that are broken when rendering docs on docs.rs.
Additionally, I made code blocks in derive macros docs non-ignore - they are fully correct so I don't see the point of ignoring them.

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

They are working just find, no need to ignore them.
Previous links worked locally for both scylla and scylla-cql, but on
docs.rs they only worked for scylla-cql. This is because on docs.rs you
have only docs for a single crate, so we can't refer to scylla-cql from
scylla. Fortunately we don't need to refer to it, because scylla
re-export all of those items.
@Lorak-mmk Lorak-mmk self-assigned this Mar 21, 2025
@github-actions
Copy link

cargo semver-checks found no API-breaking changes in this PR.
Checked commit: eea520c

@Lorak-mmk Lorak-mmk requested review from muzarski and wprzytula March 21, 2025 19:39
@Lorak-mmk Lorak-mmk added this to the 1.1.0 milestone Mar 24, 2025
@Lorak-mmk Lorak-mmk merged commit a815cf5 into scylladb:main Mar 24, 2025
12 checks passed
@Lorak-mmk Lorak-mmk deleted the fix-docs-broken-links branch March 24, 2025 18:02
@wprzytula wprzytula mentioned this pull request Apr 3, 2025
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.

Broken links in derive macro docs.

3 participants