Skip to content

Condense docstrings to their load-bearing content#47

Merged
fpedd merged 1 commit into
mainfrom
condense-docstrings
Jul 22, 2026
Merged

Condense docstrings to their load-bearing content#47
fpedd merged 1 commit into
mainfrom
condense-docstrings

Conversation

@fpedd

@fpedd fpedd commented Jul 21, 2026

Copy link
Copy Markdown
Owner

Trim docstrings whose elaboration restated the summary line, duplicated
documentation living elsewhere, or used Args scaffolding: the Memory
class, BenchmarkReport, HuggingfaceSource, MinimallocSource, BaseSource
(drops the registry-key note covered by Registered), Registered,
run_benchmark and plot_allocation (Args blocks become prose preserving
every parameter form), and save_allocation.

In analysis, the per-allocation pressure variants now defer to their
aggregate counterparts for the shared theory instead of restating it,
keeping only their own contracts (pinned antichains, budget behavior,
bound relationships); conflict_degrees likewise leans on conflicts while
keeping its positional/duplicate-id semantics. Reflow wraps left ragged
by the antichain_pressure rename.

Trim docstrings whose elaboration restated the summary line, duplicated
documentation living elsewhere, or used Args scaffolding: the Memory
class, BenchmarkReport, HuggingfaceSource, MinimallocSource, BaseSource
(drops the registry-key note covered by Registered), Registered,
run_benchmark and plot_allocation (Args blocks become prose preserving
every parameter form), and save_allocation.

In analysis, the per-allocation pressure variants now defer to their
aggregate counterparts for the shared theory instead of restating it,
keeping only their own contracts (pinned antichains, budget behavior,
bound relationships); conflict_degrees likewise leans on conflicts while
keeping its positional/duplicate-id semantics. Reflow wraps left ragged
by the antichain_pressure rename.
@fpedd
fpedd merged commit 4e1d89c into main Jul 22, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant