Commit Graph

9 Commits

Author SHA1 Message Date
Mateusz Pusz 036efbdc0b feat(scripts): two-axis character labels and a merged Traits column in the reference
Update the systems reference generator for the two-axis quantity character and to reduce
the quantities table width:

- The Character column now prints the order with a `complex` prefix only when the field is
  complex (`scalar`, `complex scalar`, `vector`, `tensor`, `complex vector`,
  `complex tensor`), replacing the old `Real`/`Complex`/`Vector`/`Tensor` labels that mixed
  the two axes and could not express complex vectors or tensors.
- The separate `is_kind` and `non_negative` boolean columns are merged into one `Traits`
  column that shows `kind` and/or `≥ 0` only when set (blank otherwise), dropping a column
  and the per-row ticks.

Regenerated the affected systems reference pages.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-25 00:21:18 +02:00
Mateusz Pusz 1b8b6d222a feat: kind_of applied to more derived SI units + some quantity_spec hierarchies improved 2026-05-06 22:34:40 +02:00
Mateusz Pusz a1e1e7cb21 feat: non-negative quantities support added
Resolves #468
2026-04-06 22:51:42 +02:00
Mateusz Pusz 5653803516 docs: system reference generator fixed to handle using directives and build cross-system hierarchy trees 2026-02-24 11:33:57 +01:00
Mateusz Pusz b109cfb380 feat: hep system refactored to be similar to the leading projects in HEP domain 2026-02-20 14:15:53 +01:00
Mateusz Pusz 4f14a92351 docs: quantity hierarchy handling improved 2026-01-20 13:57:17 +01:00
Mateusz Pusz f7ee6bf44e docs: improvements to systems generation script 2026-01-18 12:40:28 +01:00
Mateusz Pusz 170f4e4562 docs: hyperlinks added to system tables 2026-01-17 17:20:09 +01:00
Mateusz Pusz 35d766a8a5 docs: initial version of the systems documentation generator
Resolves #251
2026-01-16 18:00:09 +01:00