Skip to content

chore: add a CI workflow that identifies unlinked types#3882

Merged
maxrjones merged 2 commits intozarr-developers:mainfrom
maxrjones:warn-unlinked-types
Apr 8, 2026
Merged

chore: add a CI workflow that identifies unlinked types#3882
maxrjones merged 2 commits intozarr-developers:mainfrom
maxrjones:warn-unlinked-types

Conversation

@maxrjones
Copy link
Copy Markdown
Member

This PR adds a CI check that identifies types in the rendered API docs that are not cross-referenced by mkdocstrings. The flagged types either need docs added or are internal types leaking into the public API.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/user-guide/*.md
  • Changes documented as a new file in changes/
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Apr 7, 2026
@maxrjones maxrjones merged commit bd23984 into zarr-developers:main Apr 8, 2026
29 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notes Automatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants