Skip to content

Commit 267ea8b

Browse files
committed
remove Limit from docs
1 parent d5a6c78 commit 267ea8b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ Second kind: pass to different sub-aggregators based on values seen in data
6161
:doc:`Select <histogrammar.primitives.select.Select>`: apply a cut
6262
Filter or weight data according to a given selection.
6363

64-
:doc:`Limit <histogrammar.primitives.limit.Limit>`: keep detail until entries is large
65-
Accumulate an aggregator until its number of entries reaches a predefined limit.
66-
6764
Third kind: broadcast to every sub-aggregator, independent of data
6865
------------------------------------------------------------------
6966

makedocs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"histogrammar.primitives.deviate",
3333
"histogrammar.primitives.fraction",
3434
"histogrammar.primitives.irregularlybin",
35-
"histogrammar.primitives.limit",
3635
"histogrammar.primitives.minmax",
3736
"histogrammar.primitives.select",
3837
"histogrammar.primitives.sparselybin",

0 commit comments

Comments
 (0)