Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,59 @@ Quantity(Array(0.5, dtype=float32, weak_type=True), unit='1 / s')

::::

## Next Steps

<!-- prettier-ignore-start -->

::::{grid} 1 2 2 3
:gutter: 2

:::{grid-item-card} Quantities
:link: guides/quantity
:link-type: doc

Create, convert, and manipulate unitful arrays with the core `Quantity` API.
:::

:::{grid-item-card} Dimensions
:link: guides/dimensions
:link-type: doc

Work with physical dimensions and dimension-aware expressions.
:::

:::{grid-item-card} Units and Systems
:link: guides/units_and_systems
:link-type: doc

Explore units, built-in systems, and custom unit-system construction.
:::

:::{grid-item-card} Configuration
:link: guides/configuration
:link-type: doc

Configure `unxt` behavior, including runtime settings and import-time hooks.
:::

:::{grid-item-card} Type Checking
:link: guides/type-checking
:link-type: doc

See how `unxt` uses runtime and static typing across its quantity system.
:::

:::{grid-item-card} API Reference
:link: api/index
:link-type: doc

Jump directly into the public modules, classes, and functions.
:::

::::

<!-- prettier-ignore-end -->

## Citation

[![JOSS][joss]][joss-link] [![DOI][zenodo-badge]][zenodo-link]
Expand Down
2 changes: 1 addition & 1 deletion docs/interop/dataclassish.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Dataclassish Interoperability
# 🧱 Dataclassish

This guide demonstrates how `unxt` types work with the `dataclassish` library for introspection and manipulation of unitful quantities and related types.

Expand Down
Loading