Skip to content

Commit 4b9a347

Browse files
committed
📝 docs: docs grid
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent 2c652c2 commit 4b9a347

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

docs/index.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,59 @@ Quantity(Array(0.5, dtype=float32, weak_type=True), unit='1 / s')
580580

581581
::::
582582

583+
## Next Steps
584+
585+
<!-- prettier-ignore-start -->
586+
587+
::::{grid} 1 2 2 3
588+
:gutter: 2
589+
590+
:::{grid-item-card} Quantities
591+
:link: guides/quantity
592+
:link-type: doc
593+
594+
Create, convert, and manipulate unitful arrays with the core `Quantity` API.
595+
:::
596+
597+
:::{grid-item-card} Dimensions
598+
:link: guides/dimensions
599+
:link-type: doc
600+
601+
Work with physical dimensions and dimension-aware expressions.
602+
:::
603+
604+
:::{grid-item-card} Units and Systems
605+
:link: guides/units_and_systems
606+
:link-type: doc
607+
608+
Explore units, built-in systems, and custom unit-system construction.
609+
:::
610+
611+
:::{grid-item-card} Configuration
612+
:link: guides/configuration
613+
:link-type: doc
614+
615+
Configure `unxt` behavior, including runtime settings and import-time hooks.
616+
:::
617+
618+
:::{grid-item-card} Type Checking
619+
:link: guides/type-checking
620+
:link-type: doc
621+
622+
See how `unxt` uses runtime and static typing across its quantity system.
623+
:::
624+
625+
:::{grid-item-card} API Reference
626+
:link: api/index
627+
:link-type: doc
628+
629+
Jump directly into the public modules, classes, and functions.
630+
:::
631+
632+
::::
633+
634+
<!-- prettier-ignore-end -->
635+
583636
## Citation
584637

585638
[![JOSS][joss]][joss-link] [![DOI][zenodo-badge]][zenodo-link]

0 commit comments

Comments
 (0)