Skip to content

Commit e2c09b9

Browse files
committed
python doc gen fix
1 parent 11fd99f commit e2c09b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rerun_py/docs/gen_common_index.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ class Section:
194194
title="Plotting",
195195
class_list=[
196196
"archetypes.BarChart",
197-
"archetypes.Scalar",
198-
"archetypes.SeriesLine",
199-
"archetypes.SeriesPoint",
197+
"archetypes.Scalars",
198+
"archetypes.SeriesLines",
199+
"archetypes.SeriesPoints",
200200
],
201201
gen_page=False,
202202
),

0 commit comments

Comments
 (0)