Skip to content

fix: correct stale module paths in docs API#319

Merged
Jammy2211 merged 1 commit intomainfrom
feature/fix-docs-api-refs
Apr 5, 2026
Merged

fix: correct stale module paths in docs API#319
Jammy2211 merged 1 commit intomainfrom
feature/fix-docs-api-refs

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

  • Fix broken currentmodule paths in docs/api/pixelization.rst that were crashing RTD builds
  • autoarray.inversion.pixelization.image_meshautoarray.inversion.mesh.image_mesh
  • autoarray.inversion.pixelization.meshautoarray.inversion.mesh.mesh
  • Remove stale Voronoi class reference (class no longer exists in autoarray)

Test plan

  • Verified all corrected import paths resolve via python -c "from autoarray.inversion.mesh.image_mesh import Hilbert, Overlay, KMeans"
  • RTD build should pass on merge

🤖 Generated with Claude Code

The RTD build was crashing because pixelization.rst referenced
autoarray.inversion.pixelization.image_mesh and .mesh, but pixelization
is now a flat module — the correct paths are autoarray.inversion.mesh.*.
Also removed stale Voronoi entry (class no longer exists in autoarray).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit f0b4ef0 into main Apr 5, 2026
2 checks passed
@Jammy2211 Jammy2211 deleted the feature/fix-docs-api-refs branch April 5, 2026 20:07
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.

1 participant