scikit-hep / hist

Histogramming for analysis powered by boost-histogram
https://hist.readthedocs.io
BSD 3-Clause "New" or "Revised" License
123 stars 23 forks source link

[DOCS] Link UHI+ docs, add shorthands to quickstart #539

Open andrzejnovak opened 10 months ago

andrzejnovak commented 10 months ago
henryiii commented 9 months ago

AFACT, both README and Quickstart do use UHI+, and the QuickConstruct syntax (Quickstart does show both)?

andrzejnovak commented 9 months ago

Hmm, when I search README I only see this bit which doesn't imo look significant to new users. image

hist's main indexing page https://hist.readthedocs.io/en/latest/user-guide/indexing.html should either link or copy info at https://uhi.readthedocs.io/en/latest/indexing.html#slicing

Also the super useful hist.tag.Slicer() functionality is missing here. Actually as far as I can tell this only lives in the docs in the API reference.

By "quickhand" I meant syntax like hist.new.Reg(10, 0, 1).Weight().fill(...) which doesn't seem to be what's at https://hist.readthedocs.io/en/latest/user-guide/quickstart.html