Skip to content

Commit

Permalink
update python doc index thing too
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 28, 2024
1 parent 85fe543 commit 5e9bdcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rerun_py/docs/gen_common_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Function | Description
-------- | -----------
[rerun.init()](initialization/#rerun.init) | Initialize the Rerun SDK …
[rerun.connect()](initialization/#rerun.connect) | Connect to a remote Rerun Viewer on the …
[rerun.connect_tcp()](initialization/#rerun.connect_tcp) | Connect to a remote Rerun Viewer on the …
[rerun.spawn()](initialization/#rerun.spawn) | Spawn a Rerun Viewer …
Expand Down Expand Up @@ -84,11 +84,11 @@ class Section:
title="Initialization functions",
func_list=[
"init",
"connect",
"connect_tcp",
"disconnect",
"save",
"send_blueprint",
"serve",
"serve_web",
"spawn",
"memory_recording",
"notebook_show",
Expand Down

0 comments on commit 5e9bdcc

Please sign in to comment.