Skip to content

Commit

Permalink
docs(py): update v1.1.0 arena-py api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Feb 7, 2025
1 parent 6a861da commit 77063ee
Show file tree
Hide file tree
Showing 105 changed files with 476 additions and 221 deletions.
2 changes: 1 addition & 1 deletion content/python-api/arena.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Python API
has_children: true
nav_order: 6.5
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
38 changes: 19 additions & 19 deletions content/python-api/arena_mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.arena_mqtt
parent: Python API
has_children: true
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down Expand Up @@ -32,7 +32,7 @@ has_children: true
<div id="ArenaMQTT.__init__" class="classattr">
<div class="attr function">
<span class="name">ArenaMQTT</span><span class="signature pdoc-code multiline">(<span class="param"> <span class="n">web_host</span><span class="o">=</span><span class="s1">&#39;arenaxr.org&#39;</span>,</span><span class="param"> <span class="n">realm</span><span class="o">=</span><span class="s1">&#39;realm&#39;</span>,</span><span class="param"> <span class="n">network_latency_interval</span><span class="o">=</span><span class="mi">10000</span>,</span><span class="param"> <span class="n">on_msg_callback</span><span class="o">=</span><span class="kc">None</span>,</span><span class="param"> <span class="n">end_program_callback</span><span class="o">=</span><span class="kc">None</span>,</span><span class="param"> <span class="n">video</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="n">debug</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="n">headless</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="o">**</span><span class="n">kwargs</span></span>)</span>
<span class="name">ArenaMQTT</span><span class="signature pdoc-code multiline">(<span class="param"> <span class="n">web_host</span><span class="o">=</span><span class="s1">&#39;arenaxr.org&#39;</span>,</span><span class="param"> <span class="n">realm</span><span class="o">=</span><span class="s1">&#39;realm&#39;</span>,</span><span class="param"> <span class="n">network_latency_interval</span><span class="o">=</span><span class="mi">10000</span>,</span><span class="param"> <span class="n">on_msg_callback</span><span class="o">=</span><span class="kc">None</span>,</span><span class="param"> <span class="n">end_program_callback</span><span class="o">=</span><span class="kc">None</span>,</span><span class="param"> <span class="n">video</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="n">debug</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="n">headless</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="n">environment</span><span class="o">=</span><span class="kc">False</span>,</span><span class="param"> <span class="o">**</span><span class="n">kwargs</span></span>)</span>

</div>
Expand Down Expand Up @@ -285,7 +285,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.generate_client_id"></a>

<div class="docstring"><p>Returns a random 6 digit id</p>
<div class="docstring"><p>Returns a random 6 digit id.</p>
</div>


Expand All @@ -300,7 +300,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.network_latency_update"></a>

<div class="docstring"><p>Update client latency in $NETWORK/latency</p>
<div class="docstring"><p>Update client latency in $NETWORK/latency.</p>
</div>


Expand All @@ -315,7 +315,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.run_once"></a>

<div class="docstring"><p>Runs a user-defined function on startup</p>
<div class="docstring"><p>Runs a user-defined function on startup.</p>
</div>


Expand All @@ -330,7 +330,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.run_after_interval"></a>

<div class="docstring"><p>Runs a user-defined function after a interval_ms milliseconds</p>
<div class="docstring"><p>Runs a user-defined function after a interval_ms milliseconds.</p>
</div>


Expand All @@ -345,7 +345,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.run_async"></a>

<div class="docstring"><p>Runs a user defined aynscio function</p>
<div class="docstring"><p>Runs a user defined aynscio function.</p>
</div>


Expand All @@ -360,7 +360,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.run_forever"></a>

<div class="docstring"><p>Runs a function every interval_ms milliseconds</p>
<div class="docstring"><p>Runs a function every interval_ms milliseconds.</p>
</div>


Expand All @@ -375,7 +375,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.run_tasks"></a>

<div class="docstring"><p>Run event loop</p>
<div class="docstring"><p>Run event loop.</p>
</div>


Expand All @@ -390,7 +390,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.stop_tasks"></a>

<div class="docstring"><p>Stop event loop</p>
<div class="docstring"><p>Stop event loop.</p>
</div>


Expand All @@ -405,7 +405,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.sleep"></a>

<div class="docstring"><p>Public function for sleeping in async functions</p>
<div class="docstring"><p>Public function for sleeping in async functions.</p>
</div>


Expand All @@ -420,7 +420,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.on_connect"></a>

<div class="docstring"><p>Paho MQTT client on_connect callback</p>
<div class="docstring"><p>Paho MQTT client on_connect callback.</p>
</div>


Expand Down Expand Up @@ -500,7 +500,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.on_disconnect"></a>

<div class="docstring"><p>Paho MQTT client on_disconnect callback</p>
<div class="docstring"><p>Paho MQTT client on_disconnect callback.</p>
</div>


Expand All @@ -515,7 +515,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.disconnect"></a>

<div class="docstring"><p>Disconnects Paho MQTT client</p>
<div class="docstring"><p>Disconnects Paho MQTT client.</p>
</div>


Expand All @@ -530,7 +530,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.message_callback_add"></a>

<div class="docstring"><p>Subscribes to new topic and adds callback</p>
<div class="docstring"><p>Subscribes to new topic and adds callback.</p>
</div>


Expand All @@ -545,7 +545,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.message_callback_remove"></a>

<div class="docstring"><p>Unsubscribes to topic and removes callback</p>
<div class="docstring"><p>Unsubscribes to topic and removes callback.</p>
</div>


Expand All @@ -560,7 +560,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.rcv_queue_len"></a>

<div class="docstring"><p>Return receive queue length</p>
<div class="docstring"><p>Return receive queue length.</p>
</div>


Expand All @@ -575,7 +575,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.pub_queue_len"></a>

<div class="docstring"><p>Return publish queue length</p>
<div class="docstring"><p>Return publish queue length.</p>
</div>


Expand All @@ -590,7 +590,7 @@ has_children: true
</div>
<a class="headerlink" href="#ArenaMQTT.client_id"></a>

<div class="docstring"><p>Return client id</p>
<div class="docstring"><p>Return client id.</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes
parent: Python API
has_children: true
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.animation
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/animation_mixer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.animation_mixer
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/armarker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.armarker
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.attribute
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/attribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.attribution
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/blip.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.blip
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/box_collision_listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.box_collision_listener
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/click_listener.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.click_listener
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.color
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.data
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/data_event.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.data_event
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/dynamic_body.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.dynamic_body
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/gltf_model_lod.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.gltf_model_lod
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/gltf_morph.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.gltf_morph
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/goto_landmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.goto_landmark
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/goto_url.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.goto_url
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/impulse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.impulse
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/jitsi_video.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.jitsi_video
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/landmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.landmark
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/material.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.material
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/material_extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.material_extras
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/model_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.model_update
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
2 changes: 1 addition & 1 deletion content/python-api/attributes/multisrc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: arena.attributes.multisrc
parent: arena.attributes
grand_parent: Python API
---
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.0.2/arena">v1.0.2</a></small>
<small>arena-py API <a href="https://github.com/arenaxr/arena-py/blob/v1.1.0/arena">v1.1.0</a></small>
<div>
<main class="pdoc">
<section class="module-info">
Expand Down
Loading

0 comments on commit 77063ee

Please sign in to comment.