diff --git a/rerun_py/docs/gen_common_index.py b/rerun_py/docs/gen_common_index.py index 8462277bb0d3..4264d931eb54 100755 --- a/rerun_py/docs/gen_common_index.py +++ b/rerun_py/docs/gen_common_index.py @@ -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 … … @@ -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",