Skip to content

Commit

Permalink
deploy: 84babf5
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed May 6, 2024
1 parent 9c56d1a commit 50b3869
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
Binary file modified .doctrees/api/jaxlie/_se2/index.doctree
Binary file not shown.
Binary file modified .doctrees/api/jaxlie/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion _modules/jaxlie/_se2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h1>Source code for jaxlie._se2</h1><div class="highlight"><pre>
<span class="c1"># SE2-specific.</span>

<span class="n">unit_complex_xy</span><span class="p">:</span> <span class="n">jax</span><span class="o">.</span><span class="n">Array</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Internal parameters. `(cos, sin, x, y)`. Shape should be `(*, 3)`.&quot;&quot;&quot;</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;Internal parameters. `(cos, sin, x, y)`. Shape should be `(*, 4)`.&quot;&quot;&quot;</span>

<div class="viewcode-block" id="SE2.__repr__">
<a class="viewcode-back" href="../../../api/jaxlie/#jaxlie._se2.SE2.__repr__">[docs]</a>
Expand Down
2 changes: 1 addition & 1 deletion _sources/api/jaxlie/_se2/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Classes
:type: jax.Array


Internal parameters. ``(cos, sin, x, y)``. Shape should be ``(*, 3)``.
Internal parameters. ``(cos, sin, x, y)``. Shape should be ``(*, 4)``.

.. py:method:: __repr__()
Expand Down
2 changes: 1 addition & 1 deletion _sources/api/jaxlie/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ Classes
:type: jax.Array


Internal parameters. ``(cos, sin, x, y)``. Shape should be ``(*, 3)``.
Internal parameters. ``(cos, sin, x, y)``. Shape should be ``(*, 4)``.

.. py:method:: __repr__()
Expand Down
2 changes: 1 addition & 1 deletion api/jaxlie/_se2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Link to this heading">
<dd class="field-odd"><p>jax.Array</p>
</dd>
</dl>
<p>Internal parameters. <code class="docutils literal notranslate"><span class="pre">(cos,</span> <span class="pre">sin,</span> <span class="pre">x,</span> <span class="pre">y)</span></code>. Shape should be <code class="docutils literal notranslate"><span class="pre">(*,</span> <span class="pre">3)</span></code>.</p>
<p>Internal parameters. <code class="docutils literal notranslate"><span class="pre">(cos,</span> <span class="pre">sin,</span> <span class="pre">x,</span> <span class="pre">y)</span></code>. Shape should be <code class="docutils literal notranslate"><span class="pre">(*,</span> <span class="pre">4)</span></code>.</p>
</div></blockquote>
<dl class="py method">
<dt class="sig sig-object py" id="jaxlie._se2.SE2.__repr__">
Expand Down
2 changes: 1 addition & 1 deletion api/jaxlie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ <h3>Classes<a class="headerlink" href="#classes" title="Link to this heading">
<dd class="field-odd"><p>jax.Array</p>
</dd>
</dl>
<p>Internal parameters. <code class="docutils literal notranslate"><span class="pre">(cos,</span> <span class="pre">sin,</span> <span class="pre">x,</span> <span class="pre">y)</span></code>. Shape should be <code class="docutils literal notranslate"><span class="pre">(*,</span> <span class="pre">3)</span></code>.</p>
<p>Internal parameters. <code class="docutils literal notranslate"><span class="pre">(cos,</span> <span class="pre">sin,</span> <span class="pre">x,</span> <span class="pre">y)</span></code>. Shape should be <code class="docutils literal notranslate"><span class="pre">(*,</span> <span class="pre">4)</span></code>.</p>
</div></blockquote>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 50b3869

Please sign in to comment.