Skip to content

Add ITensorFormatter to developer tools and simplify the ecosystem graph#57

Merged
mtfishman merged 1 commit into
mainfrom
mf/ecosystem-docs-followups
Jun 22, 2026
Merged

Add ITensorFormatter to developer tools and simplify the ecosystem graph#57
mtfishman merged 1 commit into
mainfrom
mf/ecosystem-docs-followups

Conversation

@mtfishman

Copy link
Copy Markdown
Member

Summary

Adds ITensorFormatter to the Developer Tools navigation dropdown alongside ITensorPkgSkeleton. It has a published docs site and is a tool people use when developing ITensor packages, so it belongs in that group.

Also drops SparseArraysBase from the ecosystem overview graph, since it's an implementation detail of GradedArrays rather than something most users interact with when using the common features. Removing it also cleans up the layout: GradedArrays now sits directly above TensorAlgebra instead of being pulled to the side, so its edge no longer crosses the DataGraphs to NamedGraphs branch. SparseArraysBase stays in the Tensor Libraries dropdown for anyone who wants to find it.

Follow-up to #56.

Adds `ITensorFormatter` to the Developer Tools navigation dropdown alongside `ITensorPkgSkeleton`. It has a published docs site and is a tool people use when developing ITensor packages, so it belongs in that group.

Also drops `SparseArraysBase` from the ecosystem overview graph, since it's an implementation detail of `GradedArrays` rather than something most users interact with when using the common features. Removing it also cleans up the layout: `GradedArrays` now sits directly above `TensorAlgebra` instead of being pulled to the side, so its edge no longer crosses the `DataGraphs` to `NamedGraphs` branch. `SparseArraysBase` stays in the Tensor Libraries dropdown for anyone who wants to find it.

Follow-up to #56.
@mtfishman mtfishman enabled auto-merge (squash) June 22, 2026 18:57
@mtfishman mtfishman merged commit d93384e into main Jun 22, 2026
15 checks passed
@mtfishman mtfishman deleted the mf/ecosystem-docs-followups branch June 22, 2026 18:59
mtfishman added a commit that referenced this pull request Jun 22, 2026
)

## Summary

Lists `ITensorFormatter` first in the Developer Tools dropdown. The
formatter runs on every PR, while `ITensorPkgSkeleton` only comes up
when creating a new package, so the more commonly used tool goes on top.

Follow-up to #57.
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