Skip to content

Commit

Permalink
new video section in python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 10, 2024
1 parent c0efad5 commit e7e1ab9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rerun_py/docs/gen_common_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,14 @@ class Section:
"archetypes.Image",
"archetypes.EncodedImage",
"archetypes.SegmentationImage",
],
gen_page=False,
),
Section(
title="Video",
class_list=[
"archetypes.AssetVideo",
"archetypes.VideoFrameReference",
],
gen_page=False,
),
Expand Down

0 comments on commit e7e1ab9

Please sign in to comment.