Skip to content

Commit

Permalink
Add log_cleared to the common index
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jun 12, 2023
1 parent 942af69 commit 24af2ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rerun_py/docs/gen_common_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ class Section:
# "LogLevel", "LoggingHandler"
func_list=["log_text_entry"],
),
Section(
title="Clearing Entities",
module_summary=None,
func_list=["log_cleared"],
),
Section(
title="Helpers",
module_summary="script_helpers",
Expand Down

0 comments on commit 24af2ce

Please sign in to comment.