Skip to content
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

DictOfNamedArrays: better repr, keys #485

Merged
merged 10 commits into from
Nov 25, 2024
Prev Previous commit
Fix sphinx doc build fail
  • Loading branch information
inducer committed Nov 25, 2024
commit 8836d412c626311dd0843ef1601f6ce0cab72ac6
2 changes: 1 addition & 1 deletion pytato/scalar_expr.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@

.. class:: Expression

See :attr:`pymbolic.typing.Expression`.
See :data:`pymbolic.typing.Expression`.
"""

# FIXME: Unclear why the direct links to pymbolic don't work
Loading